We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74b2e60 commit 14d72d7Copy full SHA for 14d72d7
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 5.2.0
2
+
3
+Fixes newline injection issue
4
5
## 5.1.0
6
7
Fixes semicolon injection issue reported by @mvgijssel see https://github.com/twitter/secure_headers/issues/418
secure_headers.gemspec
@@ -2,7 +2,7 @@
# frozen_string_literal: true
Gem::Specification.new do |gem|
gem.name = "secure_headers"
- gem.version = "5.1.0"
+ gem.version = "5.2.0"
gem.authors = ["Neil Matatall"]
gem.email = ["[email protected]"]
8
gem.description = "Manages application of security headers with many safe defaults."
0 commit comments