Skip to content

Commit 457d71d

Browse files
MathiasVPgeoffw0
andauthored
Update cpp/ql/src/experimental/Security/CWE/CWE-416/IteratorToExpiredContainer.ql
Co-authored-by: Geoffrey White <[email protected]>
1 parent 575af1a commit 457d71d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/experimental/Security/CWE/CWE-416/IteratorToExpiredContainer.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ predicate isSinkImpl(DataFlow::Node sink, FunctionCall fc) {
7474
}
7575

7676
/**
77-
* Flow from any destroyed object to the qualifier of a `begin` call
77+
* Flow from any destroyed object to the qualifier of a `begin` or `end` call
7878
*/
7979
module DestroyedToBeginConfig implements DataFlow::ConfigSig {
8080
predicate isSource(DataFlow::Node source) { source = getADestroyedNode() }

0 commit comments

Comments
 (0)