[GRASS-dev] visualize GRASS vector/raster on web

Mohammed Rashad wrote:

I am thinking a to build a seamless gui which can
read grass database process data show it on web
and download it.

Hi,

be very careful to sanitize and check ALL user inputs
before passing them on to grass modules and libraries.
perhaps best to run each session in a disposable VM
which is wiped clean at the end of each session
after backing up the data.

(getting user level shell access from grass modules
would be very easy)

good luck,
Hamish