Merge pull request #3727 from jbj/tainted-format-string-high

C++: Raise cpp/tainted-format-string* precisions to high
This commit is contained in:
Robert Marsh
2020-06-24 15:06:13 -07:00
committed by GitHub
3 changed files with 4 additions and 2 deletions

View File

@@ -13,6 +13,8 @@ The following changes in version 1.25 affect C/C++ analysis in all applications.
| **Query** | **Expected impact** | **Change** |
|----------------------------|------------------------|------------------------------------------------------------------|
| Uncontrolled format string (`cpp/tainted-format-string`) | | This query is now displayed by default on LGTM. |
| Uncontrolled format string (through global variable) (`cpp/tainted-format-string-through-global`) | | This query is now displayed by default on LGTM. |
## Changes to libraries