Skip to content

Commit

Permalink
chore(code_climate_score): Keep existing brakeman ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
richardmatthewsdev committed Feb 15, 2024
1 parent 289296a commit ac517b2
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion config/brakeman.ignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,21 @@
{
"ignored_warnings": [
{
"warning_type": "Missing Encryption",
"warning_code": 109,
"fingerprint": "6a26086cd2400fbbfb831b2f8d7291e320bcc2b36984d2abc359e41b3b63212b",
"check_name": "ForceSSL",
"message": "The application does not force use of HTTPS: `config.force_ssl` is not enabled",
"file": "config/environments/production.rb",
"line": 1,
"link": "https://brakemanscanner.org/docs/warning_types/missing_encryption/",
"code": null,
"render_path": null,
"location": null,
"user_input": null,
"confidence": "High",
"note": ""
},
{
"warning_type": "Unmaintained Dependency",
"warning_code": 123,
Expand All @@ -20,6 +36,6 @@
"note": ""
}
],
"updated": "2024-02-16 10:45:21 +1300",
"updated": "2024-02-16 10:48:13 +1300",
"brakeman_version": "6.1.2"
}

0 comments on commit ac517b2

Please sign in to comment.