Skip to content

Commit c7c17ff

Browse files
committed
Add CVE reference
1 parent 096aa60 commit c7c17ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/owasp/esapi/reference/ValidatorTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ public void testIsValidDirectoryPath() throws IOException {
392392
}
393393
}
394394

395-
// GitHub issue # xxxx - GHSL-2022-008
395+
// GHSL-2022-008 - CVE-2022-23457 - Patched in commit a0d67b7
396396
@Test
397397
public void testIsValidDirectoryPathGHSL_POC() throws IOException {
398398
// Note this uses different 'parent' and 'input' directories that generally don't already

0 commit comments

Comments
 (0)