Skip to content

Commit a035387

Browse files
committed
Fixed botched property name, ESAPI.enableLegCannonModeAndGetMyAssFired.justification (which I liked better even though it was just a joke during code review) and changed it to ESAPI.dangerouslyAllowUnsafeMethods.justification, which is what it was supposed to be as per the code. The good news is, this mostly harmless as the justification would have always been logged as 'None'.
1 parent 45439b4 commit a035387

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configuration/esapi/ESAPI.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,4 +582,4 @@ ESAPI.dangerouslyAllowUnsafeMethods.methodNames=
582582
# justification as to why you have enabled these functions. This can be
583583
# anythuing such as a Jira or ServiceNow ticket number, a security exception
584584
# reference, etc. If it is left empty, it will just like "Justification: none".`
585-
ESAPI.enableLegCannonModeAndGetMyAssFired.justification=
585+
ESAPI.dangerouslyAllowUnsafeMethods.justification=

0 commit comments

Comments
 (0)