mailcatcher: rack: 1.6.8 -> 1.6.11

CVE-2018-16470: https://seclists.org/oss-sec/2018/q4/128
CVE-2018-16471: https://seclists.org/oss-sec/2018/q4/129
This commit is contained in:
Alyssa Ross 2018-11-06 09:13:57 +00:00
parent 96f23c4cdd
commit f2d0e1800d
No known key found for this signature in database
GPG Key ID: C4844408C0657052
2 changed files with 11 additions and 4 deletions

View File

@ -16,7 +16,7 @@ GEM
mime-types (3.1) mime-types (3.1)
mime-types-data (~> 3.2015) mime-types-data (~> 3.2015)
mime-types-data (3.2016.0521) mime-types-data (3.2016.0521)
rack (1.6.8) rack (1.6.11)
rack-protection (1.5.3) rack-protection (1.5.3)
rack rack
sinatra (1.4.8) sinatra (1.4.8)
@ -40,4 +40,4 @@ DEPENDENCIES
mailcatcher mailcatcher
BUNDLED WITH BUNDLED WITH
1.14.4 1.16.4

View File

@ -16,6 +16,7 @@
version = "1.0.9.1"; version = "1.0.9.1";
}; };
mail = { mail = {
dependencies = ["mime-types"];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "0d7lhj2dw52ycls6xigkfz6zvfhc6qggply9iycjmcyj9760yvz9"; sha256 = "0d7lhj2dw52ycls6xigkfz6zvfhc6qggply9iycjmcyj9760yvz9";
@ -24,6 +25,7 @@
version = "2.6.6"; version = "2.6.6";
}; };
mailcatcher = { mailcatcher = {
dependencies = ["eventmachine" "mail" "rack" "sinatra" "skinny" "sqlite3" "thin"];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "0h6gk8n18i5f651f244al1hscjzl27fpma4vqw0qhszqqpd5p3bx"; sha256 = "0h6gk8n18i5f651f244al1hscjzl27fpma4vqw0qhszqqpd5p3bx";
@ -32,6 +34,7 @@
version = "0.6.5"; version = "0.6.5";
}; };
mime-types = { mime-types = {
dependencies = ["mime-types-data"];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "0087z9kbnlqhci7fxh9f6il63hj1k02icq2rs0c6cppmqchr753m"; sha256 = "0087z9kbnlqhci7fxh9f6il63hj1k02icq2rs0c6cppmqchr753m";
@ -50,12 +53,13 @@
rack = { rack = {
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "19m7aixb2ri7p1n0iqaqx8ldi97xdhvbxijbyrrcdcl6fv5prqza"; sha256 = "1g9926ln2lw12lfxm4ylq1h6nl0rafl10za3xvjzc87qvnqic87f";
type = "gem"; type = "gem";
}; };
version = "1.6.8"; version = "1.6.11";
}; };
rack-protection = { rack-protection = {
dependencies = ["rack"];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "0cvb21zz7p9wy23wdav63z5qzfn4nialik22yqp6gihkgfqqrh5r"; sha256 = "0cvb21zz7p9wy23wdav63z5qzfn4nialik22yqp6gihkgfqqrh5r";
@ -64,6 +68,7 @@
version = "1.5.3"; version = "1.5.3";
}; };
sinatra = { sinatra = {
dependencies = ["rack" "rack-protection" "tilt"];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "0byxzl7rx3ki0xd7aiv1x8mbah7hzd8f81l65nq8857kmgzj1jqq"; sha256 = "0byxzl7rx3ki0xd7aiv1x8mbah7hzd8f81l65nq8857kmgzj1jqq";
@ -72,6 +77,7 @@
version = "1.4.8"; version = "1.4.8";
}; };
skinny = { skinny = {
dependencies = ["eventmachine" "thin"];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "1y3yvx88ylgz4d2s1wskjk5rkmrcr15q3ibzp1q88qwzr5y493a9"; sha256 = "1y3yvx88ylgz4d2s1wskjk5rkmrcr15q3ibzp1q88qwzr5y493a9";
@ -88,6 +94,7 @@
version = "1.3.13"; version = "1.3.13";
}; };
thin = { thin = {
dependencies = ["daemons" "eventmachine" "rack"];
source = { source = {
remotes = ["https://rubygems.org"]; remotes = ["https://rubygems.org"];
sha256 = "0hrq9m3hb6pm8yrqshhg0gafkphdpvwcqmr7k722kgdisp3w91ga"; sha256 = "0hrq9m3hb6pm8yrqshhg0gafkphdpvwcqmr7k722kgdisp3w91ga";