chore(deps): bump socketdev floor to >=3.4.0 (CE-360) - #285
Closed
lelia wants to merge 1 commit into
Closed
Conversation
Track the SDK/CLI dependency on socketdev 3.4.0 (fail-open batch purl fix, SocketDev/socket-sdk-python#98). No code change: the CLI's only purl.post call site is license enrichment (get_license_text_via_purl), which uses none of the new params and intentionally stays fail-open, so there is nothing to adopt here -- this is purely a floor bump so the dependency isn't forgotten. uv.lock is intentionally NOT regenerated here: socketdev 3.4.0 is not yet on PyPI. Regenerate once it publishes. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Signed-off-by: lelia <2418071+lelia@users.noreply.github.com>
|
❌ Version Check Failed Please increment... |
Contributor
Author
|
Superseded by #284. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What & why
Bumps the
socketdevfloor>=3.3.0,<4.0.0→>=3.4.0,<4.0.0to track socketdev 3.4.0 (the fail-open batch-purl fix, CE-360).No code change. The CLI's only
purl.postcall site isget_license_text_via_purl(socketsecurity/core/__init__.py) — license enrichment, not security scoring. It uses none of the new 3.4.0 params (poll/timeout_sec/alerts/strict) and intentionally stays fail-open (skipping license attribution for still-pending packages is acceptable; opting intoalerts=Truewould inject synthetic rows that lacktype/name/versionand break its result loop). So there's nothing to migrate here — this is purely the dependency floor bump.Not done here (blocked)
uv.locknot regenerated —uv lockcan't resolve>=3.4.0until it's on PyPI. Regenerate once 3.4.0 publishes (Dependabot will also propose it).Sequencing
uv lock, merge🤖 Generated with Claude Code