Skip to content

Commit f194c70

Browse files
committed
C++: Set precision to medium.
1 parent 179270f commit f194c70

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 high
5+
* @precision medium
66
* @id cpp/iterator-to-expired-container
77
* @problem.severity warning
88
* @tags reliability

0 commit comments

Comments
 (0)