diff --git a/src/api/config/brakeman.ignore b/src/api/config/brakeman.ignore index 8880fad05ba..45381c88f6c 100644 --- a/src/api/config/brakeman.ignore +++ b/src/api/config/brakeman.ignore @@ -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, @@ -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, @@ -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" }