apparatus / fsms-formula

0 stars 0 forks source link

Ensure any 500 response codes do not leak sensitive information #31

Open dberesford opened 8 years ago

dberesford commented 8 years ago

Security best practice

davidmarkclements commented 8 years ago

if using mu this is now covered with mu.error (service errors default to 500, mu.error wraps boom, and boom strips 500+ messages)

we'll need to figure out an approach for non-mu usage (i.e. restify)