Merge pull request #6301 from github/aibaars/drop-opaque-id

CPP: drop opaque-id properties
This commit is contained in:
Robert Marsh
2021-07-15 16:36:11 -07:00
committed by GitHub
2 changed files with 0 additions and 2 deletions

View File

@@ -9,7 +9,6 @@
* @tags reliability
* external/cwe/cwe-573
* external/cwe/cwe-252
* @opaque-id SM02344
* @microsoft.severity Important
*/

View File

@@ -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