thesp0nge / dawnscanner

Dawn is a static analysis security scanner for ruby written web applications. It supports Sinatra, Padrino and Ruby on Rails frameworks.
MIT License
737 stars 86 forks source link

Add a check for secure_headers missing #79

Open thesp0nge opened 10 years ago

thesp0nge commented 10 years ago

A warning should be raised if secure_headers are not used. https://github.com/twitter/secureheaders

tmaier commented 6 years ago

Duplicate of #188