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

Cannot run dawnscanner against the src code of a ruby applcation #246

Closed Allevon412 closed 1 year ago

Allevon412 commented 4 years ago

dawn -V ~/Desktop/transcoder-worker/src I, [2020-06-22 14:54:59#5953] INFO -- : dawn v1.6.9 is starting up E, [2020-06-22 14:54:59#5953] ERROR -- : nothing to do on Desktop/transcoder-worker/src

vpereira commented 3 years ago

AFAICS it "only" supports rails, padrino or sinatra applications https://github.com/thesp0nge/dawnscanner/blob/master/lib/dawn/core.rb#L92

thesp0nge commented 3 years ago

@Allevon412 you can check the dependencies for known issues with the -G flag specifying the Gemfile.lock path