Skip to content

Commit 3d8003c

Browse files
authored
Merge pull request #33 from swarit-stepsecurity/swarit/chore/up-ver-1.10.2
chore(release): bump version to 1.10.2
2 parents 8a029a0 + bf92e4e commit 3d8003c

3 files changed

Lines changed: 14 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
See [VERSIONING.md](VERSIONING.md) for why the version starts at 1.8.1.
99

10+
## [1.10.2] - 2026-04-22
11+
12+
### Added
13+
14+
- **Windows Eclipse plugin detection**: Multi-stage detection pipeline using detected IDE install paths (registry-aware), well-known path probes (Oomph installer, vendor variants like STS/MyEclipse, D:-Z: drive scanning), and install validation to eliminate false positives.
15+
- **Eclipse p2 director integration**: Uses `eclipsec.exe -listInstalledRoots` for authoritative marketplace plugin identification. Falls back to `bundles.info` parsing if unavailable.
16+
- **`--include-bundled-plugins` flag**: Bundled/platform plugins (e.g., Eclipse's 500+ OSGi bundles) are now filtered out by default to reduce noise and payload size (~124KB → ~21KB). Use the flag to include them.
17+
- **Sigstore signing retry logic**: Release workflow retries artifact signing with Sigstore on transient failures.
18+
1019
## [1.10.1] - 2026-04-21
1120

1221
### Added
@@ -108,6 +117,8 @@ First open-source release. The scanning engine was previously an internal enterp
108117
- Execution log capture and base64 encoding
109118
- Instance locking to prevent concurrent runs
110119

120+
[1.10.2]: https://github.com/step-security/dev-machine-guard/compare/v1.10.1...v1.10.2
121+
[1.10.1]: https://github.com/step-security/dev-machine-guard/compare/v1.10.0...v1.10.1
111122
[1.10.0]: https://github.com/step-security/dev-machine-guard/compare/v1.9.2...v1.10.0
112123
[1.9.2]: https://github.com/step-security/dev-machine-guard/compare/v1.9.1...v1.9.2
113124
[1.9.1]: https://github.com/step-security/dev-machine-guard/compare/v1.9.0...v1.9.1

examples/sample-output.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"agent_version": "1.10.1",
2+
"agent_version": "1.10.2",
33
"scan_timestamp": 1741305600,
44
"scan_timestamp_iso": "2026-03-07T00:00:00Z",
55
"device": {
@@ -185,4 +185,4 @@
185185
"brew_casks_count": 15,
186186
"python_projects_count": 3
187187
}
188-
}
188+
}

internal/buildinfo/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ package buildinfo
33
import "fmt"
44

55
const (
6-
Version = "1.10.1"
6+
Version = "1.10.2"
77
AgentURL = "https://github.com/step-security/dev-machine-guard"
88
)
99

0 commit comments

Comments
 (0)