-
Notifications
You must be signed in to change notification settings - Fork 2
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/google/osv-scanner from 1.9.1 to 1.9.2 #521
base: main
Are you sure you want to change the base?
Bump github.com/google/osv-scanner from 1.9.1 to 1.9.2 #521
Conversation
Bumps [github.com/google/osv-scanner](https://github.com/google/osv-scanner) from 1.9.1 to 1.9.2. - [Release notes](https://github.com/google/osv-scanner/releases) - [Changelog](https://github.com/google/osv-scanner/blob/v1.9.2/CHANGELOG.md) - [Commits](google/osv-scanner@v1.9.1...v1.9.2) --- updated-dependencies: - dependency-name: github.com/google/osv-scanner dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
Reviewer's Guide by SourceryThis PR bumps the version of github.com/google/osv-scanner from 1.9.1 to 1.9.2. This includes several fixes, such as a parsing crash on malformed pnpm lockfiles, improved handling of extraneous/missing packages in package-lock.json files during guided remediation, and more lenient handling of vulnerabilities ignored multiple times in the same configuration file. Additionally, Go call analysis now works with Go versions up to v1.23.4, Maven snapshots and releases are only fetched when enabled, and redundant calls from PreFetch have been removed. Sequence diagram for improved vulnerability scanning processsequenceDiagram
participant Scanner as OSV Scanner
participant Lock as Package Lock Files
participant Config as Config File
participant Maven as Maven Repository
Note over Scanner: v1.9.2 Improvements
Scanner->>Lock: Parse pnpm lockfile
Note right of Lock: Fixed crash on malformed files
Scanner->>Lock: Process package-lock.json
Note right of Lock: Better handling of missing/extra packages
Scanner->>Config: Check vulnerability ignores
Note right of Config: Warns on duplicate ignores
Scanner->>Maven: Request dependencies
Note right of Maven: Only fetches when enabled
State diagram for OSV Scanner version changesstateDiagram-v2
[*] --> v1.9.1
v1.9.1 --> v1.9.2: Update
state v1.9.2 {
[*] --> BugFixes
state BugFixes {
pnpm: Fixed lockfile parsing
npm: Improved package handling
maven: Optimized fetching
go: Extended version support
config: Better ignore handling
}
}
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have skipped reviewing this pull request. It seems to have been created by a bot (hey, dependabot[bot]!). We assume it knows what it's doing!
Bumps github.com/google/osv-scanner from 1.9.1 to 1.9.2.
Release notes
Sourced from github.com/google/osv-scanner's releases.
Changelog
Sourced from github.com/google/osv-scanner's changelog.
Commits
1e295ee
chore: v1.9.2 Changelog (#1455)5e6828a
chore: cherry-pick fixes to v1 (#1459)474edfd
chore: Update test dockerfile node hash15d1aea
chore(deps): update alpine docker tag to v3.21 (#1431)152731f
test(maven): remove the test of transitive scanning on native data source (#1...722ff76
chore: update golangci-lint to version 1.62.2 (#1426)5ae7169
test: update snapshots (#1421)4906e9d
ci: add versions fixture generator for Red Hat (#1356)4ba4a92
docs: clarify commit message requirements incontribution.md
(#1416)9e98057
chore(deps): lock file maintenance (#1415)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)Summary by Sourcery
Update osv-scanner to v1.9.2.
Bug Fixes: