Skip to content

Commit 81cf4b2

Browse files
author
Daniel Carral
committed
Use optimistic version constraint for Rails-related CVEs
Fix issues #244 & #140 following the approach @reedloden applied @ 782f008 The idea is to white-list the recently released v4.2.6 Rails version.
1 parent de575b8 commit 81cf4b2

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

gems/actionpack/CVE-2015-7576.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,6 @@ description: |
111111
112112
patched_versions:
113113
- "~> 5.0.0.beta1.1"
114-
- "~> 4.2.5.1"
114+
- ">= 4.2.5.1"
115115
- "~> 4.1.14.1"
116116
- "~> 3.2.22.1"

gems/actionpack/CVE-2015-7581.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,5 @@ unaffected_versions:
5151
- ">= 5.0.0.beta1"
5252

5353
patched_versions:
54-
- "~> 4.2.5.1"
54+
- ">= 4.2.5.1"
5555
- "~> 4.1.14.1"

gems/actionpack/CVE-2016-0751.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,6 @@ description: |
6666
6767
patched_versions:
6868
- "~> 5.0.0.beta1.1"
69-
- "~> 4.2.5.1"
69+
- ">= 4.2.5.1"
7070
- "~> 4.1.14.1"
7171
- "~> 3.2.22.1"

gems/actionview/CVE-2016-0752.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,6 @@ description: |
8787
8888
patched_versions:
8989
- "~> 5.0.0.beta1.1"
90-
- "~> 4.2.5.1"
90+
- ">= 4.2.5.1"
9191
- "~> 4.1.14.1"
9292
- "~> 3.2.22.1"

gems/activemodel/CVE-2016-0753.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,5 +88,5 @@ unaffected_versions:
8888

8989
patched_versions:
9090
- "~> 5.0.0.beta1.1"
91-
- "~> 4.2.5.1"
91+
- ">= 4.2.5.1"
9292
- "~> 4.1.14.1"

gems/activerecord/CVE-2015-7577.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,6 @@ unaffected_versions:
102102

103103
patched_versions:
104104
- "~> 5.0.0.beta1.1"
105-
- "~> 4.2.5.1"
105+
- ">= 4.2.5.1"
106106
- "~> 4.1.14.1"
107107
- "~> 3.2.22.1"

0 commit comments

Comments
 (0)