From 303f4bb85efe82448b8e1d32390b6403241232c8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20Wei=C3=9Fschuh?= Date: Thu, 27 Jul 2023 07:21:02 +0200 Subject: [PATCH] ci: (codeql) ignore cpp/uncontrolled-process-operation MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit In the context of util-linux these are mostly false positives. Signed-off-by: Thomas Weißschuh --- .github/workflows/codeql.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index b7d98a0de7..e4f4c09b9b 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -43,6 +43,8 @@ jobs: query-filters: - exclude: id: cpp/path-injection + - exclude: + id: cpp/uncontrolled-process-operation - name: Install dependencies run: sudo -E .github/workflows/cibuild-setup-ubuntu.sh -- 2.47.2