-
-
Notifications
You must be signed in to change notification settings - Fork 356
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
[Challenge 42] Spring boot actuator hiding api key #1107
[Challenge 42] Spring boot actuator hiding api key #1107
Conversation
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.
Love it! Thank you so much! We are only in the middle of merging a large refactor. Can we hold merging this PR until the refactor is done? Happy to adjust the result and ensure your commits are part of it.
The refactor is completed. Do you want us to adapt your pr to the new code-base? Or would you like to give it a try yourself @nwolniak ? |
@nwolniak regarding the issue with compiling: is the lombok processor turned on in the IDE? |
src/main/java/org/owasp/wrongsecrets/challenges/docker/Challenge42.java
Outdated
Show resolved
Hide resolved
…wolniak/wrongsecrets into challenge-spring-boot-actuator
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.
Thanks for the contribution! Some minor nits in the text.
Co-authored-by: Ben de Haan <53901866+bendehaan@users.noreply.github.com>
What kind of changes does this PR include?
Description
This PR add new challenge based on hiding API key in Spring Boot Actuator audit events.
Relations
Closes #815
References
Checklist: