We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72e6853 commit 9107259Copy full SHA for 9107259
go/ql/src/experimental/CWE-770/DenialOfService.ql
@@ -15,7 +15,7 @@ import go
15
16
17
/**
18
- * Class for defining a predicate to check for denial of service sanitizer guard.
+ * Holds if the guard `g` on its branch `branch` checks that `e` is not constant and is less than some other value.
19
*/
20
predicate denialOfServiceSanitizerGuard(DataFlow::Node g, Expr e, boolean branch) {
21
exists(DataFlow::Node lesser |
0 commit comments