Bumps bootstrap-sass from 3.3.7 to 3.4.1. This update includes security fixes.
Vulnerabilities fixed
*Sourced from [The Ruby Advisory Database](https://github.com/rubysec/ruby-advisory-db/blob/master/gems/bootstrap-sass/CVE-2016-10735.yml).*
> **XSS vulnerability via data-target in bootstrap-sass**
> In Bootstrap 3.x before 3.4.0 and 4.x-beta before 4.0.0-beta.2,
> XSS is possible in the data-target attribute.
>
> Patched versions: >= 3.4.0
> Unaffected versions: none
*Sourced from [The Ruby Advisory Database](https://github.com/rubysec/ruby-advisory-db/blob/master/gems/bootstrap-sass/CVE-2019-8331.yml).*
> **XSS vulnerability in bootstrap-sass**
> In Bootstrap before 3.4.1 and 4.3.x before 4.3.1, XSS is possible
> in the tooltip or popover data-template attribute.
>
> Patched versions: >= 3.4.1
> Unaffected versions: none
*Sourced from The GitHub Security Advisory Database.*
> **Moderate severity vulnerability that affects bootstrap and bootstrap-sass**
> In Bootstrap 4 before 4.3.1 and Bootstrap 3 before 3.4.1, XSS is possible in the tooltip or popover data-template attribute. For more information, see: https://blog.getbootstrap.com/2019/02/13/bootstrap-4-3-1-and-3-4-1/
>
> Affected versions: >= 3.0.0, < 3.4.1
Release notes
*Sourced from [bootstrap-sass's releases](https://github.com/twbs/bootstrap-sass/releases).*
> ## v3.4.1
> * **Security:** Fixed an XSS vulnerability (CVE-2019-8331) in our tooltip and popover plugins by implementing a new HTML sanitizer
> * Handle bad selectors (`#`) in `data-target` for Dropdowns
> * Clarified tooltip selector documentation
> * Added support for NuGet contentFiles
>
> ## v3.4.0
> - **New**: Added a .row-no-gutters class.
> - **New**: Added docs searching via Algolia.
> - **Fixed**: Resolved an XSS issue in Alert, Carousel, Collapse, Dropdown, Modal, and Tab components. See https://snyk.io/vuln/npm:bootstrap:20160627 for details.
> - **Fixed**: Added padding to .navbar-fixed-* on modal open
> - **Fixed**: Removed the double border on elements.
> - **Removed** Gist creation in web-based Customizer since anonymous gists were disabled long ago by GitHub.
> - **Removed** drag and drop support from Customizer since it didn’t work anymore.
>
> Framework version: Bootstrap **v3.4.0**
> See [the upstream blog post](http://blog.getbootstrap.com/2018/12/13/bootstrap-3-4-0/) for a detailed overview.
Changelog
*Sourced from [bootstrap-sass's changelog](https://github.com/twbs/bootstrap-sass/blob/master/CHANGELOG.md).*
> # Changelog
>
> ## 3.4.0
>
> * Bootstrap rubygem now depends on SassC instead of Sass.
> * Compass no longer supported.
Commits
- [`b34765d`](https://github.com/twbs/bootstrap-sass/commit/b34765d8a6aa775816c59012b2d6b30c4c66a8e9) Rakefile: require 'bundler/gem_tasks'
- [`143aa6a`](https://github.com/twbs/bootstrap-sass/commit/143aa6ad684f0e990ea93ce8ff788427e52df1b5) Bump bootstrap-sass to 3.4.1
- [`69157ce`](https://github.com/twbs/bootstrap-sass/commit/69157ce76df1ccff394803811e582979cda4a993) rake convert[v3.4.1]
- [`bb7dbf8`](https://github.com/twbs/bootstrap-sass/commit/bb7dbf8af72b455b51936bc07e51efcaf6220bcc) v3.4.0
- [`3c126b3`](https://github.com/twbs/bootstrap-sass/commit/3c126b3d9616bc07b6d976f8aee7ad662bd8013a) Revert relative imports change
- [`dcdef9b`](https://github.com/twbs/bootstrap-sass/commit/dcdef9bfd81a9821d775417dbdab4c5df3553ba2) Test Rails app: Depend on sassc-rails
- [`cd1542b`](https://github.com/twbs/bootstrap-sass/commit/cd1542b34577e36c8e80b4e258fceb742b2e26ad) rake convert[v3.4.0]
- [`07b9b64`](https://github.com/twbs/bootstrap-sass/commit/07b9b642d4a189478290dd7dfbf5e2dbe239bf84) less_conversion.rb: Update stylelint comment removal
- [`6634d0a`](https://github.com/twbs/bootstrap-sass/commit/6634d0a18a14046eb19c7b941be17d7a195604ca) Remove compass support
- [`489b6f2`](https://github.com/twbs/bootstrap-sass/commit/489b6f2b809ad87c1d77ea6dcca1d7b0d24419bc) lotus -> hanami
- Additional commits viewable in [compare view](https://github.com/twbs/bootstrap-sass/compare/v3.3.7...v3.4.1)
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.
Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking Bump now in your Dependabot dashboard.
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 yourself)
- `@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 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 the `.dependabot/config.yml` file in this repo:
- Update frequency (including time of day and day of week)
- Automerge options (never/patch/minor, and dev/runtime dependencies)
- 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.
Bumps bootstrap-sass from 3.3.7 to 3.4.1. This update includes security fixes.
Vulnerabilities fixed
*Sourced from [The Ruby Advisory Database](https://github.com/rubysec/ruby-advisory-db/blob/master/gems/bootstrap-sass/CVE-2016-10735.yml).* > **XSS vulnerability via data-target in bootstrap-sass** > In Bootstrap 3.x before 3.4.0 and 4.x-beta before 4.0.0-beta.2, > XSS is possible in the data-target attribute. > > Patched versions: >= 3.4.0 > Unaffected versions: none *Sourced from [The Ruby Advisory Database](https://github.com/rubysec/ruby-advisory-db/blob/master/gems/bootstrap-sass/CVE-2019-8331.yml).* > **XSS vulnerability in bootstrap-sass** > In Bootstrap before 3.4.1 and 4.3.x before 4.3.1, XSS is possible > in the tooltip or popover data-template attribute. > > Patched versions: >= 3.4.1 > Unaffected versions: none *Sourced from The GitHub Security Advisory Database.* > **Moderate severity vulnerability that affects bootstrap and bootstrap-sass** > In Bootstrap 4 before 4.3.1 and Bootstrap 3 before 3.4.1, XSS is possible in the tooltip or popover data-template attribute. For more information, see: https://blog.getbootstrap.com/2019/02/13/bootstrap-4-3-1-and-3-4-1/ > > Affected versions: >= 3.0.0, < 3.4.1Release notes
*Sourced from [bootstrap-sass's releases](https://github.com/twbs/bootstrap-sass/releases).* > ## v3.4.1 > * **Security:** Fixed an XSS vulnerability (CVE-2019-8331) in our tooltip and popover plugins by implementing a new HTML sanitizer > * Handle bad selectors (`#`) in `data-target` for Dropdowns > * Clarified tooltip selector documentation > * Added support for NuGet contentFiles > > ## v3.4.0 > - **New**: Added a .row-no-gutters class. > - **New**: Added docs searching via Algolia. > - **Fixed**: Resolved an XSS issue in Alert, Carousel, Collapse, Dropdown, Modal, and Tab components. See https://snyk.io/vuln/npm:bootstrap:20160627 for details. > - **Fixed**: Added padding to .navbar-fixed-* on modal open > - **Fixed**: Removed the double border on elements. > - **Removed** Gist creation in web-based Customizer since anonymous gists were disabled long ago by GitHub. > - **Removed** drag and drop support from Customizer since it didn’t work anymore. > > Framework version: Bootstrap **v3.4.0** > See [the upstream blog post](http://blog.getbootstrap.com/2018/12/13/bootstrap-3-4-0/) for a detailed overview.Changelog
*Sourced from [bootstrap-sass's changelog](https://github.com/twbs/bootstrap-sass/blob/master/CHANGELOG.md).* > # Changelog > > ## 3.4.0 > > * Bootstrap rubygem now depends on SassC instead of Sass. > * Compass no longer supported.Commits
- [`b34765d`](https://github.com/twbs/bootstrap-sass/commit/b34765d8a6aa775816c59012b2d6b30c4c66a8e9) Rakefile: require 'bundler/gem_tasks' - [`143aa6a`](https://github.com/twbs/bootstrap-sass/commit/143aa6ad684f0e990ea93ce8ff788427e52df1b5) Bump bootstrap-sass to 3.4.1 - [`69157ce`](https://github.com/twbs/bootstrap-sass/commit/69157ce76df1ccff394803811e582979cda4a993) rake convert[v3.4.1] - [`bb7dbf8`](https://github.com/twbs/bootstrap-sass/commit/bb7dbf8af72b455b51936bc07e51efcaf6220bcc) v3.4.0 - [`3c126b3`](https://github.com/twbs/bootstrap-sass/commit/3c126b3d9616bc07b6d976f8aee7ad662bd8013a) Revert relative imports change - [`dcdef9b`](https://github.com/twbs/bootstrap-sass/commit/dcdef9bfd81a9821d775417dbdab4c5df3553ba2) Test Rails app: Depend on sassc-rails - [`cd1542b`](https://github.com/twbs/bootstrap-sass/commit/cd1542b34577e36c8e80b4e258fceb742b2e26ad) rake convert[v3.4.0] - [`07b9b64`](https://github.com/twbs/bootstrap-sass/commit/07b9b642d4a189478290dd7dfbf5e2dbe239bf84) less_conversion.rb: Update stylelint comment removal - [`6634d0a`](https://github.com/twbs/bootstrap-sass/commit/6634d0a18a14046eb19c7b941be17d7a195604ca) Remove compass support - [`489b6f2`](https://github.com/twbs/bootstrap-sass/commit/489b6f2b809ad87c1d77ea6dcca1d7b0d24419bc) lotus -> hanami - Additional commits viewable in [compare view](https://github.com/twbs/bootstrap-sass/compare/v3.3.7...v3.4.1)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
.Note: This repo was added to Dependabot recently, so you'll receive a maximum of 5 PRs for your first few update runs. Once an update run creates fewer than 5 PRs we'll remove that limit.
You can always request more updates by clicking
Bump now
in your Dependabot dashboard.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 yourself) - `@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 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 the `.dependabot/config.yml` file in this repo: - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - 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.