Skip to content

Commit

Permalink
Add brakeman.ignore file to ignore brakeman warning for Rails 6.1.7.10
Browse files Browse the repository at this point in the history
  • Loading branch information
Janell-Huyck committed Nov 27, 2024
1 parent 87aa1c8 commit b7d79bc
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions config/brakeman.ignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{
"ignored_warnings": [
{
"warning_type": "Unmaintained Dependency",
"warning_code": 120,
"fingerprint": "d84924377155b41e094acae7404ec2e521629d86f97b0ff628e3d1b263f8101c",
"check_name": "EOLRails",
"message": "Support for Rails 6.1.7.10 ended on 2024-10-01",
"file": "Gemfile.lock",
"line": 233,
"link": "https://brakemanscanner.org/docs/warning_types/unmaintained_dependency/",
"code": null,
"render_path": null,
"location": null,
"user_input": null,
"confidence": "High",
"cwe_id": [
1104
],
"note": ""
}
],
"updated": "2024-11-27 12:00:12 -0500",
"brakeman_version": "6.2.2"
}

0 comments on commit b7d79bc

Please sign in to comment.