Skip to content

Commit

Permalink
Fix regex dep denial of service vulnerability
Browse files Browse the repository at this point in the history
Fix regex dep denial of service vulnerability by upgrading to the latest
version of regex.

[changelog]
fixed: denial of service vulnerability in regex dependency

ps-id: 267bf66b-e26b-4103-9dff-0d8b1ea0b2f1
  • Loading branch information
drewdeponte committed Jun 18, 2022
1 parent 245dee4 commit c18e448
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ uuid = { version = "0.8.2", features = ["serde", "v4"] }
serde = { version = "1.0.130", features = ["derive"] }
serde_json = "1.0.68"
structopt = "0.3.26"
regex = "1.5.4"
regex = "1.5.6"
lazy_static = "1.4.0"
is_executable = "1.0.1"
home-dir = "0.1.0"
Expand Down

0 comments on commit c18e448

Please sign in to comment.