Skip to content

Commit 9107259

Browse files
authored
Update QLDoc
1 parent 72e6853 commit 9107259

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/ql/src/experimental/CWE-770/DenialOfService.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import go
1515

1616

1717
/**
18-
* Class for defining a predicate to check for denial of service sanitizer guard.
18+
* Holds if the guard `g` on its branch `branch` checks that `e` is not constant and is less than some other value.
1919
*/
2020
predicate denialOfServiceSanitizerGuard(DataFlow::Node g, Expr e, boolean branch) {
2121
exists(DataFlow::Node lesser |

0 commit comments

Comments
 (0)