Skip to content

Commit

Permalink
Use optimistic version constraint for Rails-related CVEs
Browse files Browse the repository at this point in the history
Fix issues rubysec#244 & rubysec#140 following the approach @reedloden
applied @ rubysec@782f008

The idea is to white-list the recently released v4.2.6 Rails version.
  • Loading branch information
Daniel Carral committed Mar 9, 2016
1 parent 19bf00b commit 13319eb
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion gems/actionpack/CVE-2015-7576.yml
Expand Up @@ -111,6 +111,6 @@ description: |
patched_versions:
- "~> 5.0.0.beta1.1"
- "~> 4.2.5.1"
- ">= 4.2.5.1"
- "~> 4.1.14.1"
- "~> 3.2.22.1"
2 changes: 1 addition & 1 deletion gems/actionpack/CVE-2015-7581.yml
Expand Up @@ -51,5 +51,5 @@ unaffected_versions:
- ">= 5.0.0.beta1"

patched_versions:
- "~> 4.2.5.1"
- ">= 4.2.5.1"
- "~> 4.1.14.1"
2 changes: 1 addition & 1 deletion gems/actionpack/CVE-2016-0751.yml
Expand Up @@ -66,6 +66,6 @@ description: |
patched_versions:
- "~> 5.0.0.beta1.1"
- "~> 4.2.5.1"
- ">= 4.2.5.1"
- "~> 4.1.14.1"
- "~> 3.2.22.1"
2 changes: 1 addition & 1 deletion gems/actionpack/CVE-2016-2098.yml
Expand Up @@ -86,4 +86,4 @@ unaffected_versions:
patched_versions:
- "~> 3.2.22.2"
- "~> 4.1.14.2"
- "~> 4.2.5.2"
- ">= 4.2.5.2"
2 changes: 1 addition & 1 deletion gems/actionview/CVE-2016-0752.yml
Expand Up @@ -87,6 +87,6 @@ description: |
patched_versions:
- "~> 5.0.0.beta1.1"
- "~> 4.2.5.1"
- ">= 4.2.5.1"
- "~> 4.1.14.1"
- "~> 3.2.22.1"
2 changes: 1 addition & 1 deletion gems/activemodel/CVE-2016-0753.yml
Expand Up @@ -88,5 +88,5 @@ unaffected_versions:

patched_versions:
- "~> 5.0.0.beta1.1"
- "~> 4.2.5.1"
- ">= 4.2.5.1"
- "~> 4.1.14.1"
2 changes: 1 addition & 1 deletion gems/activerecord/CVE-2015-7577.yml
Expand Up @@ -102,6 +102,6 @@ unaffected_versions:

patched_versions:
- "~> 5.0.0.beta1.1"
- "~> 4.2.5.1"
- ">= 4.2.5.1"
- "~> 4.1.14.1"
- "~> 3.2.22.1"

0 comments on commit 13319eb

Please sign in to comment.