Skip to content
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

Remove any log statements potentially using user input in first parameter #222

Open
ComLock opened this issue Nov 8, 2022 · 0 comments
Open
Labels
Security Something unsafe

Comments

@ComLock
Copy link
Member

ComLock commented Nov 8, 2022

Any log statement using backticks as first parameter:
egrep -r ‘log.[^(]*(`’ src/main/resources/

Any log statement using concatenation on the same line:
egrep -r ‘log.[^(](.+’ src/main/resources/

@ComLock ComLock self-assigned this Nov 8, 2022
@ComLock ComLock added the Security Something unsafe label Jan 27, 2023
@ComLock ComLock removed their assignment Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Security Something unsafe
Projects
None yet
Development

No branches or pull requests

1 participant