Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Bump bundler-audit from 0.8.0 to 0.9.0.1 #34

Merged
merged 1 commit into from
Sep 4, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 1, 2021

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)
    • Although, Ruby 2.5 and prior have all reached End-of-Life and are no longer receiving security updates. It is strongly advised that you should upgrade to a currently supported version of Ruby.

0.9.0 / 2021-08-31

  • Load advisory metadata using YAML.safe_load. (issue #302)
    • Explicitly permit the Date class 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 --config option. (pull #306)
  • Added the junit output 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 stats now prints the commit ID of the ruby-advisory-db.
  • Fixed a deprecation warning from Thor. (issue #317)

Rake Task

  • Add the bundle:audit:update task for updating the [ruby-advisory-db]. (pull #296)
  • Aliased bundle:audit to bundle:audit:check.
  • Aliased bundler:audit:* to bundle:audit:*.
  • Rake tasks now execute bundle-audit command as a subprocess to ensure isolation.
Commits
  • 4ca9346 Updated the ChangeLog for 0.9.0.1.
  • 675a8e4 Version bump to 0.9.0.1.
  • 9d3bd12 Re-enable Ruby 2.5 in the CI matrix to test against psych < 3.1.0.
  • 8a3a197 Support psych < 3.1.0 YAML.safe_load calling conventions for ruby < 2.6 (issu...
  • 18da030 Added a Gem Version badge (badge.fury.io).
  • 28f9495 Mention that issue #302 will also affect ruby >= 3.1.0, if not fixed.
  • e6c2d09 Updated the ChangeLog for 0.9.0.
  • 05d7c49 Missed a spot.
  • f72df0a Do not require yard-spellcheck by default, as it's a CLI tool.
  • 8f2a294 Use https:// URLs in license text.
  • Additional commits viewable in compare view

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 close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will 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 version will 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 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 dependabot bot added the A-deps Area: Source and library dependencies. label Sep 1, 2021
Bumps [bundler-audit](https://github.com/postmodern/bundler-audit) from 0.8.0 to 0.9.0.1.
- [Release notes](https://github.com/postmodern/bundler-audit/releases)
- [Changelog](https://github.com/rubysec/bundler-audit/blob/master/ChangeLog.md)
- [Commits](rubysec/bundler-audit@v0.8.0...v0.9.0.1)

---
updated-dependencies:
- dependency-name: bundler-audit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/bundler/bundler-audit-0.9.0.1 branch from e0aaefa to 74d8594 Compare September 3, 2021 22:06
@lopopolo
Copy link
Member

lopopolo commented Sep 4, 2021

there is no CONTRIBUTING.md file in this repository to update with new rake task listing.

Filed #35 to address this.

@lopopolo lopopolo merged commit fe67b99 into trunk Sep 4, 2021
@lopopolo lopopolo deleted the dependabot/bundler/bundler-audit-0.9.0.1 branch September 4, 2021 00:39
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
A-deps Area: Source and library dependencies.
Development

Successfully merging this pull request may close these issues.

1 participant