Obfuscate suspected password from report #1201
Unanswered
sebastian-suva
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi folks, thanks for this great and nifty tool!
Is it possible to obfuscate passwords like
MY_PASSWORD
from the report that I pasted below before they get printed to the console? E.g. to print just something likeMY_***
.Right now, running bandit in CI poses some challenges, because if an actual password is found, it gets printed to the console and consequently leaked to additional places.
If not out-of-the-box then I guess I should create a custom plugin and adapt what is passed into
_report
here, correct?Thanks for any pointers! :)
Beta Was this translation helpful? Give feedback.
All reactions