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

chore(deps): update ghcr.io/google/osv-scanner docker tag to v1.8.4 #24

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

secustor
Copy link
Owner

@secustor secustor commented Sep 20, 2023

This PR contains the following updates:

Package Type Update Change OpenSSF
ghcr.io/google/osv-scanner stage minor v1.3.1 -> v1.8.4 OpenSSF Scorecard

Release Notes

google/osv-scanner (ghcr.io/google/osv-scanner)

v1.8.4

Compare Source

Features:
  • Feature #​1177 Adds --upgrade-config flag for configuring allowed upgrades on a per-package basis. Also hide & deprecate previous --disallow-major-upgrades and --disallow-package-upgrades flags.
Fixes:
Misc:
  • Feature #​638 Update go policy to use stable go version for builds (updated to go 1.23)

v1.8.3

Compare Source

Features:
Fixes:
  • Bug #​1115 Ensure that semantic is passed a valid models.Ecosystem.
  • Bug #​1140 Add Maven dependency management to override client.
  • Bug #​1149 Handle Maven parent relative path.
Misc:

v1.8.2

Compare Source

Features:
Fixes:
  • Bug #​769 Fixed missing vulnerabilities for debian purls for --experimental-local-db.
  • Bug #​1055 Ensure that package exists in affected property.
  • Bug #​1072 Filter out unimportant vulnerabilities from vuln group.
  • Bug #​1077 Fix rate osv-scanner deadlock.
  • Bug #​924 Ensure that npm dependencies retain their "production" grouping.

v1.8.1

Compare Source

Features:
  • Feature #​35
    OSV-Scanner now scans transitive dependencies in Maven pom.xml files!
    See our documentation for more information.
  • Feature #​944
    The osv-scanner.toml configuration file can now filter specific packages with new [[PackageOverrides]] sections:
    [[PackageOverrides]]

v1.7.4

Compare Source

Features:
Misc:
  • Bug #​968 Hide unimportant Debian vulnerabilities to reduce noise.

v1.7.3

Compare Source

Features:
Fixes:
  • Bug #​938 Ensure the sarif output has a stable order.
  • Bug #​922 Support filtering on alias IDs in Guided Remediation.

v1.7.2

Compare Source

Fixes:
  • Bug #​899 Guided Remediation: Parse paths in npmrc auth fields correctly.
  • Bug #​908 Fix rust call analysis by explicitly disabling stripping of debug info.
  • Bug #​914 Fix regression for go call analysis introduced in 1.7.0.

v1.7.1

Compare Source

(There is no Github release for this version)

Fixes
  • Bug #​856
    Add retry logic to make calls to OSV.dev API more resilient. This combined with changes in OSV.dev's API should result in much less timeout errors.
API Features
  • Feature #​781
    add MakeVersionRequestsWithContext()
  • Feature #​857
    API and networking related errors now has their own error and exit code (Exit Code 129)

v1.7.0

Compare Source

Features
  • Feature #​352 Guided Remediation
    Introducing our new experimental guided remediation feature on osv-scanner fix subcommand.
    See our docs for detailed usage instructions.

  • Feature #​805
    Include CVSS MaxSeverity in JSON output.

Fixes
  • Bug #​818
    Align GoVulncheck Go version with go.mod.

  • Bug #​797
    Don't traverse gitignored dirs for gitignore files.

Miscellaneous
  • #​831
    Remove version number from the release binary name.

v1.6.2

Compare Source

Features
  • Feature #​694
    Add subcommands! OSV-Scanner now has subcommands! The base command has been moved to scan (currently the only commands is scan).
    By default if you do not pass in a command, scan will be used, so CLI remains backwards compatible.

    This is a building block to adding the guided remediation feature. See issue #​352
    for more details!

  • Feature #​776
    Add pdm lockfile support.

API Features
  • Feature #​754
    Add dependency groups to flattened vulnerabilities output.

v1.6.1

Compare Source

v1.6.0/v1.6.1:

Features
  • Feature #​694 Add support for NuGet lock files version 2.

  • Feature #​655 Scan and report dependency groups (e.g. "dev dependencies") for vulnerabilities.

  • Feature #​702 Created an option to skip/disable upload to code scanning.

  • Feature #​732 Add option to not fail on vulnerability being found for GitHub Actions.

  • Feature #​729 Verify the spdx licenses passed in to the license allowlist.

Fixes
  • Bug #​736 Show ecosystem and version even if git is shown if the info exists.

  • Bug #​703 Return an error if both license scanning and local/offline scanning is enabled simultaneously.

  • Bug #​718 Fixed parsing of SBOMs generated by the latest CycloneDX.

  • Bug #​704 Get go stdlib version from go.mod.

API Features
  • Feature #​727 Changes to Reporter methods to add verbosity levels and to deprecate functions.

New Contributors

Full Changelog: google/osv-scanner@v1.5.0...v1.6.0-alpha3

v1.5.0

Compare Source

Features
Fixes
  • Bug #​639
    We now filter local packages from scans, and report the filtering of those packages.
  • Bug #​645
    Properly handle file/url paths on Windows.
  • Bug #​660
    Remove noise from failed lockfile parsing.
  • Bug #​649
    No longer include vendored libraries in C/C++ package analysis.
  • Bug #​634
    Fix filtering of aliases to also include non OSV aliases
