Skip to content

Commit 35b6894

Browse files
committedAug 26, 2024·
Simplify the patched version ranges for CVE-2024-32464 and CVE-2024-28103.
1 parent 33907c1 commit 35b6894

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed
 

‎gems/actionpack/CVE-2024-28103.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,7 @@ unaffected_versions:
5858
patched_versions:
5959
- "~> 6.1.7.8"
6060
- "~> 7.0.8.4"
61-
- "~> 7.1.3.4"
62-
- ">= 7.2.0.beta2"
61+
- ">= 7.1.3.4"
6362
related:
6463
url:
6564
- https://nvd.nist.gov/vuln/detail/CVE-2024-28103

‎gems/actiontext/CVE-2024-32464.yml

+1-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ cvss_v3: 6.1
4949
unaffected_versions:
5050
- "< 7.1.0"
5151
patched_versions:
52-
- "~> 7.1.3.4"
53-
- ">= 7.2.0.beta2"
52+
- ">= 7.1.3.4"
5453
related:
5554
url:
5655
- https://nvd.nist.gov/vuln/detail/CVE-2024-32464

0 commit comments

Comments
 (0)
Please sign in to comment.