dawnscanner icon indicating copy to clipboard operation
dawnscanner copied to clipboard

Dawn is a static analysis security scanner for ruby written web applications. It supports Sinatra, Padrino and Ruby on Rails frameworks.

Results 54 dawnscanner issues
Sort by recently updated
recently updated
newest added

The official parser will be: https://github.com/whitequark/parser We must drop other parsers gem

enhancement

adding test for CVE-2011-4969 XSS in jquery < 1.6.2

new security check

If a Sinatra app doesn't have a `views/` folder, the method `detect_views()` returns `nil` instead of an empty array, unlike the other `detect_*()` methods in sinatra.rb. https://github.com/codesake/codesake-dawn/blob/master/lib/codesake/dawn/sinatra.rb#L119 This causes a...

In the KB revamp, a task to automate security issues search either in CVE archive than OSVDB or Ruby related mailing lists, it must be created.

enhancement

Add Opal support

enhancement

Add node.js support

enhancement

Add automatic mitigation patch generation for Ruby

enhancement

Add a '--ab-decision' flag. Can be a good idea to make dawnscanner able just to say a quick "go/no go" for a release with a small json output like {decision:"GO",...

enhancement

Separate dependencies check from model, view and controller analysis.

enhancement