Change8

v1.14.0

📦 cloudsmithView on GitHub →
5 features🔧 1 symbols

Summary

This release introduces the new `vulnerabilities` command for retrieving and analyzing security scan results, complete with detailed views and filtering options.

✨ New Features

  • Added `vulnerabilities` command to retrieve security scan results for a package.
  • The `vulnerabilities` command supports a Summary View (default) showing vulnerability counts by severity.
  • The `vulnerabilities` command supports an Assessment View (`--show-assessment` or `-A`) providing detailed, grouped, and sorted vulnerability breakdowns.
  • Filtering capabilities added to `vulnerabilities` command by severity (`--severity`) and fixability status (`--fixable` | `--non-fixable`).
  • Output formatting options (`--output-format json | pretty_json`) added to the `vulnerabilities` command for programmatic use.

Affected Symbols