Skip to content

Commit

Permalink
Prefer ~> X.Y.Z, >= X.Y.Z.W version constraints.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Oct 31, 2024
1 parent 88eefea commit d6a9089
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion gems/actionmailer/CVE-2024-47889.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ unaffected_versions:
patched_versions:
- "~> 6.1.7.9"
- "~> 7.0.8.5"
- ">= 7.1.4.1, < 7.2"
- "~> 7.1.4, >= 7.1.4.1"
- ">= 7.2.1.1"
related:
url:
Expand Down
2 changes: 1 addition & 1 deletion gems/actionpack/CVE-2024-41128.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ unaffected_versions:
patched_versions:
- "~> 6.1.7.9"
- "~> 7.0.8.5"
- ">= 7.1.4.1, < 7.2"
- "~> 7.1.4, >= 7.1.4.1"
- ">= 7.2.1.1"
related:
url:
Expand Down
2 changes: 1 addition & 1 deletion gems/actionpack/CVE-2024-47887.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ unaffected_versions:
patched_versions:
- "~> 6.1.7.9"
- "~> 7.0.8.5"
- ">= 7.1.4.1, < 7.2"
- "~> 7.1.4, >= 7.1.4.1"
- ">= 7.2.1.1"
related:
url:
Expand Down
2 changes: 1 addition & 1 deletion gems/actiontext/CVE-2024-47888.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ unaffected_versions:
patched_versions:
- "~> 6.1.7.9"
- "~> 7.0.8.5"
- ">= 7.1.4.1, < 7.2"
- "~> 7.1.4, >= 7.1.4.1"
- ">= 7.2.1.1"
related:
url:
Expand Down

0 comments on commit d6a9089

Please sign in to comment.