mirror of
https://github.com/github/codeql.git
synced 2026-01-30 23:02:56 +01:00
Remove attrs feature
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user