We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b46be3 commit 5f4ee1eCopy full SHA for 5f4ee1e
src/main/java/org/owasp/esapi/reference/DefaultEncoder.java
@@ -329,7 +329,7 @@ private void ensureDangerousMethodExplicitlyEnabled(String fullyQualifiedMethodN
329
if ( justification == null || justification.trim().isEmpty() ) {
330
justification = "None";
331
}
332
- logger.warning( Logger.EVENT_FAILURE, auditMsg + " Provided justification: " + justification );
+ logger.warning( Logger.SECURITY_FAILURE, auditMsg + " Provided justification: " + justification );
333
334
return;
335
0 commit comments