Skip to content

Commit b4661f4

Browse files
authored
Merge pull request github#11245 from erik-krogh/rb-redosMod
Ruby: use the shared regex pack
2 parents 01dcf6a + f6255e4 commit b4661f4

File tree

18 files changed

+1043
-3591
lines changed

18 files changed

+1043
-3591
lines changed

.github/workflows/ruby-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,7 @@ jobs:
9797
run: |
9898
codeql pack create ../shared/ssa --output target/packs
9999
codeql pack create ../misc/suite-helpers --output target/packs
100+
codeql pack create ../shared/regex --output target/packs
100101
codeql pack create ql/lib --output target/packs
101102
codeql pack create ql/src --output target/packs
102103
PACK_FOLDER=$(readlink -f target/packs/codeql/ruby-queries/*)
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
category: minorAnalysis
3+
---
4+
* The ReDoS libraries in `codeql.ruby.security.regexp` has been moved to a shared pack inside the `shared/` folder, and the previous location has been deprecated.

0 commit comments

Comments
 (0)