Skip to content

Commit 291aedd

Browse files
committed
added comment describing test
1 parent 801020b commit 291aedd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/io/github/pixee/security/ZipSecurityTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ void it_prevents_escapes(String path) throws IOException {
4848
}
4949

5050
/**
51-
*
51+
* This tests that there is no regression of CVE-2024-24569, which was a partial path traversal bypass that allowed access to the current working directory's sibling directories.
5252
*/
5353
@Test
5454
void it_prevents_sister_directory_escape() throws IOException {

0 commit comments

Comments
 (0)