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 7d0b880 commit 55280e5Copy full SHA for 55280e5
java/ql/lib/semmle/code/java/security/UnsafeDeserializationQuery.qll
@@ -29,7 +29,7 @@ private class ObjectInputStreamReadObjectMethod extends Method {
29
}
30
31
/**
32
- * A type coming from `ObjectInputStream` that makes it safe to deserialize untrusted data.
+ * A type extending `ObjectInputStream` that makes it safe to deserialize untrusted data.
33
*
34
* * See https://commons.apache.org/proper/commons-io/javadocs/api-2.5/org/apache/commons/io/serialization/ValidatingObjectInputStream.html
35
* * See https://github.com/ikkisoft/SerialKiller
0 commit comments