Merge pull request #21632 from geoffw0/wrongtype2

C++: Upgrade cpp/wrong-type-format-argument to high precision
This commit is contained in:
Geoffrey White
2026-04-10 14:01:07 +01:00
committed by GitHub
3 changed files with 6 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
* @kind problem
* @problem.severity error
* @security-severity 7.5
* @precision medium
* @precision high
* @id cpp/wrong-type-format-argument
* @tags reliability
* correctness

View File

@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* The "Wrong type of arguments to formatting function" (`cpp/wrong-type-format-argument`) query has been upgraded to `high` precision. This query will now run in the default code scanning suite.