Merge pull request #11245 from erik-krogh/rb-redosMod

Ruby: use the shared regex pack
This commit is contained in:
Erik Krogh Kristensen
2022-11-21 15:34:20 +01:00
committed by GitHub
18 changed files with 1181 additions and 3729 deletions

View File

@@ -97,6 +97,7 @@ jobs:
run: |
codeql pack create ../shared/ssa --output target/packs
codeql pack create ../misc/suite-helpers --output target/packs
codeql pack create ../shared/regex --output target/packs
codeql pack create ql/lib --output target/packs
codeql pack create ql/src --output target/packs
PACK_FOLDER=$(readlink -f target/packs/codeql/ruby-queries/*)