open-telemetry / opentelemetry-go-build-tools

Build tools for use by the Go API/SDK, the collector, and their associated contrib repositories
https://opentelemetry.io
Apache License 2.0
32 stars 35 forks source link

Bump golang.org/x/vuln from 1.0.4 to 1.1.0 in /internal/tools #547

Closed dependabot[bot] closed 5 months ago

dependabot[bot] commented 5 months ago

Bumps golang.org/x/vuln from 1.0.4 to 1.1.0.

Release notes

Sourced from golang.org/x/vuln's releases.

v1.1.0

This release brings minor improvements to govulncheck inner workings and a few bug fixes (#66139, #65590).

Integration

Govulncheck JSON now also contains scan mode as part of the Config message.

Further, the Position in trace frames now contains only paths relative to their enclosing module. This could potentially break some existing clients, hence the bump of the minor version.

Note that this change is made to allow for easier preservation of privacy by the clients as now the file positions do not contain information about the local machine. This is also a portable solution. Clients can reconstruct full paths for their local machine by joining the Position relative paths with paths of the enclosing modules on the local machine.

Commits
  • a7188c6 internal/openvex: add vex types
  • 4b737a9 internal/sarif: compute relative paths for findings
  • 7bf0c05 internal/sarif: remove unused field
  • 7b0e650 go.mod: update golang.org/x dependencies
  • f1b1098 internal/sarif,internal/scan,internal/traces: clean up tests
  • 33791bc internal/sarif: add region part of the physical location
  • d00c170 internal/sarif: add code flows
  • 9fbf042 cmd/govulncheck: clean up test
  • efaa3ce cmd/govulncheck: make test case config data
  • 7838670 cmd/govulncheck: add comment capability to fixups
  • 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 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)
codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 60.64%. Comparing base (51d71f3) to head (579665b).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #547 +/- ## ======================================= Coverage 60.64% 60.64% ======================================= Files 40 40 Lines 1964 1964 ======================================= Hits 1191 1191 Misses 626 626 Partials 147 147 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.