• Joined on 2023-01-05
winter commented on issue solderpunk/molly-brown#16 2023-01-05 02:52:55 +00:00
Support CGI in a secure way

It looks like this is fully fixed in Go 1.16:

https://go.dev/doc/go1.16

It'd be great if a solution (maybe similar to the above?) could be implemented. Would be nice to be able to use molly…

winter commented on issue solderpunk/molly-brown#32 2023-01-05 02:50:01 +00:00
enable safer CGI in shared hosting environments

Go supports setuid as of a little while ago:

https://go.dev/doc/go1.16

It may be possible to allow safer CGI execution now without resorting to tricksy implementations. It'd be nice to see…