Skip to content

Commit

Permalink
Merge pull request github#11245 from erik-krogh/rb-redosMod
Browse files Browse the repository at this point in the history
Ruby: use the shared regex pack
  • Loading branch information
erik-krogh committed Nov 21, 2022
2 parents 01dcf6a + f6255e4 commit b4661f4
Show file tree
Hide file tree
Showing 18 changed files with 1,043 additions and 3,591 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ruby-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*)
Expand Down
4 changes: 4 additions & 0 deletions ruby/ql/lib/change-notes/2022-10-31-shared-redos-pack.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
category: minorAnalysis
---
* 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.
Loading

0 comments on commit b4661f4

Please sign in to comment.