Skip to content

Commit 39ad4d4

Browse files
authored
Merge pull request #16930 from MathiasVP/promote-unsafe-strncat-to-code-scanning
2 parents 2c5f007 + 9cfd06c commit 39ad4d4

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

cpp/ql/src/Likely Bugs/Memory Management/SuspiciousCallToStrncat.ql

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* @kind problem
55
* @problem.severity warning
66
* @security-severity 9.3
7-
* @precision medium
7+
* @precision high
88
* @id cpp/unsafe-strncat
99
* @tags reliability
1010
* correctness
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
category: queryMetadata
3+
---
4+
* 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.

0 commit comments

Comments
 (0)