We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 457d71d commit 7b6accdCopy full SHA for 7b6accd
cpp/ql/src/experimental/Security/CWE/CWE-416/IteratorToExpiredContainer.ql
@@ -1,6 +1,6 @@
1
/**
2
* @name Iterator to expired container
3
- * @description Using an iterator owned by a container whose lifetimes has expired may lead to unexpected behavior.
+ * @description Using an iterator owned by a container whose lifetime has expired may lead to unexpected behavior.
4
* @kind problem
5
* @precision high
6
* @id cpp/iterator-to-expired-container
0 commit comments