Merge pull request #7718 from MathiasVP/move-return-stack-allocated-memory-into-code-scanning

C++: Add `security` tag to `cpp/return-stack-allocated-memory`
This commit is contained in:
Robert Marsh
2022-01-24 14:52:23 -05:00
committed by GitHub
2 changed files with 5 additions and 0 deletions

View File

@@ -8,6 +8,7 @@
* @problem.severity warning
* @precision high
* @tags reliability
* security
* external/cwe/cwe-825
*/

View File

@@ -0,0 +1,4 @@
---
category: newQuery
---
* The `security` tag has been added to the `cpp/return-stack-allocated-memory` query. As a result, its results will now appear by default.