Skip to content

Commit 7b6accd

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

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
@@ -1,6 +1,6 @@
11
/**
22
* @name Iterator to expired container
3-
* @description Using an iterator owned by a container whose lifetimes has expired may lead to unexpected behavior.
3+
* @description Using an iterator owned by a container whose lifetime has expired may lead to unexpected behavior.
44
* @kind problem
55
* @precision high
66
* @id cpp/iterator-to-expired-container

0 commit comments

Comments
 (0)