Skip to content

Commit 17fe5f2

Browse files
committed
C++: Change the id of the experimental double-free query to not overlap with the new non-experimental one.
1 parent a8151b4 commit 17fe5f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/ql/src/experimental/Security/CWE/CWE-415/DoubleFree.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* @name Errors When Double Free
33
* @description Freeing a previously allocated resource twice can lead to various vulnerabilities in the program.
44
* @kind problem
5-
* @id cpp/double-free
5+
* @id cpp/experimental-double-free
66
* @problem.severity warning
77
* @precision medium
88
* @tags security

0 commit comments

Comments
 (0)