Replies: 1 comment
-
|
Yes! It's not just a matter of convenience but also of security. As I understand it, the current fingerprints are only based on the code being flagged and the file they're in etc, but not on surrounding code. This means that if I flag this as safe: I can then remove the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When coming across false positives, having to find the fingerprint of each brakeman error we want to ignore is a bit tedious. And then if the code around the error changes, the fingerprint needs updating. I'd like to suggest brakeman add support for rubocop style enable/disable comments, which would be much more convenient.
Beta Was this translation helpful? Give feedback.
All reactions