Skip to content

Commit 5b2e0b6

Browse files
committed
Fix QLDoc
1 parent 72d7fe4 commit 5b2e0b6

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

java/ql/lib/semmle/code/java/security/Sanitizers.qll

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,11 @@ predicate regexpMatchGuardChecks(Guard guard, Expr e, boolean branch) {
5151
)
5252
}
5353

54-
/** A guard-check predicate over regular-expression matches, as used by `RegexMatchBarrier`. */
54+
/**
55+
* Holds if the guard `g`, which may be a `RegexMatch`, sanitizes `e` when it
56+
* evaluates to `branch`. This is the guard-check signature used by
57+
* `RegexMatchBarrier`.
58+
*/
5559
signature predicate regexMatchGuardChecksSig(Guard g, Expr e, boolean branch);
5660

5761
/**

0 commit comments

Comments
 (0)