Skip to content

Commit 55280e5

Browse files
authored
Update java/ql/lib/semmle/code/java/security/UnsafeDeserializationQuery.qll
1 parent 7d0b880 commit 55280e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/ql/lib/semmle/code/java/security/UnsafeDeserializationQuery.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ private class ObjectInputStreamReadObjectMethod extends Method {
2929
}
3030

3131
/**
32-
* A type coming from `ObjectInputStream` that makes it safe to deserialize untrusted data.
32+
* A type extending `ObjectInputStream` that makes it safe to deserialize untrusted data.
3333
*
3434
* * See https://commons.apache.org/proper/commons-io/javadocs/api-2.5/org/apache/commons/io/serialization/ValidatingObjectInputStream.html
3535
* * See https://github.com/ikkisoft/SerialKiller

0 commit comments

Comments
 (0)