-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add brakeman.ignore file to ignore brakeman warning for Rails 6.1.7.10
- Loading branch information
1 parent
87aa1c8
commit b7d79bc
Showing
1 changed file
with
25 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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" | ||
} |