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 805e31f commit b361f76Copy full SHA for b361f76
java/ql/lib/semmle/code/java/security/UnsafeDeserializationQuery.qll
@@ -50,13 +50,6 @@ private class SafeObjectInputStreamType extends RefType {
50
}
51
52
53
-private class XmlDecoderReadObjectMethod extends Method {
54
- XmlDecoderReadObjectMethod() {
55
- this.getDeclaringType().hasQualifiedName("java.beans", "XMLDecoder") and
56
- this.hasName("readObject")
57
- }
58
-}
59
-
60
private module SafeXStreamConfig implements DataFlow::ConfigSig {
61
predicate isSource(DataFlow::Node src) {
62
any(XStreamEnableWhiteListing ma).getQualifier().(VarAccess).getVariable().getAnAccess() =
0 commit comments