Skip to content

Commit 05ea8d8

Browse files
NiklasHaepostmodern
authored andcommitted
Remove Rails LTS versions
Please check https://makandracards.com/railslts/474590-list-cves-addressed-rails-lts for all CVEs addressed by Rails LTS and detailed information.
1 parent 3e2cd72 commit 05ea8d8

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ description: |
6565
6666
Versions Affected: All
6767
Not affected: None
68-
Fixed Versions: 5.2.8.15 (Rails LTS), 6.1.7.1, 7.0.4.1
68+
Fixed Versions: 6.1.7.1, 7.0.4.1
6969
7070
# Impact
7171
@@ -85,7 +85,7 @@ description: |
8585
8686
Users on Ruby 3.2.0 or greater are not affected by this vulnerability.
8787
patched_versions:
88-
- "~> 5.2.8, >= 5.2.8.15" # Rails LTS
88+
- "~> 5.2.8"
8989
- "~> 6.1.7, >= 6.1.7.1"
9090
- ">= 7.0.4.1"
9191
```

gems/actionpack/CVE-2023-22792.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ description: |
1313
1414
Versions Affected: >= 3.0.0
1515
Not affected: < 3.0.0
16-
Fixed Versions: 5.2.8.15 (Rails LTS), 6.1.7.1, 7.0.4.1
16+
Fixed Versions: 6.1.7.1, 7.0.4.1
1717
1818
# Impact
1919
@@ -33,6 +33,6 @@ description: |
3333
unaffected_versions:
3434
- "< 3.0.0"
3535
patched_versions:
36-
- "~> 5.2.8, >= 5.2.8.15" # Rails LTS
36+
- "~> 5.2.8"
3737
- "~> 6.1.7, >= 6.1.7.1"
3838
- ">= 7.0.4.1"

gems/actionpack/CVE-2023-22795.yml

+2-2
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: 5.2.8.15 (Rails LTS), 6.1.7.1, 7.0.4.1
16+
Fixed Versions: 6.1.7.1, 7.0.4.1
1717
1818
# Impact
1919
@@ -33,6 +33,6 @@ description: |
3333
3434
Users on Ruby 3.2.0 or greater are not affected by this vulnerability.
3535
patched_versions:
36-
- "~> 5.2.8, >= 5.2.8.15" # Rails LTS
36+
- "~> 5.2.8"
3737
- "~> 6.1.7, >= 6.1.7.1"
3838
- ">= 7.0.4.1"

gems/activerecord/CVE-2022-44566.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ description: |
1414
1515
Versions Affected: All.
1616
Not affected: None.
17-
Fixed Versions: 5.2.8.15 (Rails LTS), 6.1.7.1, 7.0.4.1
17+
Fixed Versions: 6.1.7.1, 7.0.4.1
1818
1919
# Impact
2020
@@ -30,6 +30,6 @@ description: |
3030
not contain integers wider than a signed 64bit representation or floats.
3131
cvss_v3: 7.5
3232
patched_versions:
33-
- "~> 5.2.8, >= 5.2.8.15" # Rails LTS
33+
- "~> 5.2.8"
3434
- "~> 6.1.7, >= 6.1.7.1"
3535
- ">= 7.0.4.1"

gems/activesupport/CVE-2023-22796.yml

+2-2
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: 5.2.8.15 (Rails LTS), 6.1.7.1, 7.0.4.1
16+
Fixed Versions: 6.1.7.1, 7.0.4.1
1717
1818
# Impact
1919
@@ -35,6 +35,6 @@ description: |
3535
Users on Ruby 3.2.0 or greater may be able to reduce the impact by
3636
configuring Regexp.timeout.
3737
patched_versions:
38-
- "~> 5.2.8, >= 5.2.8.15" # Rails LTS
38+
- "~> 5.2.8"
3939
- "~> 6.1.7, >= 6.1.7.1"
4040
- ">= 7.0.4.1"

0 commit comments

Comments
 (0)