socketsecurity 2.4.4__tar.gz → 2.4.5__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.4.4 → socketsecurity-2.4.5}/.github/workflows/dependency-review.yml +65 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/.github/workflows/e2e-test.yml +31 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/CHANGELOG.md +7 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/PKG-INFO +2 -2
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/pyproject.toml +2 -2
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/socketsecurity/__init__.py +1 -1
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/uv.lock +5 -5
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/.github/CODEOWNERS +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/.github/PULL_REQUEST_TEMPLATE/bug-fix.md +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/.github/PULL_REQUEST_TEMPLATE/feature.md +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/.github/PULL_REQUEST_TEMPLATE/improvement.md +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/.github/PULL_REQUEST_TEMPLATE.md +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/.github/actions/setup-docker/action.yml +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/.github/actions/setup-hatch/action.yml +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/.github/actions/setup-sfw/action.yml +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/.github/dependabot.yml +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/.github/workflows/docker-stable.yml +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/.github/workflows/pr-preview.yml +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/.github/workflows/python-tests.yml +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/.github/workflows/release.yml +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/.github/workflows/version-check.yml +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/.github/zizmor.yml +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/.gitignore +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/.hooks/sync_version.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/.pre-commit-config.yaml +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/.python-version +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/Dockerfile +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/LICENSE +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/Makefile +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/README.md +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/docs/ci-cd.md +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/docs/cli-reference.md +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/docs/development.md +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/docs/troubleshooting.md +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/examples/config/sarif-dashboard-parity.json +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/examples/config/sarif-dashboard-parity.toml +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/examples/config/sarif-diff-ci-cd.json +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/examples/config/sarif-diff-ci-cd.toml +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/examples/config/sarif-instance-detail.json +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/examples/config/sarif-instance-detail.toml +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/instructions/gitlab-commit-status/uat.md +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/pytest.ini +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/scripts/build_container.sh +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/scripts/build_container_flexible.sh +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/scripts/deploy-test-docker.sh +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/scripts/deploy-test-pypi.sh +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/scripts/docker-entrypoint.sh +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/scripts/run.sh +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/session.md +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/socket.yml +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/socketsecurity/config.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/socketsecurity/core/__init__.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/socketsecurity/core/alert_selection.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/socketsecurity/core/classes.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/socketsecurity/core/cli_client.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/socketsecurity/core/exceptions.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/socketsecurity/core/git_interface.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/socketsecurity/core/helper/__init__.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/socketsecurity/core/helper/socket_facts_loader.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/socketsecurity/core/lazy_file_loader.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/socketsecurity/core/logging.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/socketsecurity/core/messages.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/socketsecurity/core/resource_utils.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/socketsecurity/core/scm/__init__.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/socketsecurity/core/scm/base.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/socketsecurity/core/scm/client.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/socketsecurity/core/scm/github.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/socketsecurity/core/scm/gitlab.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/socketsecurity/core/scm_comments.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/socketsecurity/core/socket_config.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/socketsecurity/core/tools/reachability.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/socketsecurity/core/utils.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/socketsecurity/fossa_compat.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/socketsecurity/output.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/socketsecurity/plugins/__init__.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/socketsecurity/plugins/base.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/socketsecurity/plugins/formatters/__init__.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/socketsecurity/plugins/formatters/slack.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/socketsecurity/plugins/jira.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/socketsecurity/plugins/manager.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/socketsecurity/plugins/slack.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/socketsecurity/plugins/teams.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/socketsecurity/plugins/webhook.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/socketsecurity/socketcli.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/__init__.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/core/conftest.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/core/create_diff_input.json +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/core/test_diff_alerts.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/core/test_diff_generation.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/core/test_facts_compression.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/core/test_has_manifest_files.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/core/test_package_and_alerts.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/core/test_sdk_methods.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/core/test_supporting_methods.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/data/fullscans/create_response.json +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/data/fullscans/diff/stream_diff.json +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/data/fullscans/diff/stream_diff_full.json +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/data/fullscans/head_scan/metadata.json +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/data/fullscans/head_scan/stream_scan.json +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/data/fullscans/head_scan/stream_scan_full.json +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/data/fullscans/new_scan/metadata.json +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/data/fullscans/new_scan/stream_scan.json +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/data/repos/repo_info_error.json +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/data/repos/repo_info_no_head.json +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/data/repos/repo_info_success.json +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/data/settings/security-policy.json +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/e2e/fixtures/simple-npm/index.js +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/e2e/fixtures/simple-npm/package.json +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/e2e/fixtures/simple-pypi/requirements.txt +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/e2e/validate-gitlab.sh +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/e2e/validate-json.sh +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/e2e/validate-reachability.sh +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/e2e/validate-sarif.sh +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/e2e/validate-scan.sh +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/fixtures/fossa/README.md +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/fixtures/fossa/fossa-analyze-empty.json +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/fixtures/fossa/fossa-analyze-populated.json +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/fixtures/fossa/fossa-sbom-empty-deep.json +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/fixtures/fossa/fossa-sbom-populated.json +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/unit/__init__.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/unit/test_alert_selection.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/unit/test_cli_config.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/unit/test_client.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/unit/test_config.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/unit/test_dependency_overview.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/unit/test_disable_ignore.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/unit/test_exclude_paths.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/unit/test_fossa_compat.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/unit/test_fossa_parity.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/unit/test_gitlab_auth.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/unit/test_gitlab_auth_fallback.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/unit/test_gitlab_commit_status.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/unit/test_gitlab_format.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/unit/test_ignore_telemetry_filtering.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/unit/test_output.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/unit/test_reachability.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/unit/test_slack_plugin.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/unit/test_socketcli.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/unit/test_tier1_finalize.py +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/workflows/bitbucket-pipelines.yml +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/workflows/buildkite.yml +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/workflows/github-actions.yml +0 -0
- {socketsecurity-2.4.4 → socketsecurity-2.4.5}/workflows/gitlab-ci.yml +0 -0
|
@@ -586,3 +586,68 @@ jobs:
|
|
|
586
586
|
echo "This PR changes workflow, composite-action, or dependabot config files."
|
|
587
587
|
echo "Require explicit human review before merge."
|
|
588
588
|
} >> "$GITHUB_STEP_SUMMARY"
|
|
589
|
+
|
|
590
|
+
# Single required status check that aggregates the conditional smoke jobs
|
|
591
|
+
# above. Branch protection can't require those jobs individually: each is
|
|
592
|
+
# conditional (per-manifest, and Firewall-free vs -enterprise per author), so
|
|
593
|
+
# on any given PR most are legitimately skipped -- and a required check whose
|
|
594
|
+
# job is skipped sits at "Expected -- Waiting for status to be reported"
|
|
595
|
+
# forever, blocking merge (the same trap that stranded Dependabot PRs on the
|
|
596
|
+
# e2e-* checks).
|
|
597
|
+
#
|
|
598
|
+
# This gate always runs (if: always(), so it reports even when upstream jobs
|
|
599
|
+
# are skipped or fail) and collapses them into one pass/fail signal: it FAILS
|
|
600
|
+
# if any smoke job that ran ended in failure or was cancelled, and passes when
|
|
601
|
+
# everything either succeeded or was not applicable. 'skipped' is expected and
|
|
602
|
+
# allowed -- it just means the job didn't apply to this PR.
|
|
603
|
+
#
|
|
604
|
+
# Mark THIS check (dependency-review-gate) required in branch protection. It
|
|
605
|
+
# satisfies Dependabot/fork PRs (which run the Firewall-free job) and
|
|
606
|
+
# maintainer PRs (which run Firewall-enterprise) alike, and -- crucially -- a
|
|
607
|
+
# Socket Firewall BLOCK now fails the gate and blocks merge, instead of living
|
|
608
|
+
# in a non-required enterprise job that nobody is forced to run.
|
|
609
|
+
dependency-review-gate:
|
|
610
|
+
needs:
|
|
611
|
+
- inspect
|
|
612
|
+
- python-sfw-smoke-free
|
|
613
|
+
- python-sfw-smoke-enterprise
|
|
614
|
+
- fixture-npm-sfw-smoke-free
|
|
615
|
+
- fixture-npm-sfw-smoke-enterprise
|
|
616
|
+
- fixture-pypi-sfw-smoke-free
|
|
617
|
+
- fixture-pypi-sfw-smoke-enterprise
|
|
618
|
+
- dockerfile-smoke
|
|
619
|
+
if: always()
|
|
620
|
+
runs-on: ubuntu-latest
|
|
621
|
+
timeout-minutes: 2
|
|
622
|
+
steps:
|
|
623
|
+
- name: Verify no smoke job failed
|
|
624
|
+
env:
|
|
625
|
+
RESULTS: ${{ toJSON(needs) }}
|
|
626
|
+
run: |
|
|
627
|
+
echo "Upstream job results:"
|
|
628
|
+
printf '%s\n' "$RESULTS" | python3 -m json.tool
|
|
629
|
+
|
|
630
|
+
# Fail the gate if any needed job ended in failure or was cancelled.
|
|
631
|
+
# 'success' and 'skipped' both pass: skipped means the job did not
|
|
632
|
+
# apply to this PR (wrong manifest, or free-vs-enterprise mismatch).
|
|
633
|
+
failed="$(printf '%s\n' "$RESULTS" | python3 -c "
|
|
634
|
+
import json, sys
|
|
635
|
+
data = json.load(sys.stdin)
|
|
636
|
+
bad = [name for name, info in data.items()
|
|
637
|
+
if info.get('result') in ('failure', 'cancelled')]
|
|
638
|
+
print(' '.join(sorted(bad)))
|
|
639
|
+
")"
|
|
640
|
+
|
|
641
|
+
if [ -n "$failed" ]; then
|
|
642
|
+
echo "::error::dependency-review smoke job(s) failed: $failed"
|
|
643
|
+
{
|
|
644
|
+
echo "## Dependency Review Gate: FAILED"
|
|
645
|
+
echo "The following smoke job(s) failed or were cancelled: \`$failed\`"
|
|
646
|
+
echo "If a Socket Firewall job is listed, it likely BLOCKED an install --"
|
|
647
|
+
echo "inspect its uploaded sfw-artifacts/ report before merging."
|
|
648
|
+
} >> "$GITHUB_STEP_SUMMARY"
|
|
649
|
+
exit 1
|
|
650
|
+
fi
|
|
651
|
+
|
|
652
|
+
echo "All dependency-review smoke jobs passed or were not applicable."
|
|
653
|
+
echo "## Dependency Review Gate: PASSED" >> "$GITHUB_STEP_SUMMARY"
|
|
@@ -104,3 +104,34 @@ jobs:
|
|
|
104
104
|
env:
|
|
105
105
|
SOCKET_SECURITY_API_KEY: ${{ secrets.SOCKET_CLI_API_TOKEN }}
|
|
106
106
|
run: bash ${{ matrix.validate }}
|
|
107
|
+
|
|
108
|
+
# Branch protection requires the e2e-* checks, but the `e2e` job above is
|
|
109
|
+
# skipped on PRs that can't access repository secrets -- fork PRs and
|
|
110
|
+
# Dependabot PRs. A job skipped via a job-level `if` never expands its
|
|
111
|
+
# matrix, so the e2e-* check contexts are never created and the required
|
|
112
|
+
# checks sit at "Expected -- Waiting for status to be reported" forever,
|
|
113
|
+
# permanently blocking merge.
|
|
114
|
+
#
|
|
115
|
+
# This bypass reports a green status under the SAME e2e-* check names for
|
|
116
|
+
# exactly those PRs, satisfying branch protection without running the real
|
|
117
|
+
# tests (which need SOCKET_CLI_API_TOKEN). Its `if` is the precise negation
|
|
118
|
+
# of the e2e job's run condition, so the two are mutually exclusive: any
|
|
119
|
+
# given PR runs one or the other, never both, and never neither.
|
|
120
|
+
#
|
|
121
|
+
# Dependency-bump risk on these PRs is still covered by dependency-review.yml's
|
|
122
|
+
# Socket Firewall smoke jobs, which run without repository secrets.
|
|
123
|
+
e2e-bypass:
|
|
124
|
+
if: >-
|
|
125
|
+
github.event_name == 'pull_request' &&
|
|
126
|
+
(github.event.pull_request.head.repo.full_name != github.repository ||
|
|
127
|
+
github.event.pull_request.user.login == 'dependabot[bot]')
|
|
128
|
+
runs-on: ubuntu-latest
|
|
129
|
+
strategy:
|
|
130
|
+
matrix:
|
|
131
|
+
name: [scan, sarif, reachability, gitlab, json, pypi]
|
|
132
|
+
name: e2e-${{ matrix.name }}
|
|
133
|
+
steps:
|
|
134
|
+
- name: Report skip status
|
|
135
|
+
run: |
|
|
136
|
+
echo "Skipping e2e-${{ matrix.name }} for a PR without repository secrets"
|
|
137
|
+
echo "(fork or Dependabot). Dependency risk is covered by dependency-review.yml."
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: socketsecurity
|
|
3
|
-
Version: 2.4.
|
|
3
|
+
Version: 2.4.5
|
|
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>
|
|
@@ -43,7 +43,7 @@ Requires-Dist: packaging
|
|
|
43
43
|
Requires-Dist: prettytable
|
|
44
44
|
Requires-Dist: python-dotenv
|
|
45
45
|
Requires-Dist: requests
|
|
46
|
-
Requires-Dist: socketdev<4.0.0,>=3.2.
|
|
46
|
+
Requires-Dist: socketdev<4.0.0,>=3.2.1
|
|
47
47
|
Provides-Extra: dev
|
|
48
48
|
Requires-Dist: hatch; extra == 'dev'
|
|
49
49
|
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.4.
|
|
9
|
+
version = "2.4.5"
|
|
10
10
|
requires-python = ">= 3.11"
|
|
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.2.
|
|
19
|
+
"socketdev>=3.2.1,<4.0.0",
|
|
20
20
|
"bs4>=0.0.2",
|
|
21
21
|
"markdown>=3.10",
|
|
22
22
|
"brotli>=1.0.9; platform_python_implementation == 'CPython'",
|
|
@@ -1257,20 +1257,20 @@ wheels = [
|
|
|
1257
1257
|
|
|
1258
1258
|
[[package]]
|
|
1259
1259
|
name = "socketdev"
|
|
1260
|
-
version = "3.2.
|
|
1260
|
+
version = "3.2.1"
|
|
1261
1261
|
source = { registry = "https://pypi.org/simple" }
|
|
1262
1262
|
dependencies = [
|
|
1263
1263
|
{ name = "requests" },
|
|
1264
1264
|
{ name = "typing-extensions" },
|
|
1265
1265
|
]
|
|
1266
|
-
sdist = { url = "https://files.pythonhosted.org/packages/
|
|
1266
|
+
sdist = { url = "https://files.pythonhosted.org/packages/21/65/07df2bf6e490c56544fb06e4cfde059b2572fdd5b02ff352c766b1d5f7ce/socketdev-3.2.1.tar.gz", hash = "sha256:7db910a98628473e8ec06822deb01b6bd465b385e9e8ea405f2b7526e8258074", size = 179279, upload-time = "2026-06-03T18:08:19.806Z" }
|
|
1267
1267
|
wheels = [
|
|
1268
|
-
{ url = "https://files.pythonhosted.org/packages/
|
|
1268
|
+
{ url = "https://files.pythonhosted.org/packages/53/01/fff70923755b3a187ca971189fb078a2aaedcad42d682abfdd06f3445def/socketdev-3.2.1-py3-none-any.whl", hash = "sha256:6dc762d78baea8011dc22f2afe49c84c926e640a6879bd7b58c3abdd4e29e8bb", size = 67266, upload-time = "2026-06-03T18:08:18.029Z" },
|
|
1269
1269
|
]
|
|
1270
1270
|
|
|
1271
1271
|
[[package]]
|
|
1272
1272
|
name = "socketsecurity"
|
|
1273
|
-
version = "2.4.
|
|
1273
|
+
version = "2.4.5"
|
|
1274
1274
|
source = { editable = "." }
|
|
1275
1275
|
dependencies = [
|
|
1276
1276
|
{ name = "brotli", marker = "platform_python_implementation == 'CPython'" },
|
|
@@ -1327,7 +1327,7 @@ requires-dist = [
|
|
|
1327
1327
|
{ name = "python-dotenv" },
|
|
1328
1328
|
{ name = "requests" },
|
|
1329
1329
|
{ name = "ruff", marker = "extra == 'dev'", specifier = ">=0.3.0" },
|
|
1330
|
-
{ name = "socketdev", specifier = ">=3.2.
|
|
1330
|
+
{ name = "socketdev", specifier = ">=3.2.1,<4.0.0" },
|
|
1331
1331
|
{ name = "twine", marker = "extra == 'dev'" },
|
|
1332
1332
|
{ name = "uv", marker = "extra == 'dev'", specifier = ">=0.1.0" },
|
|
1333
1333
|
]
|
|
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
|
|
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.4.4 → socketsecurity-2.4.5}/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
|
|
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.4.4 → socketsecurity-2.4.5}/tests/data/fullscans/diff/stream_diff_full.json
RENAMED
|
File without changes
|
|
File without changes
|
{socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/data/fullscans/head_scan/stream_scan.json
RENAMED
|
File without changes
|
{socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/data/fullscans/head_scan/stream_scan_full.json
RENAMED
|
File without changes
|
|
File without changes
|
{socketsecurity-2.4.4 → socketsecurity-2.4.5}/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
|
{socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/e2e/fixtures/simple-pypi/requirements.txt
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
|
{socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/fixtures/fossa/fossa-analyze-populated.json
RENAMED
|
File without changes
|
{socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/fixtures/fossa/fossa-sbom-empty-deep.json
RENAMED
|
File without changes
|
{socketsecurity-2.4.4 → socketsecurity-2.4.5}/tests/fixtures/fossa/fossa-sbom-populated.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
|
|
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
|