We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6412cb5 commit 9324721Copy full SHA for 9324721
src/main/java/io/github/pixee/security/ValidatingObjectInputStreams.java
@@ -8,7 +8,8 @@
8
9
/**
10
* This type exposes helper methods that will help defend against Java deserialization attacks
11
- * leveraging {@link ObjectInputStream} APIs.
+ * 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
13
*
14
* <p>For more information on deserialization checkout the <a
15
* href="https://cheatsheetseries.owasp.org/cheatsheets/Deserialization_Cheat_Sheet.html">OWASP
0 commit comments