Changes between Version 76 and Version 77 of GSoC/2014


Ignore:
Timestamp:
Mar 12, 2014, 11:42:05 PM (10 years ago)
Author:
epifanio
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GSoC/2014

    v76 v77  
    100100'''Security concerns'''
    101101
    102 By default Web-GRASS is designed to allow access to trusted users.
    103 Each user will be an UNIX user on the server with his own home.
    104 The web-grass UI interface will be accessible through an opportune registration/auth/login framework.
    105 The communication over the network will be encrypted using HTTPS.
    106 The imput parameters will be parsed and sanitized, this will be part of the UI itself, based on the [http://grass.osgeo.org/programming7/gislib_cmdline_parsing.html GRASS command-line parsing]
     102By default Web-GRASS is designed to allow access to trusted users. [[BR]]
     103Each user will be an UNIX user on the server with his own home. [[BR]]
     104The web-grass UI interface will be accessible through an opportune registration/auth/login framework.[[BR]]
     105The communication over the network will be encrypted using HTTPS.[[BR]]
     106The imput parameters will be parsed and sanitized, this will be part of the UI itself, based on the [http://grass.osgeo.org/programming7/gislib_cmdline_parsing.html GRASS command-line parsing] [[BR]]
    107107Will be choice of deployment team to decide to adopt any 'Extra security layer'.  This can  be achieved using tools like : 
    108108 * [https://www.docker.io/ docker]