Skip to content

Commit

Permalink
Updated CodeQL configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
lelegard committed Mar 17, 2024
1 parent 0a497b0 commit 6ef0a0d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/codeql-analysis.yml
Expand Up @@ -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++)
Expand Down
2 changes: 1 addition & 1 deletion src/libtsduck/tsVersion.h
Expand Up @@ -23,4 +23,4 @@
//!
//! TSDuck commit number (automatically updated by Git hooks).
//!
#define TS_COMMIT 3669
#define TS_COMMIT 3670

0 comments on commit 6ef0a0d

Please sign in to comment.