Skip to content

Commit 0bf0c06

Browse files
authored
Fix formatting
1 parent 9107259 commit 0bf0c06

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313

1414
import go
1515

16-
1716
/**
1817
* Holds if the guard `g` on its branch `branch` checks that `e` is not constant and is less than some other value.
1918
*/
@@ -25,7 +24,7 @@ predicate denialOfServiceSanitizerGuard(DataFlow::Node g, Expr e, boolean branch
2524
)
2625
}
2726

28-
/*
27+
/**
2928
* Module for defining predicates and tracking taint flow related to denial of service issues.
3029
*/
3130
module Config implements DataFlow::ConfigSig {

0 commit comments

Comments
 (0)