Skip to content

Commit 6b46be3

Browse files
committed
Reference specific CVE ID for logged message.
1 parent 8a1a297 commit 6b46be3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/owasp/esapi/reference/DefaultEncoder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -343,7 +343,7 @@ public String encodeForSQL(Codec codec, String input) {
343343
// This will throw if this method is not explicitly enabled in ESAPI.properties.
344344
ensureDangerousMethodExplicitlyEnabled( DefaultEncoder.class.getName() + ".encodeForSQL",
345345
"<default>",
346-
"see CVE-2025-????? and ESAPI Security Bulletin #13 for details" );
346+
"see CVE-2025-5878 and ESAPI Security Bulletin #13 for details" );
347347

348348
if( input == null ) {
349349
return null;

0 commit comments

Comments
 (0)