mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
CPP: drop opaque-id properties
The undocumented @opaque-id property takes precendence over the normal @id property and causes the SARIF output produced by CodeQL to use that ID for rules.
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
* @tags reliability
|
||||
* external/cwe/cwe-573
|
||||
* external/cwe/cwe-252
|
||||
* @opaque-id SM02344
|
||||
* @microsoft.severity Important
|
||||
*/
|
||||
|
||||
|
||||
@@ -6,7 +6,6 @@
|
||||
* @kind problem
|
||||
* @problem.severity warning
|
||||
* @security-severity 7.8
|
||||
* @opaque-id SM02313
|
||||
* @id cpp/conditionally-uninitialized-variable
|
||||
* @tags security
|
||||
* external/cwe/cwe-457
|
||||
|
||||
Reference in New Issue
Block a user