Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
oakaz
on July 27, 2013
|
parent
|
context
|
favorite
| on:
Show HN: Easy-to-configure Web Server in Go
just implemented -secure option for this purpose;
https://github.com/azer/boxcars/blob/master/secure.go
usage example;
http://github.com/azer/boxcars#security
thanks for the helpful comment!
sarnowski
on July 27, 2013
[–]
Please see my comment to your parent. Additional hint: you should also care about dropping/controlling your user's groups, see
https://github.com/sarnowski/mitigation/blob/master/mitigati...
oakaz
on July 27, 2013
|
parent
[–]
yeah I saw it, thanks so much. I like this kind of single-purpose small libraries. The only thing is, I hesitate to depend on other people's repositories since they may get moved or change the API.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
usage example; http://github.com/azer/boxcars#security
thanks for the helpful comment!