Skip to content

Commit ec3b659

Browse files
committed
Fixed ~> patched version ranges for CVE-2024-28103.
1 parent 35b6894 commit ec3b659

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gems/actionpack/CVE-2024-28103.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ cvss_v3: 5.4
5656
unaffected_versions:
5757
- "< 6.1.0"
5858
patched_versions:
59-
- "~> 6.1.7.8"
60-
- "~> 7.0.8.4"
59+
- "~> 6.1.7, >= 6.1.7.8"
60+
- "~> 7.0.8, >= 7.0.8.4"
6161
- ">= 7.1.3.4"
6262
related:
6363
url:

0 commit comments

Comments
 (0)