Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
18 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,13 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.

## [Unreleased]

### Added

- Added repository-level vulnerability summary (`cloudsmith vulnerabilities OWNER/REPO`)
- Aggregates scan results across all packages into a single color-coded table
- Packages sorted by total vulnerability count (descending)
- Supports `--severity` and `--fixable/--non-fixable` filters

## [1.16.0] - 2026-03-24

### Added
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ The CLI currently supports the following commands (and sub-commands):
- `rpm`: Manage rpm upstreams for a repository.
- `ruby`: Manage ruby upstreams for a repository.
- `swift`: Manage swift upstreams for a repository.
- `vulnerabilities`: Retrieve vulnerability results for a package.
- `vulnerabilities`: Retrieve vulnerability results for a repository (summary) or an individual package.
- `whoami`: Retrieve your current authentication status.

## Installation
Expand Down
Loading
Loading