C++: Add change notes.

This commit is contained in:
Mathias Vorreiter Pedersen
2023-10-03 09:33:40 +02:00
parent 7084dc1a88
commit b6ed9ccfda
2 changed files with 8 additions and 0 deletions

View 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`.

View 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`.