File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22 "ignored_warnings": [
33 {
44 "warning_type": "Cross-Site Request Forgery",
5- "warning_code": 17 ,
6- "fingerprint": "6f5239fb87c64764d0c209014deb5cf504c2c10ee424bd33590f0a4f22e01d8f ",
5+ "warning_code": 7 ,
6+ "fingerprint": "8467757e84ea0d7ea13884e1bebb9cd69913885cc43c455f2d71bd8b8c92c5c7 ",
77 "check_name": "ForgerySetting",
88 "message": "`protect_from_forgery` should be called in `ApplicationController`",
99 "file": "site/app/controllers/application_controller.rb",
1313 "render_path": null,
1414 "location": {
1515 "type": "controller",
16- "controller": "ApplicationController" },
16+ "controller": "ApplicationController"
17+ },
1718 "user_input": null,
1819 "confidence": "High",
1920 "note": "The `site/` path is meant for development and testing ONLY. It is never deployed to production and has no real users or sessions."
Original file line number Diff line number Diff line change 2020 bundler-cache : true
2121
2222 - name : Scan for common Rails security vulnerabilities using static analysis
23- run : bin/brakeman --no-pager
23+ run : bin/brakeman --no-pager -i .brakeman.ignore
2424
2525 scan_js :
2626 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments