From a1d5663ad79ff34ccccef2f9f0d19b3c1ccdc3c9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20Wei=C3=9Fschuh?= Date: Tue, 27 Feb 2024 20:54:33 +0100 Subject: [PATCH] codeql: don't report world-writable files MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 e4f4c09b9b..d53f74e8a4 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -45,6 +45,8 @@ jobs: id: cpp/path-injection - exclude: id: cpp/uncontrolled-process-operation + - exclude: + id: cpp/world-writable-file-creation - name: Install dependencies run: sudo -E .github/workflows/cibuild-setup-ubuntu.sh -- 2.47.2