Remove attrs feature

This commit is contained in:
jorgectf
2021-03-31 22:26:08 +02:00
parent 8faafb6961
commit 4328ff3981
4 changed files with 3 additions and 22 deletions

View File

@@ -19,7 +19,6 @@ from
LDAPInjectionSink castedSink
where
config.hasFlowPath(source, sink) and
castedSink.getLDAPNode() = sink.getNode() //and
// if exists(castedSink.getAttrs()) then
castedSink.getLDAPNode() = sink.getNode()
select sink.getNode(), source, sink, "$@ LDAP query executes $@ as a $@.", castedSink, "This",
source.getNode(), "a user-provided value", castedSink.getLDAPNode(), castedSink.getLDAPPart() //, castedSink.getAttrs(), "probably leaking this attribute(s)"
source.getNode(), "a user-provided value", castedSink.getLDAPNode(), castedSink.getLDAPPart()