mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
C++: Add change notes.
This commit is contained in:
4
cpp/ql/src/change-notes/2023-10-03-double-free.md
Normal file
4
cpp/ql/src/change-notes/2023-10-03-double-free.md
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
category: queryMetadata
|
||||
---
|
||||
* The `cpp/double-free` query has been further improved to reduce false positives and its precision has been increased from `medium` to `high`.
|
||||
4
cpp/ql/src/change-notes/2023-10-03-use-after-free.md
Normal file
4
cpp/ql/src/change-notes/2023-10-03-use-after-free.md
Normal file
@@ -0,0 +1,4 @@
|
||||
---
|
||||
category: queryMetadata
|
||||
---
|
||||
* The `cpp/use-after-free` query has been further improved to reduce false positives and its precision has been increased from `medium` to `high`.
|
||||
Reference in New Issue
Block a user