Skip to content

Commit

Permalink
Merge pull request #17320 from danidoni/ignore-brakeman-warning-regar…
Browse files Browse the repository at this point in the history
…ding-ruby-3-1-6-eol

Update brakeman ignore file
  • Loading branch information
danidoni authored Jan 30, 2025
2 parents 5396dff + 88cfb83 commit 519ae22
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions src/api/config/brakeman.ignore
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,25 @@
],
"note": ""
},
{
"warning_type": "Unmaintained Dependency",
"warning_code": 123,
"fingerprint": "715ee6d743a8af33c7b930d728708ce19c765fb40e2ad9d2b974db04d92dc7d1",
"check_name": "EOLRuby",
"message": "Support for Ruby 3.1.6 ends on 2025-03-31",
"file": ".ruby-version",
"line": 1,
"link": "https://brakemanscanner.org/docs/warning_types/unmaintained_dependency/",
"code": null,
"render_path": null,
"location": null,
"user_input": null,
"confidence": "Weak",
"cwe_id": [
1104
],
"note": ""
},
{
"warning_type": "Weak Cryptography",
"warning_code": 126,
Expand Down Expand Up @@ -212,7 +231,7 @@
"check_name": "SQL",
"message": "Possible SQL injection",
"file": "app/controllers/source_controller.rb",
"line": 426,
"line": 418,
"link": "https://brakemanscanner.org/docs/warning_types/sql_injection/",
"code": "@project.lock(params[:comment])",
"render_path": null,
Expand Down Expand Up @@ -388,6 +407,6 @@
"note": "We track this with a comment in the code"
}
],
"updated": "2024-07-18 14:14:29 +0000",
"brakeman_version": "5.4.0"
"updated": "2025-01-30 14:05:08 +0000",
"brakeman_version": "6.2.1"
}

0 comments on commit 519ae22

Please sign in to comment.