dawnscanner icon indicating copy to clipboard operation
dawnscanner copied to clipboard

Cannot run dawnscanner against the src code of a ruby applcation

Open Allevon412 opened this issue 4 years ago • 2 comments

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

Allevon412 avatar Jun 22 '20 22:06 Allevon412

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

vpereira avatar Mar 22 '21 12:03 vpereira

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

thesp0nge avatar Mar 24 '21 13:03 thesp0nge