Revert "Failed Extraction Queries"

This commit is contained in:
dilanbhalla
2024-12-03 10:50:15 -08:00
committed by GitHub
parent 0e25de1af0
commit a7cdda7a5b
9 changed files with 0 additions and 172 deletions

View File

@@ -1,16 +0,0 @@
/**
* @name Extraction errors msft
* @description List all extraction errors for files in the source code directory.
* @id cpp/extractor-error-msft
* @kind problem
* @tags security
* extraction
*/
import cpp
import ExtractionErrors
from ExtractionError error
select error.getFile(), error.getErrorMessage()