Skip to content

Commit 5c92f5e

Browse files
committed
cpp: Drop experimental query id prefix and change note
1 parent 2c3434b commit 5c92f5e

3 files changed

Lines changed: 1 addition & 9 deletions

File tree

.gitignore

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,3 @@ node_modules/
7979

8080
# Mergetool files
8181
*.orig
82-
83-
# Local CodeQL harness database cache (veraptos TP/TN validation)
84-
codeql_harness_dbs/

cpp/ql/src/change-notes/2026-08-31-mmio-unsanitized-memcpy.md

Lines changed: 0 additions & 4 deletions
This file was deleted.

cpp/ql/src/experimental/Security/CWE/CWE-120/MmioUnsanitizedMemcpy.ql

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
* macros without bounds validation may overflow destination buffers.
55
* @kind path-problem
66
* @problem.severity error
7-
* @security-severity 8.6
87
* @precision low
9-
* @id cpp/experimental/mmio-unsanitized-memcpy
8+
* @id cpp/mmio-unsanitized-memcpy
109
* @tags security
1110
* experimental
1211
* external/cwe/cwe-120

0 commit comments

Comments
 (0)