mirror of
https://github.com/github/codeql.git
synced 2026-04-27 09:45:15 +02:00
Delete unused private class
This commit is contained in:
@@ -50,13 +50,6 @@ private class SafeObjectInputStreamType extends RefType {
|
||||
}
|
||||
}
|
||||
|
||||
private class XmlDecoderReadObjectMethod extends Method {
|
||||
XmlDecoderReadObjectMethod() {
|
||||
this.getDeclaringType().hasQualifiedName("java.beans", "XMLDecoder") and
|
||||
this.hasName("readObject")
|
||||
}
|
||||
}
|
||||
|
||||
private module SafeXStreamConfig implements DataFlow::ConfigSig {
|
||||
predicate isSource(DataFlow::Node src) {
|
||||
any(XStreamEnableWhiteListing ma).getQualifier().(VarAccess).getVariable().getAnAccess() =
|
||||
|
||||
Reference in New Issue
Block a user