Skip to content
New issue

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

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

Already on GitHub? Sign in to your account

Bump github.com/openvex/go-vex from 0.2.1 to 0.2.5 #1290

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 18, 2023

Bumps github.com/openvex/go-vex from 0.2.1 to 0.2.5.

Release notes

Sourced from github.com/openvex/go-vex's releases.

v0.2.5

Release Notes

This release implements version v0.2.0 of the OpenVEX spec in the go-vex module. This is the first revision to the specification which incorporates the changes discussed and approved by the community in the OPEV-0014 and OPEV-0015 enhancement proposals.

THIS RELEASE INTRODUCES A BREAKING CHANGE

The vex.VEX struct is not compatible with previous versions. Note that the release version has been kept in the v0.2.x range to keep the go-vex module version number close to the spec revision. Future releases will be on par with the spec versions and in line with good semver practices.

Release Notes:

  • The OpenVEX Document format (vex.VEX) now conforms to the v0.2.0 spec.
  • vex.Open() now has a compatibility mode that lets it seamlessly import documents in previous OpenVEX versions.
  • All OpenVEX structs (document, statements, vulnerabilities, etc) now have functions to match software identifiers and vulnerability IDs.
  • The document merging functions from vexctl have been ported to the vex package. Applications importing the go-vex module can now merge documents without needing to import the vexctl CLI as a module.
Commits
  • b05ec1f Merge pull request #52 from puerco/release
  • 4311d9e Add publish-release workflow
  • 0165ba4 Merge pull request #51 from puerco/merge
  • eb8ba79 Add vex.MergeFiles()
  • ba89ef1 Add test fixtures to run merge tests
  • 8102d9d Add vex.MergeDocuments() function
  • 5dfa450 Code Reorg: Split vex package
  • 308feef Merge pull request #50 from puerco/context-parse
  • 6bb2a42 Add parseContext() test
  • a7dd135 Light parse JSON data to find context
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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)

Bumps [github.com/openvex/go-vex](https://github.com/openvex/go-vex) from 0.2.1 to 0.2.5.
- [Release notes](https://github.com/openvex/go-vex/releases)
- [Commits](openvex/go-vex@v0.2.1...v0.2.5)

---
updated-dependencies:
- dependency-name: github.com/openvex/go-vex
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Sep 18, 2023
@@ -201,7 +201,7 @@ require (
github.com/mitchellh/go-homedir v1.1.0
github.com/nats-io/nats-server/v2 v2.9.21
github.com/nats-io/nats.go v1.28.0
github.com/openvex/go-vex v0.2.1
github.com/openvex/go-vex v0.2.5
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is a breaking change that will need remediation

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like right now, we only use csaf, but #1241 will likely need changes.

Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Agreed, just did a review and while the spec v0.2.0 change is breaking, it doesn't impact this

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will fix this and push the changes.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should be fixed by: #1306

nathannaveen added a commit to nathannaveen/guac that referenced this pull request Sep 21, 2023
* Fixes breaking changes in guacsec#1290

Signed-off-by: nathannaveen <42319948+nathannaveen@users.noreply.github.com>
kodiakhq bot pushed a commit that referenced this pull request Sep 22, 2023
* Fixes breaking changes in #1290

Signed-off-by: nathannaveen <42319948+nathannaveen@users.noreply.github.com>
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 22, 2023

Looks like github.com/openvex/go-vex is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Sep 22, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/openvex/go-vex-0.2.5 branch September 22, 2023 17:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code size/XS
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants