You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to secure our application, we need to address this error based on a bearer scan
Acceptance criteria
Remove ruby_rails_permissive_parameters from bearer.yml skip-rule
Remediate issue where appropriate
Add to bearer.ignore where it is a false positive
Implementation notes, if any
To create an easily readable html report for this error, run bearer scan . --format html --output bearer_report.html --only-rule ruby_rails_permissive_parameters and open the resulting file in your browser (must be done after removing from the bearer.yml file)
The text was updated successfully, but these errors were encountered:
What maintenance needs to be done?
Remediate ruby_rails_permissive_parameters bearer error
Level of urgency
Why is this maintenance needed?
Acceptance criteria
ruby_rails_permissive_parameters
from bearer.yml skip-ruleImplementation notes, if any
To create an easily readable html report for this error, run
bearer scan . --format html --output bearer_report.html --only-rule ruby_rails_permissive_parameters
and open the resulting file in your browser (must be done after removing from the bearer.yml file)The text was updated successfully, but these errors were encountered: