Skip to content

Commit 7bb0d62

Browse files
authored
Update comparisonBarrierGuard qldoc
1 parent 8ae4c21 commit 7bb0d62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/ql/src/Security/CWE-326/InsufficientKeySize.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class RsaKeyTrackingConfiguration extends DataFlow::Configuration {
3434
}
3535

3636
/**
37-
* A comparison which guarantees that an expression is at least 2048,
37+
* Holds if `g` is a comparison which guarantees that `e` is at least 2048 on `branch`,
3838
* considered as a barrier guard for key sizes.
3939
*/
4040
predicate comparisonBarrierGuard(DataFlow::Node g, Expr e, boolean branch) {

0 commit comments

Comments
 (0)