Skip to content

Commit 1fb2f7e

Browse files
leliaclaude
andcommitted
chore: bump version to 2.5.11
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
1 parent 648fd41 commit 1fb2f7e

4 files changed

Lines changed: 15 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## 2.5.11
4+
5+
### Fixed: SBOM fetch failures no longer produce empty reports
6+
7+
- `Core.get_sbom_data` now raises `APIFailure` when the full-scan stream fetch
8+
fails, so the run exits through the CLI's API-error handling (exit code 3 by
9+
default; `--disable-blocking` still exits 0) instead of writing empty
10+
GitLab dependency-scanning, license, and SARIF reports.
11+
- Requires `socketdev>=3.4.2`, which recognizes the full set of purl types
12+
(e.g. `generic`) and skips individual unparseable artifacts in the stream
13+
instead of failing the whole response.
14+
315
## 2.5.9
416

517
### Changed: bump pinned @coana-tech/cli to 15.10.3

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
66

77
[project]
88
name = "socketsecurity"
9-
version = "2.5.9"
9+
version = "2.5.11"
1010
requires-python = ">= 3.11"
1111
license = {"file" = "LICENSE"}
1212
dependencies = [

socketsecurity/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
__author__ = 'socket.dev'
2-
__version__ = '2.5.9'
2+
__version__ = '2.5.11'
33
USER_AGENT = f'SocketPythonCLI/{__version__}'

uv.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)