mirror of
https://github.com/github/codeql.git
synced 2025-12-23 04:06:37 +01:00
C++: Change the id of the experimental double-free query to not overlap with the new non-experimental one.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* @name Errors When Double Free
|
||||
* @description Freeing a previously allocated resource twice can lead to various vulnerabilities in the program.
|
||||
* @kind problem
|
||||
* @id cpp/double-free
|
||||
* @id cpp/experimental-double-free
|
||||
* @problem.severity warning
|
||||
* @precision medium
|
||||
* @tags security
|
||||
|
||||
Reference in New Issue
Block a user