In order to secure our application, we need to address this error based on a bearer scan
Acceptance criteria
[ ] Remove ruby_lang_weak_hash_md 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_lang_weak_hash_md and open the resulting file in your browser (must be done after removing from the bearer.yml file)
What maintenance needs to be done?
Remediate ruby_lang_weak_hash_md bearer error
Level of urgency
Why is this maintenance needed?
Acceptance criteria
ruby_lang_weak_hash_md
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_lang_weak_hash_md
and open the resulting file in your browser (must be done after removing from the bearer.yml file)