-
Notifications
You must be signed in to change notification settings - Fork 364
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
Update the logging properties to opt-out of the prefix events #844
Labels
Comments
jeremiahjstacey
changed the title
Update the properties to opt-out of the prefix events
Update the logging properties to opt-out of the prefix events
Jun 11, 2024
You do realize that this will also affect ESAPI's internal logging,
correct? Doing so may effect the alerting on any SIEM you may be using / alerting on.
The one event type where I think that might make a big difference is for the EVENT_TYPE of SECURITY_AUDIT.
My original intent when I added that was to add mandatory audit trails in the logs that some audit team (like at a bank) may require. It gave them a constant to lock for regardless of what the rest of the log record might be. So, this could end up disabling that and as result, break things an potentially make them non-compliant in a regulatory way.
Therefore, I think that at an absolute minimum this needs to be noted somewhere in our documentation of the property and in our the release notes. @mickeyz07 - please make a note to mention this in the ESAPI.properties file and/or in our release notes.
Just wanted you to beware. Thanks.
|
mickeyz07
added a commit
to mickeyz07/esapi-java-legacy_MZ
that referenced
this issue
Jun 25, 2024
mickeyz07
added a commit
to mickeyz07/esapi-java-legacy_MZ
that referenced
this issue
Jun 28, 2024
mickeyz07
added a commit
to mickeyz07/esapi-java-legacy_MZ
that referenced
this issue
Jul 1, 2024
… fourt iteration
mickeyz07
added a commit
to mickeyz07/esapi-java-legacy_MZ
that referenced
this issue
Jul 10, 2024
… fifth iteration
mickeyz07
added a commit
to mickeyz07/esapi-java-legacy_MZ
that referenced
this issue
Jul 24, 2024
mickeyz07
added a commit
to mickeyz07/esapi-java-legacy_MZ
that referenced
this issue
Jul 31, 2024
… seventh iteration
mickeyz07
added a commit
to mickeyz07/esapi-java-legacy_MZ
that referenced
this issue
Sep 3, 2024
… eigth iteration
mickeyz07
added a commit
to mickeyz07/esapi-java-legacy_MZ
that referenced
this issue
Sep 5, 2024
… ninth iteration
kwwall
pushed a commit
that referenced
this issue
Sep 5, 2024
) * Update the logging properties to opt-out of the prefix events #844 * Update the logging properties to opt-out of the prefix events, second iteration for #844 * Update the logging properties to opt-out of the prefix events, third iteration * Update the logging properties to opt-out of the prefix events #844 fourt iteration * Update the logging properties to opt-out of the prefix events #844 fifth iteration * Update the logging properties to opt-out of the prefix events #844 sixt iteration * Update the logging properties to opt-out of the prefix events #844 seventh iteration * Update the logging properties to opt-out of the prefix events #844 eigth iteration * Update the logging properties to opt-out of the prefix events #844 ninth iteration
Closed via PR #845 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I would like to disable the usage of [SECURITY SUCCESS -> /com.microservices.project.handlers.SecurityHandler]
Before the usage of ESAPI the logged line was:
2024-05-03 15:14:13,912 INFO c.t.m.e.h.SecurityHandler [pool-3-thread-1] Successfully transformed security update #1
With the ESAPI the logged line becomes:
2024-05-03 15:14:13,912 INFO [pool-3-thread-1] o.o.e.l.s.Slf4JLogLevelHandlers$3: [SECURITY SUCCESS -> /com.microservices.project.handlers.SecurityHandler] Successfully transformed security update #1
As Jeremiah J. Stacey confirmed in our email conversation, following needs to be done:
The text was updated successfully, but these errors were encountered: