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,17 +0,0 @@
/**
* @name Extraction errors msft
* @description List all extraction errors for files in the source code directory.
* @id js/extractor-error-msft
* @kind problem
* @tags security
* extraction
*/
import javascript
from Error error
where
exists(error.getFile().getRelativePath()) and
error.isFatal()
select error.getFile(), error.getMessage()