Skip to content

Commit 8012f3b

Browse files
committed
C++: Increase the precision of 'cpp/iterator-to-expired-container' to high.
1 parent 0b6714e commit 8012f3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @name Iterator to expired container
33
* @description Using an iterator owned by a container whose lifetime has expired may lead to unexpected behavior.
44
* @kind problem
5-
* @precision medium
5+
* @precision high
66
* @id cpp/iterator-to-expired-container
77
* @problem.severity warning
88
* @security-severity 8.8

0 commit comments

Comments
 (0)