-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hide sensitive info from logs #33224
Hide sensitive info from logs #33224
Conversation
This reverts commit 60a9393.
…nfo-from-logs/CIAC-6966
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! Only one small comment.
…nfo-from-logs/CIAC-6966
Packs/Base/Scripts/CommonServerPython/CommonServerPython_test.py
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice!
Co-authored-by: Jasmine Beilin <71636766+JasBeilin@users.noreply.github.com>
…ide-sensitive-info-from-logs/CIAC-6966' of https://github.com/demisto/content into YR/Hide-sensitive-info-from-logs/CIAC-6966
…nfo-from-logs/CIAC-6966
|
||
SECRET_REPLACEMENT_STRING = '<XX_REPLACED>' | ||
MASK = '<XX_REPLACED>' | ||
SEND_PREFIX = "send: b'" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
* Revert "Sanitize Curl Logs (demisto#31702)" This reverts commit 60a9393. * init * more * try * try * fixes * add tests * more * RN * RN * fix * pre commit * fix tests * fix * fixes * fixes * add test * pre commit * python 2 * Python 2 demisto#2 * Update Packs/Base/Scripts/CommonServerPython/CommonServerPython_test.py Co-authored-by: Jasmine Beilin <71636766+JasBeilin@users.noreply.github.com> * add description * pre commit --------- Co-authored-by: Jasmine Beilin <71636766+JasBeilin@users.noreply.github.com>
Contributing to Cortex XSOAR Content
Make sure to register your contribution by filling the contribution registration form
The Pull Request will be reviewed only after the contribution registration form is filled.
Status
Related Issues
fixes: https://jira-dc.paloaltonetworks.com/browse/CIAC-6966
Description
We've now ensured that sensitive information directly printed by the request library, especially when debug-mode=true, is properly masked in this PR.
Must have