Skip to content

Commit e3e708b

Browse files
committed
chore(release): bump version to 2.6.5
1 parent 20afb9f commit e3e708b

4 files changed

Lines changed: 26 additions & 3 deletions

File tree

CHANGELOG.md

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

3+
## 2.6.5
4+
5+
### Added: patched versions in human-readable security output
6+
7+
- The native console alert table now includes a `Patched Version` column,
8+
populated from `props.firstPatchedVersionIdentifier` when the API provides it.
9+
- GitHub pull request and GitLab merge request security comments now show the
10+
patched version in each applicable alert's details.
11+
12+
### Fixed: CLI scans retain pull request context in the Socket Dashboard
13+
14+
- Pull request numbers are detected from standard GitHub Actions, GitLab CI,
15+
and Azure Pipelines environments when `--pr-number` is not supplied. An
16+
explicitly supplied value, including `0`, remains authoritative.
17+
- The Buildkite workflow and CI/CD guide now forward `BUILDKITE_PULL_REQUEST`
18+
explicitly and document provider selection for Dashboard PR association. With
19+
`--integration github` or `--integration gitlab`, the repository slug and host
20+
for the link are read from `BUILDKITE_REPO`, covering self-hosted installations.
21+
- `--scm github` and `--scm gitlab` now imply the matching scan integration
22+
unless `--integration` is explicitly supplied.
23+
- Diff scans include the detected pull request or merge request URL as their
24+
external link, allowing Dashboard reports to retain their CI change context.
25+
326
## 2.6.4
427

528
### Changed: bump pinned @coana-tech/cli to 15.10.13

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.6.4"
9+
version = "2.6.5"
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.6.4'
2+
__version__ = '2.6.5'
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)