We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8151b4 commit 17fe5f2Copy full SHA for 17fe5f2
cpp/ql/src/experimental/Security/CWE/CWE-415/DoubleFree.ql
@@ -2,7 +2,7 @@
2
* @name Errors When Double Free
3
* @description Freeing a previously allocated resource twice can lead to various vulnerabilities in the program.
4
* @kind problem
5
- * @id cpp/double-free
+ * @id cpp/experimental-double-free
6
* @problem.severity warning
7
* @precision medium
8
* @tags security
0 commit comments