~cytrogen/masto-fe

9411fa4d366e5cde92f44fa6707fb20ff3b51188 — Claire 2 years ago e110325
Update brakeman ignores (#25912)

1 files changed, 3 insertions(+), 3 deletions(-)

M config/brakeman.ignore
M config/brakeman.ignore => config/brakeman.ignore +3 -3
@@ 231,13 231,13 @@
    {
      "warning_type": "Mass Assignment",
      "warning_code": 105,
      "fingerprint": "f9de0ca4b04ae4b51b74d98db14dcbb6dae6809e627b58e711019cf9b4a47866",
      "fingerprint": "d0511f0287aea4ed9511f5a744f880cb15af77a8ec88f81b7365b00b642cf427",
      "check_name": "PermitAttributes",
      "message": "Potentially dangerous key allowed for mass assignment",
      "file": "app/controllers/api/v1/reports_controller.rb",
      "line": 26,
      "link": "https://brakemanscanner.org/docs/warning_types/mass_assignment/",
      "code": "params.permit(:account_id, :comment, :category, :forward, :status_ids => ([]), :rule_ids => ([]))",
      "code": "params.permit(:account_id, :comment, :category, :forward, :forward_to_domains => ([]), :status_ids => ([]), :rule_ids => ([]))",
      "render_path": null,
      "location": {
        "type": "method",


@@ 252,6 252,6 @@
      "note": ""
    }
  ],
  "updated": "2023-07-08 14:48:58 -0400",
  "updated": "2023-07-11 16:08:58 +0200",
  "brakeman_version": "6.0.0"
}