Miscellaneous
  • The minimum go version has been updated to go1.21 from go1.18.

v1.4.3

Compare Source

Features
Fixes

v1.4.2

Compare Source

Fixes
  • Bug #​574
    Support versions with build metadata in yarn.lock files
  • Bug #​599
    Add name field to sarif rule output

v1.4.1

Compare Source

Features
API Features

v1.4.0

Compare Source

Features
  • Feature #​183
    Add (experimental) offline mode! See our documentation for how to use it.
  • Feature #​452
    Add (experimental) rust call analysis, detect whether vulnerable functions are actually called in your Rust project! See our documentation for limitations and how to use this.
  • Feature #​484 Detect the installed go version and checks for vulnerabilities in the standard library.
  • Feature #​505 OSV-Scanner doesn't support your lockfile format? You can now use your own parser for your format, and create an intermediate osv-scanner.json for osv-scanner to scan. See our documentation for instructions.
API Features
  • Feature #​451 The lockfile package now support extracting dependencies directly from any io.Reader, removing the requirement of a file path.
Fixes
  • Bug #​457
    Fix PURL mapping for Alpine packages
  • Bug #​462
    Use correct plural and singular forms based on count

v1.3.6

Compare Source

Minor Updates
Fixes
  • Feature #​439
    Fix PURLToPackage not returning the full namespace of packages in ecosystems
    that use them (e.g. golang).

v1.3.5

Compare Source

Features
  • Feature #​409
    Adds an additional column to the table output which shows the severity if available.
API Features
  • Feature #​424
  • Feature #​417
  • Feature #​417
    • Update the models package to better reflect the osv schema, including:
      • Add the withdrawn field
      • Improve timestamp serialization
      • Add related field
      • Add additional ecosystem constants
      • Add new reference types
      • Add YAML tags

v1.3.4

Compare Source

Minor Updates

v1.3.3

Compare Source

Fixes
  • Bug #​369 Fix
    requirements.txt misparsing lines that contain --hash.
  • Bug #​237 Clarify when no
    vulnerabilities are found.
  • Bug #​354 Fix cycle in
    requirements.txt causing infinite recursion.
  • Bug #​367 Fix panic when
    parsing empty lockfile.
API Features
  • Feature #​357 Update
    pkg/osv to allow overriding the http client / transport

v1.3.2

Compare Source

Fixes
  • Bug #​341 Make the reporter
    public to allow calling DoScan with non nil reporters.
  • Bug #​335 Improve SBOM
    parsing and relaxing name requirements when explicitly scanning with
    --sbom.
  • Bug #​333 Improve
    scanning speed for regex heavy lockfiles by caching regex compilation.
  • Bug #​349 Improve SBOM
    documentation and error messages.

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@secustor secustor force-pushed the renovate/ghcr.io-google-osv-scanner-1.x branch from 190ad72 to 1f37ba5 Compare April 7, 2024 20:37
@secustor secustor changed the title chore(deps): update ghcr.io/google/osv-scanner docker tag to v1.4.0 chore(deps): update ghcr.io/google/osv-scanner docker tag to v1.7.1 Apr 7, 2024
@secustor secustor force-pushed the renovate/ghcr.io-google-osv-scanner-1.x branch from 1f37ba5 to 8b5aaff Compare April 20, 2024 06:31
@secustor secustor changed the title chore(deps): update ghcr.io/google/osv-scanner docker tag to v1.7.1 chore(deps): update ghcr.io/google/osv-scanner docker tag to v1.7.2 Apr 20, 2024
@secustor secustor force-pushed the renovate/ghcr.io-google-osv-scanner-1.x branch from 8b5aaff to 6615b2b Compare May 15, 2024 11:08
@secustor secustor changed the title chore(deps): update ghcr.io/google/osv-scanner docker tag to v1.7.2 chore(deps): update ghcr.io/google/osv-scanner docker tag to v1.7.3 May 15, 2024
@secustor secustor force-pushed the renovate/ghcr.io-google-osv-scanner-1.x branch from 6615b2b to ac4f77d Compare June 18, 2024 20:15
@secustor secustor changed the title chore(deps): update ghcr.io/google/osv-scanner docker tag to v1.7.3 chore(deps): update ghcr.io/google/osv-scanner docker tag to v1.7.4 Jun 18, 2024
@secustor secustor force-pushed the renovate/ghcr.io-google-osv-scanner-1.x branch from ac4f77d to 907ac27 Compare July 2, 2024 22:53
@secustor secustor changed the title chore(deps): update ghcr.io/google/osv-scanner docker tag to v1.7.4 chore(deps): update ghcr.io/google/osv-scanner docker tag to v1.8.1 Jul 2, 2024
@secustor secustor changed the title chore(deps): update ghcr.io/google/osv-scanner docker tag to v1.8.1 chore(deps): update ghcr.io/google/osv-scanner docker tag to v1.8.4 Aug 29, 2024
@secustor secustor force-pushed the renovate/ghcr.io-google-osv-scanner-1.x branch from 907ac27 to d1bfb92 Compare August 29, 2024 19:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants