Skip to content

Commit 0a59654

Browse files
pixeltrixpostmodern
authored andcommitted
Relax version constraints to allow Rails 7.0.10 update
The ~> operator on the revision triggers a false positive on the latest patch update in the Rails 7.0.x release series.
1 parent 70fdfca commit 0a59654

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

gems/actionmailer/CVE-2024-47889.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ unaffected_versions:
3838
- "< 3.0.0"
3939
patched_versions:
4040
- "~> 6.1.7.9"
41-
- "~> 7.0.8.5"
41+
- "~> 7.0.8, >= 7.0.8.5"
4242
- "~> 7.1.4, >= 7.1.4.1"
4343
- ">= 7.2.1.1"
4444
related:

gems/actionpack/CVE-2024-41128.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ unaffected_versions:
3838
- "< 3.1.0"
3939
patched_versions:
4040
- "~> 6.1.7.9"
41-
- "~> 7.0.8.5"
41+
- "~> 7.0.8, >= 7.0.8.5"
4242
- "~> 7.1.4, >= 7.1.4.1"
4343
- ">= 7.2.1.1"
4444
related:

gems/actionpack/CVE-2024-47887.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ unaffected_versions:
4040
- "< 4.0.0"
4141
patched_versions:
4242
- "~> 6.1.7.9"
43-
- "~> 7.0.8.5"
43+
- "~> 7.0.8, >= 7.0.8.5"
4444
- "~> 7.1.4, >= 7.1.4.1"
4545
- ">= 7.2.1.1"
4646
related:

gems/actionpack/CVE-2024-54133.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ cvss_v4: 2.3
3434
unaffected_versions:
3535
- "< 5.2.0"
3636
patched_versions:
37-
- "~> 7.0.8.7"
37+
- "~> 7.0.8, >= 7.0.8.7"
3838
- "~> 7.1.5, >= 7.1.5.1"
3939
- "~> 7.2.2, >= 7.2.2.1"
4040
- ">= 8.0.0.1"

gems/actiontext/CVE-2024-34341.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ description: |
5757
unaffected_versions:
5858
- "< 7.0.0"
5959
patched_versions:
60-
- "~> 7.0.8.3"
60+
- "~> 7.0.8, >= 7.0.8.3"
6161
- ">= 7.1.3.3"
6262
cvss_v3: 5.4
6363
related:

gems/actiontext/CVE-2024-47888.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ unaffected_versions:
3939
- "< 6.0.0"
4040
patched_versions:
4141
- "~> 6.1.7.9"
42-
- "~> 7.0.8.5"
42+
- "~> 7.0.8, >= 7.0.8.5"
4343
- "~> 7.1.4, >= 7.1.4.1"
4444
- ">= 7.2.1.1"
4545
related:

0 commit comments

Comments
 (0)