We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 936a160 commit 40e45a1Copy full SHA for 40e45a1
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 5.1.0
2
+
3
+Fixes semicolon injection issue reported by @mvgijssel see https://github.com/twitter/secure_headers/issues/418
4
5
## 5.0.5
6
7
A release to deprecate `SecureHeaders::Configuration#get` in prep for 6.x
secure_headers.gemspec
@@ -2,7 +2,7 @@
# frozen_string_literal: true
Gem::Specification.new do |gem|
gem.name = "secure_headers"
- gem.version = "5.0.5"
+ gem.version = "5.1.0"
gem.authors = ["Neil Matatall"]
gem.email = ["neil.matatall@gmail.com"]
8
gem.description = "Manages application of security headers with many safe defaults."
0 commit comments