File: brakeman.in

package info (click to toggle)
golang-github-reviewdog-errorformat 0.0~git20220309.b075c45-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 900 kB
  • sloc: python: 59; xml: 13; javascript: 4; sh: 4; haskell: 3; makefile: 2
file content (3 lines) | stat: -rw-r--r-- 591 bytes parent folder | download | duplicates (2)
1
2
3
/app/app/models/package.rb      13      Command Injection       General Possible command injection near line 13: system("ls #{params[:dir]}")   High
/app/app/controllers/api_controller.rb  10      Dangerous Send  General User controlled method execution near line 10: User.send(params[:method].to_sym)        High
/app/app/controllers/api_controller.rb  21      SSL Verification Bypass General SSL certificate verification was bypassed near line 21: Net::HTTP.new(URI.parse("https://ssl-site.com/").host, URI.parse("https://ssl-site.com/").port).verify_mode = OpenSSL::SSL::VERIFY_NONE High