Created by: dependabot[bot]
Bumps bundler-audit from 0.8.0 to 0.9.0.1.
Changelog
Sourced from bundler-audit's changelog.
0.9.0.1 / 2021-08-31
- Add a workaround for Psych < 3.1.0 to support running on Ruby < 2.6. (issue #319)
0.9.0 / 2021-08-31
- Load advisory metadata using
YAML.safe_load. (issue #302)
- Explicitly permit the
Dateclass for Psych >= 4.0.0 and Ruby >= 3.1.0.- Added {Bundler::Audit::Advisory#to_h}. (pull #310)
- Added {Bundler::Audit::Database#commit_id}.
CLI
- Added the
--configoption. (pull #306)- Added the
junitoutput format (ex:--format junit). (pull #314)- Add missing output for CVSSv3 criticality information. (pull #302)
- Include criticality information in the JSON output as well. (pull #310)
bundle-audit statsnow prints the commit ID of the ruby-advisory-db.- Fixed a deprecation warning from Thor. (issue #317)
Rake Task
- Add the
bundle:audit:updatetask for updating the [ruby-advisory-db]. (pull #296)- Aliased
bundle:audittobundle:audit:check.- Aliased
bundler:audit:*tobundle:audit:*.- Rake tasks now execute
bundle-auditcommand as a subprocess to ensure isolation.
Commits
-
4ca9346Updated the ChangeLog for 0.9.0.1. -
675a8e4Version bump to 0.9.0.1. -
9d3bd12Re-enable Ruby 2.5 in the CI matrix to test against psych < 3.1.0. -
8a3a197Support psych < 3.1.0 YAML.safe_load calling conventions for ruby < 2.6 (issu... -
18da030Added a Gem Version badge (badge.fury.io). -
28f9495Mention that issue #302 will also affect ruby >= 3.1.0, if not fixed. -
e6c2d09Updated the ChangeLog for 0.9.0. -
05d7c49Missed a spot. -
f72df0aDo not require yard-spellcheck by default, as it's a CLI tool. -
8f2a294Use https:// URLs in license text. - Additional commits viewable in compare view
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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)