socketsecurity 2.2.62__tar.gz → 2.2.65__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/CHANGELOG.md +4 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/Dockerfile +17 -1
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/PKG-INFO +2 -2
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/pyproject.toml +2 -2
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/socketsecurity/__init__.py +1 -1
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/uv.lock +5 -5
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/.github/CODEOWNERS +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/.github/PULL_REQUEST_TEMPLATE/bug-fix.md +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/.github/PULL_REQUEST_TEMPLATE/feature.md +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/.github/PULL_REQUEST_TEMPLATE/improvement.md +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/.github/workflows/docker-stable.yml +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/.github/workflows/pr-preview.yml +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/.github/workflows/release.yml +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/.github/workflows/version-check.yml +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/.gitignore +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/.hooks/sync_version.py +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/.pre-commit-config.yaml +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/.python-version +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/LICENSE +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/Makefile +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/README.md +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/docs/README.md +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/pytest.ini +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/scripts/build_container.sh +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/scripts/build_container_flexible.sh +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/scripts/deploy-test-docker.sh +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/scripts/deploy-test-pypi.sh +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/scripts/docker-entrypoint.sh +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/scripts/run.sh +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/session.md +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/socketsecurity/config.py +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/socketsecurity/core/__init__.py +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/socketsecurity/core/classes.py +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/socketsecurity/core/cli_client.py +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/socketsecurity/core/exceptions.py +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/socketsecurity/core/git_interface.py +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/socketsecurity/core/helper/__init__.py +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/socketsecurity/core/helper/socket_facts_loader.py +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/socketsecurity/core/lazy_file_loader.py +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/socketsecurity/core/logging.py +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/socketsecurity/core/messages.py +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/socketsecurity/core/resource_utils.py +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/socketsecurity/core/scm/__init__.py +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/socketsecurity/core/scm/base.py +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/socketsecurity/core/scm/client.py +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/socketsecurity/core/scm/github.py +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/socketsecurity/core/scm/gitlab.py +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/socketsecurity/core/scm_comments.py +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/socketsecurity/core/socket_config.py +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/socketsecurity/core/tools/reachability.py +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/socketsecurity/core/utils.py +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/socketsecurity/output.py +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/socketsecurity/plugins/__init__.py +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/socketsecurity/plugins/base.py +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/socketsecurity/plugins/formatters/__init__.py +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/socketsecurity/plugins/formatters/slack.py +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/socketsecurity/plugins/jira.py +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/socketsecurity/plugins/manager.py +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/socketsecurity/plugins/slack.py +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/socketsecurity/plugins/teams.py +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/socketsecurity/plugins/webhook.py +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/socketsecurity/socketcli.py +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/tests/__init__.py +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/tests/core/conftest.py +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/tests/core/create_diff_input.json +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/tests/core/test_diff_generation.py +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/tests/core/test_package_and_alerts.py +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/tests/core/test_sdk_methods.py +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/tests/core/test_supporting_methods.py +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/tests/data/fullscans/create_response.json +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/tests/data/fullscans/diff/stream_diff.json +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/tests/data/fullscans/diff/stream_diff_full.json +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/tests/data/fullscans/head_scan/metadata.json +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/tests/data/fullscans/head_scan/stream_scan.json +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/tests/data/fullscans/head_scan/stream_scan_full.json +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/tests/data/fullscans/new_scan/metadata.json +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/tests/data/fullscans/new_scan/stream_scan.json +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/tests/data/repos/repo_info_error.json +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/tests/data/repos/repo_info_no_head.json +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/tests/data/repos/repo_info_success.json +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/tests/data/settings/security-policy.json +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/tests/unit/__init__.py +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/tests/unit/test_cli_config.py +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/tests/unit/test_client.py +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/tests/unit/test_config.py +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/tests/unit/test_gitlab_auth.py +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/tests/unit/test_gitlab_auth_fallback.py +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/tests/unit/test_output.py +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/workflows/bitbucket-pipelines.yml +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/workflows/github-actions.yml +0 -0
- {socketsecurity-2.2.62 → socketsecurity-2.2.65}/workflows/gitlab-ci.yml +0 -0
|
@@ -58,6 +58,22 @@ RUN if [ "$DOTNET_VERSION" = "6" ]; then \
|
|
|
58
58
|
echo "Unsupported .NET version: $DOTNET_VERSION. Supported: 6, 8" && exit 1; \
|
|
59
59
|
fi
|
|
60
60
|
|
|
61
|
+
# Install PyPy (Alpine-compatible build for x86_64 only)
|
|
62
|
+
# PyPy is an alternative Python interpreter that makes the Python reachability analysis faster.
|
|
63
|
+
# This is a custom build of PyPy3.11 for Alpine on x86-64.
|
|
64
|
+
ARG TARGETARCH # Passed by Docker buildx
|
|
65
|
+
RUN if [ "$TARGETARCH" = "amd64" ]; then \
|
|
66
|
+
PYPY_URL="https://github.com/BarrensZeppelin/alpine-pypy/releases/download/alp3.23.1-pypy3.11-7.3.20/pypy3.11-v7.3.20-linux64-alpine3.21.tar.bz2" && \
|
|
67
|
+
PYPY_SHA256="60847fea6ffe96f10a3cd4b703686e944bb4fbcc01b7200c044088dd228425e1" && \
|
|
68
|
+
curl -L -o /tmp/pypy.tar.bz2 "$PYPY_URL" && \
|
|
69
|
+
echo "$PYPY_SHA256 /tmp/pypy.tar.bz2" | sha256sum -c - && \
|
|
70
|
+
mkdir -p /opt/pypy && \
|
|
71
|
+
tar -xj --strip-components=1 -C /opt/pypy -f /tmp/pypy.tar.bz2 && \
|
|
72
|
+
rm /tmp/pypy.tar.bz2 && \
|
|
73
|
+
ln -s /opt/pypy/bin/pypy3 /bin/pypy3 && \
|
|
74
|
+
pypy3 --version; \
|
|
75
|
+
fi
|
|
76
|
+
|
|
61
77
|
# Install additional tools
|
|
62
78
|
RUN npm install @coana-tech/cli socket -g && \
|
|
63
79
|
gem install bundler && \
|
|
@@ -104,4 +120,4 @@ RUN mkdir -p /go/src && chmod -R 777 /go
|
|
|
104
120
|
COPY scripts/docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
|
|
105
121
|
RUN chmod +x /usr/local/bin/docker-entrypoint.sh
|
|
106
122
|
|
|
107
|
-
ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]
|
|
123
|
+
ENTRYPOINT ["/usr/local/bin/docker-entrypoint.sh"]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: socketsecurity
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.65
|
|
4
4
|
Summary: Socket Security CLI for CI/CD
|
|
5
5
|
Project-URL: Homepage, https://socket.dev
|
|
6
6
|
Author-email: Douglas Coburn <douglas@socket.dev>
|
|
@@ -41,7 +41,7 @@ Requires-Dist: packaging
|
|
|
41
41
|
Requires-Dist: prettytable
|
|
42
42
|
Requires-Dist: python-dotenv
|
|
43
43
|
Requires-Dist: requests
|
|
44
|
-
Requires-Dist: socketdev<4.0.0,>=3.0.
|
|
44
|
+
Requires-Dist: socketdev<4.0.0,>=3.0.28
|
|
45
45
|
Provides-Extra: dev
|
|
46
46
|
Requires-Dist: hatch; extra == 'dev'
|
|
47
47
|
Requires-Dist: pre-commit; extra == 'dev'
|
|
@@ -6,7 +6,7 @@ build-backend = "hatchling.build"
|
|
|
6
6
|
|
|
7
7
|
[project]
|
|
8
8
|
name = "socketsecurity"
|
|
9
|
-
version = "2.2.
|
|
9
|
+
version = "2.2.65"
|
|
10
10
|
requires-python = ">= 3.10"
|
|
11
11
|
license = {"file" = "LICENSE"}
|
|
12
12
|
dependencies = [
|
|
@@ -16,7 +16,7 @@ dependencies = [
|
|
|
16
16
|
'GitPython',
|
|
17
17
|
'packaging',
|
|
18
18
|
'python-dotenv',
|
|
19
|
-
"socketdev>=3.0.
|
|
19
|
+
"socketdev>=3.0.28,<4.0.0",
|
|
20
20
|
"bs4>=0.0.2",
|
|
21
21
|
"markdown>=3.10",
|
|
22
22
|
]
|
|
@@ -1250,20 +1250,20 @@ wheels = [
|
|
|
1250
1250
|
|
|
1251
1251
|
[[package]]
|
|
1252
1252
|
name = "socketdev"
|
|
1253
|
-
version = "3.0.
|
|
1253
|
+
version = "3.0.28"
|
|
1254
1254
|
source = { registry = "https://pypi.org/simple" }
|
|
1255
1255
|
dependencies = [
|
|
1256
1256
|
{ name = "requests" },
|
|
1257
1257
|
{ name = "typing-extensions" },
|
|
1258
1258
|
]
|
|
1259
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1259
|
+
sdist = { url = "https://files.pythonhosted.org/packages/f8/db/3446da069f8f2e0235970fa3e1cbcc2cf9a2da9ab75bd965f00e7ab3c7ab/socketdev-3.0.28.tar.gz", hash = "sha256:60f8635502fa291a9bf4fb0f2a13c8dfeb1d3dc2dc395ec5265a1e2f4147cf52", size = 170539, upload-time = "2026-01-05T22:24:53.637Z" }
|
|
1260
1260
|
wheels = [
|
|
1261
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1261
|
+
{ url = "https://files.pythonhosted.org/packages/bc/72/4bbd4a70e5fa317f4e33a134f5871793eeaba45e05b949685f3502e451b4/socketdev-3.0.28-py3-none-any.whl", hash = "sha256:61a9e09ab24180e7b033ad1e141110b90f1f714336b04f21c20035b901311229", size = 66681, upload-time = "2026-01-05T22:24:51.736Z" },
|
|
1262
1262
|
]
|
|
1263
1263
|
|
|
1264
1264
|
[[package]]
|
|
1265
1265
|
name = "socketsecurity"
|
|
1266
|
-
version = "2.2.
|
|
1266
|
+
version = "2.2.64"
|
|
1267
1267
|
source = { editable = "." }
|
|
1268
1268
|
dependencies = [
|
|
1269
1269
|
{ name = "bs4" },
|
|
@@ -1316,7 +1316,7 @@ requires-dist = [
|
|
|
1316
1316
|
{ name = "python-dotenv" },
|
|
1317
1317
|
{ name = "requests" },
|
|
1318
1318
|
{ name = "ruff", marker = "extra == 'dev'", specifier = ">=0.3.0" },
|
|
1319
|
-
{ name = "socketdev", specifier = ">=3.0.
|
|
1319
|
+
{ name = "socketdev", specifier = ">=3.0.28,<4.0.0" },
|
|
1320
1320
|
{ name = "twine", marker = "extra == 'dev'" },
|
|
1321
1321
|
{ name = "uv", marker = "extra == 'dev'", specifier = ">=0.1.0" },
|
|
1322
1322
|
]
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{socketsecurity-2.2.62 → socketsecurity-2.2.65}/.github/PULL_REQUEST_TEMPLATE/improvement.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{socketsecurity-2.2.62 → socketsecurity-2.2.65}/socketsecurity/core/helper/socket_facts_loader.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{socketsecurity-2.2.62 → socketsecurity-2.2.65}/socketsecurity/plugins/formatters/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{socketsecurity-2.2.62 → socketsecurity-2.2.65}/tests/data/fullscans/diff/stream_diff_full.json
RENAMED
|
File without changes
|
{socketsecurity-2.2.62 → socketsecurity-2.2.65}/tests/data/fullscans/head_scan/metadata.json
RENAMED
|
File without changes
|
{socketsecurity-2.2.62 → socketsecurity-2.2.65}/tests/data/fullscans/head_scan/stream_scan.json
RENAMED
|
File without changes
|
{socketsecurity-2.2.62 → socketsecurity-2.2.65}/tests/data/fullscans/head_scan/stream_scan_full.json
RENAMED
|
File without changes
|
|
File without changes
|
{socketsecurity-2.2.62 → socketsecurity-2.2.65}/tests/data/fullscans/new_scan/stream_scan.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|