github cloudsmith-io/cloudsmith-cli v1.14.0
Release v1.14.0

8 hours ago

[1.14.0] - 2026-03-13

Added

  • Added vulnerabilities command to retrieve security scan results for a package
    • Summary View (Default): Displays a high-level count of vulnerabilities broken down by severity (Critical, High, Medium, Low, Unknown).
    • Assessment View --show-assessment (-A): Provides a detailed breakdown where vulnerabilities are:
      • Grouped by the specific affected upstream package / dependency.
      • Sorted by severity (Critical first).
      • Richly formatted tables.
    • Filtering Capabilities:
      • By Severity: --severity Show only specific levels (e.g., just Critical and High).
      • By Status: --fixable | --non-fixable Filter to show only "Fixable" vulnerabilities (where a patch exists) or "Non-Fixable" ones.
    • Supports --output-format json | pretty_json for programmatic usage

Don't miss a new cloudsmith-cli release

NewReleases is sending notifications on new releases.