Skip to content

Commit

Permalink
Use Loofah 2.2.3 to address CVE-2018-16468
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspergrubbe committed Oct 31, 2018
1 parent fc5fd28 commit f9be18f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rails-html-sanitizer.gemspec
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
spec.test_files = Dir["test/**/*"]
spec.require_paths = ["lib"]

spec.add_dependency "loofah", "~> 2.2", ">= 2.2.2"
spec.add_dependency "loofah", "~> 2.2", ">= 2.2.3"

spec.add_development_dependency "bundler", "~> 1.3"
spec.add_development_dependency "rake"
Expand Down

0 comments on commit f9be18f

Please sign in to comment.