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

Co-authored-by: Geoffrey White <40627776+geoffw0@users.noreply.github.com>
This commit is contained in:
Mathias Vorreiter Pedersen
2024-03-18 12:01:51 +00:00
committed by GitHub
parent 457d71d7bc
commit 7b6accd33a

View File

@@ -1,6 +1,6 @@
/**
* @name Iterator to expired container
* @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.
* @kind problem
* @precision high
* @id cpp/iterator-to-expired-container