File tree Expand file tree Collapse file tree 2 files changed +39
-1
lines changed
Expand file tree Collapse file tree 2 files changed +39
-1
lines changed Original file line number Diff line number Diff line change 1+ # Changelog
2+
3+ All notable changes to this project will be documented in this file.
4+
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) .
6+
7+ ## [ 2.0.3] ( https://github.com/SocketDev/socket-cli/releases/tag/v2.0.3 ) - 2025-10-30
8+
9+ ### Fixed
10+ - Stub binary now correctly locates the ` socket ` executable in @socketsecurity/cli package
11+
12+ ## [ 2.0.2] ( https://github.com/SocketDev/socket-cli/releases/tag/v2.0.2 ) - 2025-10-30
13+
14+ ### Changed
15+ - Updated @socketsecurity/lib to v2.9.0 with Socket.dev URL constants
16+ - Updated @socketsecurity/sdk to v3.0.21
17+
18+ ### Fixed
19+ - Bootstrap path resolution in binary builders
20+
21+ ## [ 2.0.1] ( https://github.com/SocketDev/socket-cli/releases/tag/v2.0.1 ) - 2025-10-30
22+
23+ ### Changed
24+ - Updated dependencies for improved stability
25+
26+ ## [ 2.0.0] ( https://github.com/SocketDev/socket-cli/releases/tag/v2.0.0 ) - 2025-10-29
27+
28+ ### Changed
29+ - ** BREAKING** : CLI now ships as single executable binary requiring no external Node.js installation
30+
31+ ### Added
32+ - GitLab merge request support for ` socket fix `
33+ - Persistent GHSA tracking to avoid duplicate fixes
34+ - Markdown output support for ` socket fix ` and ` socket optimize `
35+ - ` --reach-min-severity ` flag to filter reachability analysis by vulnerability severity threshold
36+
37+ ### Fixed
38+ - Target directory handling in reachability analysis for scan commands
Original file line number Diff line number Diff line change 11{
22 "name" : " socket" ,
3- "version" : " 2.0.2 " ,
3+ "version" : " 2.0.3 " ,
44 "description" : " CLI for Socket.dev" ,
55 "private" : true ,
66 "homepage" : " https://github.com/SocketDev/socket-cli" ,
You can’t perform that action at this time.
0 commit comments