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 179270f commit f194c70Copy full SHA for f194c70
cpp/ql/src/Security/CWE/CWE-416/IteratorToExpiredContainer.ql
@@ -2,7 +2,7 @@
2
* @name Iterator to expired container
3
* @description Using an iterator owned by a container whose lifetime has expired may lead to unexpected behavior.
4
* @kind problem
5
- * @precision high
+ * @precision medium
6
* @id cpp/iterator-to-expired-container
7
* @problem.severity warning
8
* @tags reliability
0 commit comments