Skip to content

Commit 7048190

Browse files
MathiasVPjketema
andauthored
Update cpp/ql/src/Security/CWE/CWE-120/UnboundedWrite.ql
Co-authored-by: Jeroen Ketema <[email protected]>
1 parent 38bd893 commit 7048190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/Security/CWE/CWE-120/UnboundedWrite.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ module Config implements DataFlow::ConfigSig {
8989
predicate isBarrierOut(DataFlow::Node node) { isSink(node) }
9090

9191
predicate isBarrier(DataFlow::Node node) {
92-
// Block flow is the node is guarded by any <, <= or = operations.
92+
// Block flow if the node is guarded by any <, <= or = operations.
9393
node = DataFlow::BarrierGuard<lessThanOrEqual/3>::getABarrierNode()
9494
}
9595
}

0 commit comments

Comments
 (0)