From 6ef0a0d2401b98758c55f3e82fe753d1bab0aeb5 Mon Sep 17 00:00:00 2001 From: Thierry Lelegard Date: Sun, 17 Mar 2024 22:59:13 +0100 Subject: [PATCH] Updated CodeQL configuration --- .github/workflows/codeql-analysis.yml | 4 ++-- src/libtsduck/tsVersion.h | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 6f275c3db..dc8f17402 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -54,9 +54,9 @@ jobs: - src/utest query-filters: - exclude: + # CWE-327: Use of a broken or risky cryptographic algorithm # We use DES for SCTE52, this is history, not a security alert - tags contain: - - weak-cryptographic-algorithm + tags: /cwe-327/ - if: matrix.language == 'cpp' name: Custom build (C++) diff --git a/src/libtsduck/tsVersion.h b/src/libtsduck/tsVersion.h index c4541c73d..cc083c175 100644 --- a/src/libtsduck/tsVersion.h +++ b/src/libtsduck/tsVersion.h @@ -23,4 +23,4 @@ //! //! TSDuck commit number (automatically updated by Git hooks). //! -#define TS_COMMIT 3669 +#define TS_COMMIT 3670