socketsecurity 2.2.69__tar.gz → 2.2.70__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.69 → socketsecurity-2.2.70}/CHANGELOG.md +4 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/PKG-INFO +2 -2
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/pyproject.toml +2 -2
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/socketsecurity/__init__.py +1 -1
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/socketsecurity/socketcli.py +2 -1
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/uv.lock +5 -5
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/.github/CODEOWNERS +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/.github/PULL_REQUEST_TEMPLATE/bug-fix.md +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/.github/PULL_REQUEST_TEMPLATE/feature.md +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/.github/PULL_REQUEST_TEMPLATE/improvement.md +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/.github/workflows/docker-stable.yml +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/.github/workflows/pr-preview.yml +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/.github/workflows/release.yml +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/.github/workflows/version-check.yml +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/.gitignore +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/.hooks/sync_version.py +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/.pre-commit-config.yaml +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/.python-version +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/Dockerfile +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/LICENSE +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/Makefile +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/README.md +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/docs/README.md +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/pytest.ini +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/scripts/build_container.sh +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/scripts/build_container_flexible.sh +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/scripts/deploy-test-docker.sh +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/scripts/deploy-test-pypi.sh +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/scripts/docker-entrypoint.sh +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/scripts/run.sh +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/session.md +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/socketsecurity/config.py +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/socketsecurity/core/__init__.py +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/socketsecurity/core/classes.py +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/socketsecurity/core/cli_client.py +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/socketsecurity/core/exceptions.py +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/socketsecurity/core/git_interface.py +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/socketsecurity/core/helper/__init__.py +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/socketsecurity/core/helper/socket_facts_loader.py +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/socketsecurity/core/lazy_file_loader.py +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/socketsecurity/core/logging.py +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/socketsecurity/core/messages.py +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/socketsecurity/core/resource_utils.py +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/socketsecurity/core/scm/__init__.py +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/socketsecurity/core/scm/base.py +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/socketsecurity/core/scm/client.py +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/socketsecurity/core/scm/github.py +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/socketsecurity/core/scm/gitlab.py +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/socketsecurity/core/scm_comments.py +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/socketsecurity/core/socket_config.py +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/socketsecurity/core/tools/reachability.py +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/socketsecurity/core/utils.py +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/socketsecurity/output.py +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/socketsecurity/plugins/__init__.py +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/socketsecurity/plugins/base.py +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/socketsecurity/plugins/formatters/__init__.py +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/socketsecurity/plugins/formatters/slack.py +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/socketsecurity/plugins/jira.py +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/socketsecurity/plugins/manager.py +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/socketsecurity/plugins/slack.py +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/socketsecurity/plugins/teams.py +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/socketsecurity/plugins/webhook.py +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/tests/__init__.py +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/tests/core/conftest.py +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/tests/core/create_diff_input.json +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/tests/core/test_diff_alerts.py +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/tests/core/test_diff_generation.py +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/tests/core/test_package_and_alerts.py +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/tests/core/test_sdk_methods.py +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/tests/core/test_supporting_methods.py +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/tests/data/fullscans/create_response.json +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/tests/data/fullscans/diff/stream_diff.json +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/tests/data/fullscans/diff/stream_diff_full.json +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/tests/data/fullscans/head_scan/metadata.json +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/tests/data/fullscans/head_scan/stream_scan.json +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/tests/data/fullscans/head_scan/stream_scan_full.json +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/tests/data/fullscans/new_scan/metadata.json +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/tests/data/fullscans/new_scan/stream_scan.json +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/tests/data/repos/repo_info_error.json +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/tests/data/repos/repo_info_no_head.json +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/tests/data/repos/repo_info_success.json +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/tests/data/settings/security-policy.json +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/tests/unit/__init__.py +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/tests/unit/test_cli_config.py +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/tests/unit/test_client.py +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/tests/unit/test_config.py +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/tests/unit/test_gitlab_auth.py +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/tests/unit/test_gitlab_auth_fallback.py +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/tests/unit/test_gitlab_format.py +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/tests/unit/test_output.py +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/workflows/bitbucket-pipelines.yml +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/workflows/github-actions.yml +0 -0
- {socketsecurity-2.2.69 → socketsecurity-2.2.70}/workflows/gitlab-ci.yml +0 -0
|
@@ -1,5 +1,9 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2.2.70
|
|
4
|
+
|
|
5
|
+
- Set the scan to `'socket_tier1'` when using the `--reach` flag. This ensures Tier 1 scans are properly integrated into the organization-wide alerts.
|
|
6
|
+
|
|
3
7
|
## 2.2.69
|
|
4
8
|
|
|
5
9
|
- Added `--reach-enable-analysis-splitting` flag to enable analysis splitting (disabled by default).
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: socketsecurity
|
|
3
|
-
Version: 2.2.
|
|
3
|
+
Version: 2.2.70
|
|
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.29
|
|
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.70"
|
|
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.29,<4.0.0",
|
|
20
20
|
"bs4>=0.0.2",
|
|
21
21
|
"markdown>=3.10",
|
|
22
22
|
]
|
|
@@ -463,7 +463,8 @@ def main_code():
|
|
|
463
463
|
committers=config.committers,
|
|
464
464
|
make_default_branch=is_default_branch,
|
|
465
465
|
set_as_pending_head=is_default_branch,
|
|
466
|
-
tmp=False
|
|
466
|
+
tmp=False,
|
|
467
|
+
scan_type='socket_tier1' if config.reach else 'socket'
|
|
467
468
|
)
|
|
468
469
|
|
|
469
470
|
params.include_license_details = not config.exclude_license_details
|
|
@@ -1250,20 +1250,20 @@ wheels = [
|
|
|
1250
1250
|
|
|
1251
1251
|
[[package]]
|
|
1252
1252
|
name = "socketdev"
|
|
1253
|
-
version = "3.0.
|
|
1253
|
+
version = "3.0.29"
|
|
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/02/f4/a4434843e0f01da684d0d330f1b4b744abfad1ee4d6b6d5fddfa9228b122/socketdev-3.0.29.tar.gz", hash = "sha256:be201a9bd186da6ddae4725294d3cbf11b00ec76c96e46be38d78a569fde4af3", size = 170751, upload-time = "2026-01-21T09:15:57.465Z" }
|
|
1260
1260
|
wheels = [
|
|
1261
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1261
|
+
{ url = "https://files.pythonhosted.org/packages/db/08/f1cea3b342d8b9109f5792257e3f6c31c3ff53a1e42a87726a2acac65440/socketdev-3.0.29-py3-none-any.whl", hash = "sha256:c2f832a703bd61eb88a5e3f9b8079e62f7cd1352ec206a20a946c6dd34fa788e", size = 66783, upload-time = "2026-01-21T09:15:55.909Z" },
|
|
1262
1262
|
]
|
|
1263
1263
|
|
|
1264
1264
|
[[package]]
|
|
1265
1265
|
name = "socketsecurity"
|
|
1266
|
-
version = "2.2.
|
|
1266
|
+
version = "2.2.69"
|
|
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.29,<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.69 → socketsecurity-2.2.70}/.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
|
|
File without changes
|
{socketsecurity-2.2.69 → socketsecurity-2.2.70}/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.69 → socketsecurity-2.2.70}/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.69 → socketsecurity-2.2.70}/tests/data/fullscans/diff/stream_diff_full.json
RENAMED
|
File without changes
|
{socketsecurity-2.2.69 → socketsecurity-2.2.70}/tests/data/fullscans/head_scan/metadata.json
RENAMED
|
File without changes
|
{socketsecurity-2.2.69 → socketsecurity-2.2.70}/tests/data/fullscans/head_scan/stream_scan.json
RENAMED
|
File without changes
|
{socketsecurity-2.2.69 → socketsecurity-2.2.70}/tests/data/fullscans/head_scan/stream_scan_full.json
RENAMED
|
File without changes
|
|
File without changes
|
{socketsecurity-2.2.69 → socketsecurity-2.2.70}/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
|
|
File without changes
|