Skip to content

Commit b361f76

Browse files
committed
Delete unused private class
1 parent 805e31f commit b361f76

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

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

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,13 +50,6 @@ private class SafeObjectInputStreamType extends RefType {
5050
}
5151
}
5252

53-
private class XmlDecoderReadObjectMethod extends Method {
54-
XmlDecoderReadObjectMethod() {
55-
this.getDeclaringType().hasQualifiedName("java.beans", "XMLDecoder") and
56-
this.hasName("readObject")
57-
}
58-
}
59-
6053
private module SafeXStreamConfig implements DataFlow::ConfigSig {
6154
predicate isSource(DataFlow::Node src) {
6255
any(XStreamEnableWhiteListing ma).getQualifier().(VarAccess).getVariable().getAnAccess() =

0 commit comments

Comments
 (0)