tabletop-companion/config/brakeman.ignore

41 lines
1.1 KiB
Plaintext

{
"ignored_warnings": [
{
"warning_type": "Dynamic Render Path",
"warning_code": 15,
"fingerprint": "42478896b621fa561e9866e0bc1339d9864fea72109e83c02b194967272202cc",
"check_name": "Render",
"message": "Render path contains parameter value",
"file": "app/views/tables/show.html.erb",
"line": 17,
"link": "https://brakemanscanner.org/docs/warning_types/dynamic_render_path/",
"code": "render(action => Current.user.tables.find(params[:id]).characters, {})",
"render_path": [
{
"type": "controller",
"class": "TablesController",
"method": "show",
"line": 12,
"file": "app/controllers/tables_controller.rb",
"rendered": {
"name": "tables/show",
"file": "app/views/tables/show.html.erb"
}
}
],
"location": {
"type": "template",
"template": "tables/show"
},
"user_input": "params[:id]",
"confidence": "Weak",
"cwe_id": [
22
],
"note": ""
}
],
"updated": "2024-06-05 18:49:27 +0100",
"brakeman_version": "6.1.2"
}