Skip to content

Commit

Permalink
Remove Rails LTS versions
Browse files Browse the repository at this point in the history
Please check https://makandracards.com/railslts/474590-list-cves-addressed-rails-lts for all CVEs addressed by Rails LTS and detailed information.
  • Loading branch information
NiklasHae authored and postmodern committed Feb 17, 2025
1 parent 3e2cd72 commit 05ea8d8
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ description: |
Versions Affected: All
Not affected: None
Fixed Versions: 5.2.8.15 (Rails LTS), 6.1.7.1, 7.0.4.1
Fixed Versions: 6.1.7.1, 7.0.4.1
# Impact
Expand All @@ -85,7 +85,7 @@ description: |
Users on Ruby 3.2.0 or greater are not affected by this vulnerability.
patched_versions:
- "~> 5.2.8, >= 5.2.8.15" # Rails LTS
- "~> 5.2.8"
- "~> 6.1.7, >= 6.1.7.1"
- ">= 7.0.4.1"
```
Expand Down
4 changes: 2 additions & 2 deletions gems/actionpack/CVE-2023-22792.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ description: |
Versions Affected: >= 3.0.0
Not affected: < 3.0.0
Fixed Versions: 5.2.8.15 (Rails LTS), 6.1.7.1, 7.0.4.1
Fixed Versions: 6.1.7.1, 7.0.4.1
# Impact
Expand All @@ -33,6 +33,6 @@ description: |
unaffected_versions:
- "< 3.0.0"
patched_versions:
- "~> 5.2.8, >= 5.2.8.15" # Rails LTS
- "~> 5.2.8"
- "~> 6.1.7, >= 6.1.7.1"
- ">= 7.0.4.1"
4 changes: 2 additions & 2 deletions gems/actionpack/CVE-2023-22795.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ description: |
Versions Affected: All
Not affected: None
Fixed Versions: 5.2.8.15 (Rails LTS), 6.1.7.1, 7.0.4.1
Fixed Versions: 6.1.7.1, 7.0.4.1
# Impact
Expand All @@ -33,6 +33,6 @@ description: |
Users on Ruby 3.2.0 or greater are not affected by this vulnerability.
patched_versions:
- "~> 5.2.8, >= 5.2.8.15" # Rails LTS
- "~> 5.2.8"
- "~> 6.1.7, >= 6.1.7.1"
- ">= 7.0.4.1"
4 changes: 2 additions & 2 deletions gems/activerecord/CVE-2022-44566.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ description: |
Versions Affected: All.
Not affected: None.
Fixed Versions: 5.2.8.15 (Rails LTS), 6.1.7.1, 7.0.4.1
Fixed Versions: 6.1.7.1, 7.0.4.1
# Impact
Expand All @@ -30,6 +30,6 @@ description: |
not contain integers wider than a signed 64bit representation or floats.
cvss_v3: 7.5
patched_versions:
- "~> 5.2.8, >= 5.2.8.15" # Rails LTS
- "~> 5.2.8"
- "~> 6.1.7, >= 6.1.7.1"
- ">= 7.0.4.1"
4 changes: 2 additions & 2 deletions gems/activesupport/CVE-2023-22796.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ description: |
Versions Affected: All
Not affected: None
Fixed Versions: 5.2.8.15 (Rails LTS), 6.1.7.1, 7.0.4.1
Fixed Versions: 6.1.7.1, 7.0.4.1
# Impact
Expand All @@ -35,6 +35,6 @@ description: |
Users on Ruby 3.2.0 or greater may be able to reduce the impact by
configuring Regexp.timeout.
patched_versions:
- "~> 5.2.8, >= 5.2.8.15" # Rails LTS
- "~> 5.2.8"
- "~> 6.1.7, >= 6.1.7.1"
- ">= 7.0.4.1"

0 comments on commit 05ea8d8

Please sign in to comment.