2024-07-01 10:49:43 -04:00
|
|
|
{
|
|
|
|
"ignored_warnings": [
|
2024-08-16 12:13:48 -04:00
|
|
|
{
|
|
|
|
"warning_type": "Dynamic Render Path",
|
|
|
|
"warning_code": 15,
|
|
|
|
"fingerprint": "03a2010b605b8bdb7d4e1566720904d69ef2fbf8e7bc35735b84e161b475215e",
|
|
|
|
"check_name": "Render",
|
|
|
|
"message": "Render path contains parameter value",
|
|
|
|
"file": "app/controllers/issues_controller.rb",
|
|
|
|
"line": 5,
|
|
|
|
"link": "https://brakemanscanner.org/docs/warning_types/dynamic_render_path/",
|
|
|
|
"code": "render(template => \"#{Current.family.issues.find(params[:id]).class.name.underscore.pluralize}/show\", { :layout => \"issues\" })",
|
|
|
|
"render_path": null,
|
|
|
|
"location": {
|
|
|
|
"type": "method",
|
|
|
|
"class": "IssuesController",
|
|
|
|
"method": "show"
|
|
|
|
},
|
|
|
|
"user_input": "params[:id]",
|
|
|
|
"confidence": "Weak",
|
|
|
|
"cwe_id": [
|
|
|
|
22
|
|
|
|
],
|
|
|
|
"note": ""
|
2024-08-23 08:47:08 -04:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"warning_type": "Dynamic Render Path",
|
|
|
|
"warning_code": 15,
|
|
|
|
"fingerprint": "b7a59d6dd91f4d30873b271659636c7975e25b47f436b4f03900a08809af2e92",
|
|
|
|
"check_name": "Render",
|
|
|
|
"message": "Render path contains parameter value",
|
|
|
|
"file": "app/views/accounts/show.html.erb",
|
|
|
|
"line": 105,
|
|
|
|
"link": "https://brakemanscanner.org/docs/warning_types/dynamic_render_path/",
|
|
|
|
"code": "render(action => selected_account_tab(Current.family.accounts.find(params[:id]))[:partial_path], { :account => Current.family.accounts.find(params[:id]) })",
|
|
|
|
"render_path": [
|
|
|
|
{
|
|
|
|
"type": "controller",
|
|
|
|
"class": "AccountsController",
|
|
|
|
"method": "show",
|
|
|
|
"line": 38,
|
|
|
|
"file": "app/controllers/accounts_controller.rb",
|
|
|
|
"rendered": {
|
|
|
|
"name": "accounts/show",
|
|
|
|
"file": "app/views/accounts/show.html.erb"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"location": {
|
|
|
|
"type": "template",
|
|
|
|
"template": "accounts/show"
|
|
|
|
},
|
|
|
|
"user_input": "params[:id]",
|
|
|
|
"confidence": "Weak",
|
|
|
|
"cwe_id": [
|
|
|
|
22
|
|
|
|
],
|
|
|
|
"note": ""
|
2024-08-16 12:13:48 -04:00
|
|
|
}
|
2024-07-01 10:49:43 -04:00
|
|
|
],
|
2024-08-23 08:47:08 -04:00
|
|
|
"updated": "2024-08-23 08:29:05 -0400",
|
|
|
|
"brakeman_version": "6.2.1"
|
2024-07-01 10:49:43 -04:00
|
|
|
}
|