Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
comparisonBarrierGuard
1 parent 8ae4c21 commit 7bb0d62Copy full SHA for 7bb0d62
1 file changed
go/ql/src/Security/CWE-326/InsufficientKeySize.ql
@@ -34,7 +34,7 @@ class RsaKeyTrackingConfiguration extends DataFlow::Configuration {
34
}
35
36
/**
37
- * A comparison which guarantees that an expression is at least 2048,
+ * Holds if `g` is a comparison which guarantees that `e` is at least 2048 on `branch`,
38
* considered as a barrier guard for key sizes.
39
*/
40
predicate comparisonBarrierGuard(DataFlow::Node g, Expr e, boolean branch) {
0 commit comments