From: Thomas Weißschuh Date: Tue, 27 Feb 2024 19:54:33 +0000 (+0100) Subject: codeql: don't report world-writable files X-Git-Tag: v2.42-start~511^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a1d5663ad79ff34ccccef2f9f0d19b3c1ccdc3c9;p=thirdparty%2Futil-linux.git codeql: don't report world-writable files Signed-off-by: Thomas Weißschuh --- diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index e4f4c09b9..d53f74e8a 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