Compare commits

...

1 Commits

Author SHA1 Message Date
Jeroen Ketema
f0919f8679 C++: Change security-extended to be a single query getting all files 2024-12-02 17:21:19 +00:00
2 changed files with 15 additions and 4 deletions

View File

@@ -0,0 +1,14 @@
/**
* @name Get all files in the database
* @description Get all files in the database
* @kind problem
* @id cpp/get_files
* @problem.severity error
* @precision very-high
*/
import cpp
from File f
select f, "$@", f, f.getBaseName()

View File

@@ -1,5 +1,2 @@
- description: Security-extended queries for C and C++
- queries: .
- apply: security-extended-selectors.yml
from: codeql/suite-helpers
- apply: codeql-suites/exclude-slow-queries.yml
- query: QA_Query/GetFiles.ql