Skip to content

Commit c9cf6ea

Browse files
authored
1 parent 4921d43 commit c9cf6ea

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

gems/actionpack/CVE-2023-22792.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description: |
1212
1313
Versions Affected: >= 3.0.0
1414
Not affected: < 3.0.0
15-
Fixed Versions: 6.1.7.1, 7.0.4.1
15+
Fixed Versions: 5.2.8.15 (Rails LTS), 6.1.7.1, 7.0.4.1
1616
1717
# Impact
1818
@@ -32,5 +32,6 @@ description: |
3232
unaffected_versions:
3333
- "< 3.0.0"
3434
patched_versions:
35+
- "~> 5.2.8, >= 5.2.8.15" # Rails LTS
3536
- "~> 6.1.7, >= 6.1.7.1"
3637
- ">= 7.0.4.1"

gems/actionpack/CVE-2023-22795.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description: |-
1212
1313
Versions Affected: All
1414
Not affected: None
15-
Fixed Versions: 6.1.7.1, 7.0.4.1
15+
Fixed Versions: 5.2.8.15 (Rails LTS), 6.1.7.1, 7.0.4.1
1616
1717
# Impact
1818
@@ -32,5 +32,6 @@ description: |-
3232
3333
Users on Ruby 3.2.0 or greater are not affected by this vulnerability.
3434
patched_versions:
35+
- "~> 5.2.8, >= 5.2.8.15" # Rails LTS
3536
- "~> 6.1.7, >= 6.1.7.1"
3637
- ">= 7.0.4.1"

gems/activerecord/CVE-2022-44566.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description: |
1313
1414
Versions Affected: All.
1515
Not affected: None.
16-
Fixed Versions: 7.0.4.1, 6.1.7.1
16+
Fixed Versions: 5.2.8.15 (Rails LTS), 6.1.7.1, 7.0.4.1
1717
1818
# Impact
1919
@@ -28,5 +28,6 @@ description: |
2828
Ensure that user supplied input which is provided to ActiveRecord clauses do
2929
not contain integers wider than a signed 64bit representation or floats.
3030
patched_versions:
31+
- "~> 5.2.8, >= 5.2.8.15" # Rails LTS
3132
- "~> 6.1.7, >= 6.1.7.1"
3233
- ">= 7.0.4.1"

gems/activesupport/CVE-2023-22796.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ description: |-
1212
1313
Versions Affected: All
1414
Not affected: None
15-
Fixed Versions: 6.1.7.1, 7.0.4.1
15+
Fixed Versions: 5.2.8.15 (Rails LTS), 6.1.7.1, 7.0.4.1
1616
1717
# Impact
1818
@@ -34,5 +34,6 @@ description: |-
3434
Users on Ruby 3.2.0 or greater may be able to reduce the impact by
3535
configuring Regexp.timeout.
3636
patched_versions:
37+
- "~> 5.2.8, >= 5.2.8.15" # Rails LTS
3738
- "~> 6.1.7, >= 6.1.7.1"
3839
- ">= 7.0.4.1"

0 commit comments

Comments
 (0)