Skip to content

Commit 408db41

Browse files
committed
Add missing predicate qldoc
1 parent 5a81942 commit 408db41

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

java/ql/src/semmle/code/java/security/LdapInjection.qll

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ abstract class LdapInjectionSanitizer extends DataFlow::Node { }
1919
* Extend this class to add additional taint steps that should apply to the LdapInjectionFlowConfig.
2020
*/
2121
class LdapInjectionAdditionalTaintStep extends TaintTracking::Unit {
22+
/**
23+
* Holds if the step from `node1` to `node2` should be considered a taint
24+
* step for the LdapInjectionFlowConfig configuration.
25+
*/
2226
abstract predicate step(DataFlow::Node node1, DataFlow::Node node2);
2327
}
2428

0 commit comments

Comments
 (0)