Skip to content

Commit 9324721

Browse files
committed
💡 improve javadoc to clarify apache commons dependency
1 parent 6412cb5 commit 9324721

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/io/github/pixee/security/ValidatingObjectInputStreams.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88

99
/**
1010
* This type exposes helper methods that will help defend against Java deserialization attacks
11-
* leveraging {@link ObjectInputStream} APIs.
11+
* leveraging {@link ObjectInputStream} APIs by wrapping it in an Apache Commons IO {@link ValidatingObjectInputStream}
12+
* that is configued to reject types that are known to be leveraged in deserialization attacks
1213
*
1314
* <p>For more information on deserialization checkout the <a
1415
* href="https://cheatsheetseries.owasp.org/cheatsheets/Deserialization_Cheat_Sheet.html">OWASP

0 commit comments

Comments
 (0)