From cf1cbb2e145816ffd762424537ae5357c5fba21e Mon Sep 17 00:00:00 2001 From: Rasmus Wriedt Larsen Date: Mon, 13 Nov 2023 13:52:50 +0100 Subject: [PATCH] DO NOT MERGE: Add meta queries to security extended for QA --- python/ql/src/codeql-suites/python-security-extended.qls | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/python/ql/src/codeql-suites/python-security-extended.qls b/python/ql/src/codeql-suites/python-security-extended.qls index 8b4838c24cc..3cfcbc1674e 100644 --- a/python/ql/src/codeql-suites/python-security-extended.qls +++ b/python/ql/src/codeql-suites/python-security-extended.qls @@ -2,3 +2,8 @@ - queries: . - apply: security-extended-selectors.yml from: codeql/suite-helpers +- include: + query path: + - meta/alerts/RemoteFlowSources.ql + - meta/alerts/TaintSinks.ql + - meta/alerts/InterestingTaintSinks.ql