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
With quiet set to true, debug messages can appear in the middle of a security report e.g.
HIGH: Sensitive data in a exception message detected. [CWE-210]
https://docs.bearer.com/reference/rules/ruby_lang_exception
To ignore this finding, run: bearer ignore add ce6de1c3cb00e08b6c0bb444d76a83ea_0
File: app/models/bear.rb:6
- 1234
1 ignored fingerprints present in your ignore file are no longer detected:
- 1234
To remove this fingerprint from your ignore file, run: bearer ignore remove 1234
=====================================
Failed to send data to *** API key does not appear to be valid for my.bearer.sh.
6 raise CustomException.new(user.email)
HIGH: Sensitive data in a exception message detected. [CWE-210]
The text was updated successfully, but these errors were encountered:
With
quiet
set to true, debug messages can appear in the middle of a security report e.g.The text was updated successfully, but these errors were encountered: