Merge pull request #16930 from MathiasVP/promote-unsafe-strncat-to-code-scanning

This commit is contained in:
Mathias Vorreiter Pedersen
2024-07-08 21:51:57 +01:00
committed by GitHub
2 changed files with 5 additions and 1 deletions

View File

@@ -4,7 +4,7 @@
* @kind problem
* @problem.severity warning
* @security-severity 9.3
* @precision medium
* @precision high
* @id cpp/unsafe-strncat
* @tags reliability
* correctness

View File

@@ -0,0 +1,4 @@
---
category: queryMetadata
---
* The precision of `cpp/unsafe-strncat` ("Potentially unsafe call to strncat") has been increased to `high`. As a result, it will be run by default as part of the Code Scanning suite.