From 73cd95157b6199ffb76519b1a4c7f198eeade0f7 Mon Sep 17 00:00:00 2001 From: Douglas Coburn Date: Fri, 27 Feb 2026 10:01:23 -0800 Subject: [PATCH 1/2] Fixing issue with workspace by updating to new SDK version --- pyproject.toml | 4 ++-- socketsecurity/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1a59754..c11d634 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" [project] name = "socketsecurity" -version = "2.2.74" +version = "2.2.75" requires-python = ">= 3.10" license = {"file" = "LICENSE"} dependencies = [ @@ -16,7 +16,7 @@ dependencies = [ 'GitPython', 'packaging', 'python-dotenv', - "socketdev>=3.0.31,<4.0.0", + "socketdev>=3.0.32,<4.0.0", "bs4>=0.0.2", "markdown>=3.10", ] diff --git a/socketsecurity/__init__.py b/socketsecurity/__init__.py index bee5bcf..440c08b 100644 --- a/socketsecurity/__init__.py +++ b/socketsecurity/__init__.py @@ -1,3 +1,3 @@ __author__ = 'socket.dev' -__version__ = '2.2.74' +__version__ = '2.2.75' USER_AGENT = f'SocketPythonCLI/{__version__}' From 4fc120bb0b769018cca4becc17adf3da087a6cb2 Mon Sep 17 00:00:00 2001 From: Douglas Coburn Date: Fri, 27 Feb 2026 10:53:23 -0800 Subject: [PATCH 2/2] Fixing the no workspace specified --- pyproject.toml | 2 +- socketsecurity/__init__.py | 2 +- socketsecurity/socketcli.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index c11d634..677e9d6 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -6,7 +6,7 @@ build-backend = "hatchling.build" [project] name = "socketsecurity" -version = "2.2.75" +version = "2.2.76" requires-python = ">= 3.10" license = {"file" = "LICENSE"} dependencies = [ diff --git a/socketsecurity/__init__.py b/socketsecurity/__init__.py index 440c08b..26b4f4e 100644 --- a/socketsecurity/__init__.py +++ b/socketsecurity/__init__.py @@ -1,3 +1,3 @@ __author__ = 'socket.dev' -__version__ = '2.2.75' +__version__ = '2.2.76' USER_AGENT = f'SocketPythonCLI/{__version__}' diff --git a/socketsecurity/socketcli.py b/socketsecurity/socketcli.py index 6f17f58..f158efc 100644 --- a/socketsecurity/socketcli.py +++ b/socketsecurity/socketcli.py @@ -465,7 +465,7 @@ def main_code(): set_as_pending_head=is_default_branch, tmp=False, scan_type='socket_tier1' if config.reach else 'socket', - workspace=config.workspace or None, + workspace=config.workspace or "", ) params.include_license_details = not config.exclude_license_details