From: Thomas Weißschuh Date: Thu, 27 Jul 2023 05:21:02 +0000 (+0200) Subject: ci: (codeql) ignore cpp/uncontrolled-process-operation X-Git-Tag: v2.40-rc1~320^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=303f4bb85efe82448b8e1d32390b6403241232c8;p=thirdparty%2Futil-linux.git ci: (codeql) ignore cpp/uncontrolled-process-operation In the context of util-linux these are mostly false positives. Signed-off-by: Thomas Weißschuh --- 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