artsy / watt

Watt is a shared js/css/img asset library for Artsy Rails apps.
https://github.com/artsy/watt
MIT License
0 stars 0 forks source link

[Security] Bump rails-html-sanitizer from 1.0.3 to 1.0.4 #289

Closed dependabot-preview[bot] closed 4 years ago

dependabot-preview[bot] commented 5 years ago

Bumps rails-html-sanitizer from 1.0.3 to 1.0.4. This update includes security fixes.

Vulnerabilities fixed *Sourced from [The Ruby Advisory Database](https://github.com/rubysec/ruby-advisory-db/blob/master/gems/rails-html-sanitizer/CVE-2018-3741.yml).* > **XSS vulnerability in rails-html-sanitizer** > There is a possible XSS vulnerability in rails-html-sanitizer. The gem allows > non-whitelisted attributes to be present in sanitized output when input with > specially-crafted HTML fragments, and these attributes can lead to an XSS attack > on target applications. > > This issue is similar to CVE-2018-8048 in Loofah. > > Patched versions: >= 1.0.4 > Unaffected versions: none
Release notes *Sourced from [rails-html-sanitizer's releases](https://github.com/rails/rails-html-sanitizer/releases).* > ## v1.0.4 > * Fix CVE-2018-3741.
Commits - [`53bf066`](https://github.com/rails/rails-html-sanitizer/commit/53bf066ac3a163546a9c7c44c30998c21068c42d) Prepare to 1.0.4 release - [`f3ba1a8`](https://github.com/rails/rails-html-sanitizer/commit/f3ba1a839a35f2ba7f941c15e239a1cb379d56ae) Make sure we address CVE-2018-8048 - [`7aea595`](https://github.com/rails/rails-html-sanitizer/commit/7aea595ed0c9887b09484cd46435d1af165f24ef) Remove rbx since it doesn't seem to install. - [`9057f42`](https://github.com/rails/rails-html-sanitizer/commit/9057f426df717e92130630cf80215bbbce745cdc) Merge pull request [#66](https://github-redirect.dependabot.com/rails/rails-html-sanitizer/issues/66) from fschwahn/improve-tests - [`2a2a715`](https://github.com/rails/rails-html-sanitizer/commit/2a2a715348522f12e9831b17f54ee286e464724e) Fix deprecation warning from Minitest - [`2e8a706`](https://github.com/rails/rails-html-sanitizer/commit/2e8a7063273015683ccfb7d76ca525382aabd840) Make tests pass again with recent nokogiri versions - [`267b121`](https://github.com/rails/rails-html-sanitizer/commit/267b12113a71ad0932f7b5ff6eb1f896554cffd4) Rename test to better reflect what is actually tested - [`663bf35`](https://github.com/rails/rails-html-sanitizer/commit/663bf35d17cf35d0385861902362333a789cc642) typos - [`362f72d`](https://github.com/rails/rails-html-sanitizer/commit/362f72d1b7a3e7375956ad6ff1d78e6a1b29c5fe) We're still testing against ruby 1.9 and 2.0 that aren't supported by nokogir... - [`1f8b16f`](https://github.com/rails/rails-html-sanitizer/commit/1f8b16f133f190bff505a992d43eb677e31054fb) activesupport 5 doesn't support ruby < 2.2.2 that are still tested in this repo - Additional commits viewable in [compare view](https://github.com/rails/rails-html-sanitizer/compare/v1.0.3...v1.0.4)


Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it). To ignore the version in this PR you can just close it - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 4 years ago

Superseded by #295.