зеркало из https://github.com/github/codeql.git
[CPP-370] Rework release note per Jonas' suggestions.
This commit is contained in:
Родитель
ef7e051b50
Коммит
1118601273
|
@ -13,7 +13,7 @@
|
|||
|----------------------------|------------------------|------------------------------------------------------------------|
|
||||
| Expression has no effect (`cpp/useless-expression`) | Fewer false positive results | Calls to functions with the `weak` attribute are no longer considered to be side effect free, because they could be overridden with a different implementation at link time. |
|
||||
| Suspicious pointer scaling (`cpp/suspicious-pointer-scaling`) | Lower precision | The precision of this query has been reduced to "medium". This coding pattern is used intentionally and safely in a number of real-world projects. Results are no longer displayed on LGTM unless you choose to display them. |
|
||||
| Non-constant format string (`cpp/non-constant-format`) | Higher precision | Rewritten using the taint-tracking library; should also improve performance in batched runs. |
|
||||
| Non-constant format string (`cpp/non-constant-format`) | Fewer false positive results | Rewritten using the taint-tracking library. |
|
||||
|
||||
## Changes to QL libraries
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче