Upgrade to sanitize 7.0
No specific motivation here, no awareness of security issues; this is just an important gem to be unusually on top of, to prevent XSS attacks. We were previously on 6.1.3, the previous release, and the only changes were Ruby compatibility and additionally supported CSS properties (which we don't use). But this just keeps us more easily plugged into potentially important fixes down the line.
This commit is contained in:
parent
8a34fe76a2
commit
359f368d80
4 changed files with 4 additions and 4 deletions
2
Gemfile
2
Gemfile
|
|
@ -40,7 +40,7 @@ gem 'nokogiri', '~> 1.15', '>= 1.15.3'
|
||||||
|
|
||||||
# For safely rendering users' Markdown + HTML on item list pages.
|
# For safely rendering users' Markdown + HTML on item list pages.
|
||||||
gem 'rdiscount', '~> 2.2', '>= 2.2.7.1'
|
gem 'rdiscount', '~> 2.2', '>= 2.2.7.1'
|
||||||
gem 'sanitize', '~> 6.0', '>= 6.0.2'
|
gem 'sanitize', '~> 7.0'
|
||||||
|
|
||||||
# For working with Neopets APIs.
|
# For working with Neopets APIs.
|
||||||
# unstable version of RocketAMF interprets info registry as a hash instead of an array
|
# unstable version of RocketAMF interprets info registry as a hash instead of an array
|
||||||
|
|
|
||||||
|
|
@ -398,9 +398,9 @@ GEM
|
||||||
samovar (2.4.1)
|
samovar (2.4.1)
|
||||||
console (~> 1.0)
|
console (~> 1.0)
|
||||||
mapping (~> 1.0)
|
mapping (~> 1.0)
|
||||||
sanitize (6.1.3)
|
sanitize (7.0.0)
|
||||||
crass (~> 1.0.2)
|
crass (~> 1.0.2)
|
||||||
nokogiri (>= 1.12.0)
|
nokogiri (>= 1.16.8)
|
||||||
sass-rails (6.0.0)
|
sass-rails (6.0.0)
|
||||||
sassc-rails (~> 2.1, >= 2.1.1)
|
sassc-rails (~> 2.1, >= 2.1.1)
|
||||||
sassc (2.4.0)
|
sassc (2.4.0)
|
||||||
|
|
@ -512,7 +512,7 @@ DEPENDENCIES
|
||||||
rdiscount (~> 2.2, >= 2.2.7.1)
|
rdiscount (~> 2.2, >= 2.2.7.1)
|
||||||
rspec-rails (~> 7.0)
|
rspec-rails (~> 7.0)
|
||||||
ruby-vips (~> 2.2)
|
ruby-vips (~> 2.2)
|
||||||
sanitize (~> 6.0, >= 6.0.2)
|
sanitize (~> 7.0)
|
||||||
sass-rails (~> 6.0)
|
sass-rails (~> 6.0)
|
||||||
sentry-rails (~> 5.12)
|
sentry-rails (~> 5.12)
|
||||||
sentry-ruby (~> 5.12)
|
sentry-ruby (~> 5.12)
|
||||||
|
|
|
||||||
BIN
vendor/cache/sanitize-6.1.3.gem
vendored
BIN
vendor/cache/sanitize-6.1.3.gem
vendored
Binary file not shown.
BIN
vendor/cache/sanitize-7.0.0.gem
vendored
Normal file
BIN
vendor/cache/sanitize-7.0.0.gem
vendored
Normal file
Binary file not shown.
Loading…
Reference in a new issue