diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index ae05893..e067bcf 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -64,7 +64,7 @@ jobs: with: languages: ${{ matrix.language }} build-mode: ${{ matrix.build-mode }} - packs: codeql/java-queries:Security/CWE/CWE-020/UntrustedDataToExternalAPI.ql + packs: codeql/java-queries:Security/CWE/CWE-020/UntrustedDataToExternalAPI.ql,codeql/java-queries:Security/CWE/CWE-117/LogInjection.ql # If you wish to specify custom queries, you can do so here or in a config file. # By default, queries listed here will override any specified in a config file. # Prefix the list here with "+" to use these queries and those in the config file.