We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d80bde commit fc2aa0dCopy full SHA for fc2aa0d
gems/actionpack/CVE-2024-26143.yml
@@ -10,7 +10,9 @@ description: |
10
(`translate`, `t`, etc) in Action Controller. This vulnerability has been
11
assigned the CVE identifier CVE-2024-26143.
12
13
- Versions Affected: All. Not affected: None Fixed Versions: 7.1.3.1, 7.0.8.1
+ Versions Affected: >= 7.0.0
14
+ Not affected: < 7.0.0
15
+ Fixed Versions: 7.1.3.1, 7.0.8.1
16
17
# Impact
18
@@ -48,6 +50,8 @@ description: |
48
50
# Workarounds
49
51
52
There are no feasible workarounds for this issue.
53
+unaffected_versions:
54
+ - "< 7.0.0"
55
patched_versions:
56
- "~> 7.0.8, >= 7.0.8.1"
57
- ">= 7.1.3.1"
0 commit comments