Skip to content

Commit c4507e7

Browse files
authored
Merge pull request #279 from DouweM/patch-1
ActionView and ActiveRecord 4.2.8 are patched for these vulnerabilities
2 parents 8759445 + 73e6c82 commit c4507e7

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

gems/actionview/CVE-2016-6316.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,5 +51,6 @@ unaffected_versions:
5151

5252
# "~> 3.2.22.3" is found in gems/actionpack/CVE-2016-6316.yml
5353
patched_versions:
54-
- ~> 4.2.7.1
54+
- "~> 4.2.7.1"
55+
- "~> 4.2.8"
5556
- ">= 5.0.0.1"

gems/activerecord/CVE-2016-6317.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,4 +70,4 @@ unaffected_versions:
7070
- ">= 5.0.0"
7171

7272
patched_versions:
73-
- ~> 4.2.7.1
73+
- ">= 4.2.7.1"

0 commit comments

Comments
 (0)