Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump secure_headers from 3.6.7 to 3.9.0 #81

Merged
merged 1 commit into from
Apr 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ gem 'jquery-rails', '~> 4.3.1'
gem "font-awesome-rails", '~> 4.7.0'

# Security headers
gem 'secure_headers', '~>3.6.7'
gem 'secure_headers', '~>3.9.0'
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks safe. See change log below. 3.9.0 seems empty.

3.8.0

Fixes semicolon injection issue reported by @mvgijssel see github/secure_headers#418

3.7.4

Backport SameSite=None functionality into 3.x line

3.7.3

  • Updates Expect-CT header to use a comma separator between directives, as specified in the most current spec.

3.7.2

3.7.1

Fix support for the sandbox attribute of CSP. true and [] represent the maximally restricted policy (sandbox;) and validate other values.

3.7.0

Adds support for the Expect-CT header (@jacobbednarz: github/secure_headers#322)


# Throttling/blocking protection middleware
gem "rack-attack", "~> 5.0"
Expand Down
6 changes: 3 additions & 3 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ GEM
sprockets (>= 2.8, < 4.0)
sprockets-rails (>= 2.0, < 4.0)
tilt (>= 1.1, < 3)
secure_headers (3.6.7)
secure_headers (3.9.0)
useragent
simplecov (0.16.1)
docile (~> 1.1)
Expand Down Expand Up @@ -209,7 +209,7 @@ GEM
thread_safe (~> 0.1)
uglifier (3.2.0)
execjs (>= 0.3.0, < 3)
useragent (0.16.8)
useragent (0.16.10)
web-console (3.5.1)
actionview (>= 5.0)
activemodel (>= 5.0)
Expand Down Expand Up @@ -244,7 +244,7 @@ DEPENDENCIES
rspec-rails (~> 3.7.2)
rufus-scheduler (~> 3.4.2)
sass-rails (~> 5.0)
secure_headers (~> 3.6.7)
secure_headers (~> 3.9.0)
simplecov (~> 0.16.1)
spring
spring-watcher-listen (~> 2.0.0)
Expand Down