Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 17, 2025

Bumps google/osv-scanner from 1.9.2 to 2.0.0.

Release notes

Sourced from google/osv-scanner's releases.

v2.0.0

This release merges the improvements, features, and fixes from v2.0.0-rc1, v2.0.0-beta2, and v2.0.0-beta1.

Important: This release includes several breaking changes aimed at future-proofing OSV-Scanner. Please consult our comprehensive Migration Guide to ensure a smooth upgrade.

Features:

  • Layer and base image-aware container scanning:
    • Rewritten support for Debian, Ubuntu, and Alpine container images.
    • Layer level analysis and vulnerability breakdown.
    • Supports Go, Java, Node, and Python artifacts within supported distros.
    • Base image identification via deps.dev.
    • Usage: osv-scanner scan image <image-name>:<tag>
  • Interactive HTML output:
    • Severity breakdown, package/ID/importance filtering, vulnerability details.
    • Container image layer filtering, layer info, base image identification.
    • Usage: osv-scanner scan --serve ...
  • Guided Remediation for Maven pom.xml:
    • Remediate direct and transitive dependencies (non-interactive mode).
    • New override remediation strategy.
    • Support for reading/writing pom.xml and parent POM files.
    • Private registry support for Maven metadata.
    • Machine-readable output for guided remediation.
  • Enhanced Dependency Extraction with osv-scalibr:
    • Haskell: cabal.project.freeze, stack.yaml.lock
    • .NET: deps.json
    • Python: uv.lock
    • Artifacts: node_modules, Python wheels, Java uber jars, Go binaries
  • [Feature #1636](google/osv-scanner#1636) osv-scanner update command for updating the local vulnerability database (formerly experimental).
  • [Feature #1582](google/osv-scanner#1582) Add container scanning information to vertical output format.
  • [Feature #1587](google/osv-scanner#1587) Add support for severity in SARIF report format.
  • [Feature #1569](google/osv-scanner#1569) Add support for bun.lock lockfiles.
  • [Feature #1547](google/osv-scanner#1547) Add experimental config support to the scan image command.
  • [Feature #1557](google/osv-scanner#1557) Allow setting port number with --serve using the new --port flag.

Breaking Changes:

Improvements:

... (truncated)

Changelog

Sourced from google/osv-scanner's changelog.

OSV-Scanner v2.0.0

This release merges the improvements, features, and fixes from v2.0.0-rc1, v2.0.0-beta2, and v2.0.0-beta1.

Important: This release includes several breaking changes aimed at future-proofing OSV-Scanner. Please consult our comprehensive Migration Guide to ensure a smooth upgrade.

Features:

  • Layer and base image-aware container scanning:
    • Rewritten support for Debian, Ubuntu, and Alpine container images.
    • Layer level analysis and vulnerability breakdown.
    • Supports Go, Java, Node, and Python artifacts within supported distros.
    • Base image identification via deps.dev.
    • Usage: osv-scanner scan image <image-name>:<tag>
  • Interactive HTML output:
    • Severity breakdown, package/ID/importance filtering, vulnerability details.
    • Container image layer filtering, layer info, base image identification.
    • Usage: osv-scanner scan --serve ...
  • Guided Remediation for Maven pom.xml:
    • Remediate direct and transitive dependencies (non-interactive mode).
    • New override remediation strategy.
    • Support for reading/writing pom.xml and parent POM files.
    • Private registry support for Maven metadata.
    • Machine-readable output for guided remediation.
  • Enhanced Dependency Extraction with osv-scalibr:
    • Haskell: cabal.project.freeze, stack.yaml.lock
    • .NET: deps.json
    • Python: uv.lock
    • Artifacts: node_modules, Python wheels, Java uber jars, Go binaries
  • [Feature #1636](google/osv-scanner#1636) osv-scanner update command for updating the local vulnerability database (formerly experimental).
  • [Feature #1582](google/osv-scanner#1582) Add container scanning information to vertical output format.
  • [Feature #1587](google/osv-scanner#1587) Add support for severity in SARIF report format.
  • [Feature #1569](google/osv-scanner#1569) Add support for bun.lock lockfiles.
  • [Feature #1547](google/osv-scanner#1547) Add experimental config support to the scan image command.
  • [Feature #1557](google/osv-scanner#1557) Allow setting port number with --serve using the new --port flag.

Breaking Changes:

Improvements:

... (truncated)

Commits
  • 0e986b4 chore: Update documentation lockfile (#1715)
  • 19e3061 chore: V2 release changelog (#1711)
  • 5462bda fix(javareach): maven validation and correct manifest class name parsing (#1708)
  • 2c0af94 refactor: use any instead of interface{} (#1709)
  • 44ceaf0 fix(deps): update osv-scanner minor (#1699)
  • 8efd81e chore(deps): update github/codeql-action action to v3.28.11 (#1697)
  • 6483c71 chore: configure golangci-lint to always show all issues from all linters (...
  • 324f066 chore: exclude all third-party packages from linting (#1704)
  • b202534 fix: Update to the commit before container optimisation (#1702)
  • 2310a89 chore(deps): update golang docker tag to v1.24.1 (#1698)
  • 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 [google/osv-scanner](https://github.com/google/osv-scanner) from 1.9.2 to 2.0.0.
- [Release notes](https://github.com/google/osv-scanner/releases)
- [Changelog](https://github.com/google/osv-scanner/blob/main/CHANGELOG.md)
- [Commits](google/osv-scanner@v1.9.2...v2.0.0)

---
updated-dependencies:
- dependency-name: google/osv-scanner
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file github_actions Pull requests that update GitHub Actions code labels Mar 17, 2025
@dependabot dependabot bot requested a review from skyzyx as a code owner March 17, 2025 04:52
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 3, 2025

Superseded by #126.

@dependabot dependabot bot closed this Apr 3, 2025
@dependabot dependabot bot deleted the dependabot/github_actions/google/osv-scanner-2.0.0 branch April 3, 2025 04:57
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 github_actions Pull requests that update GitHub Actions code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants