Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b284141 commit 6fef633Copy full SHA for 6fef633
1 file changed
java/ql/src/semmle/code/java/frameworks/apache/Lang.qll
@@ -11,6 +11,10 @@ class TypeApacheRandomStringUtils extends Class {
11
}
12
13
14
+/*--- Methods ---*/
15
+/** The method `deserialize` in either `org.apache.commons.lang.SerializationUtils`
16
+ * or `org.apache.commons.lang3.SerializationUtils`.
17
+ */
18
class MethodApacheSerializationUtilsDeserialize extends Method {
19
MethodApacheSerializationUtilsDeserialize() {
20
(
0 commit comments