Add initial bun and vlt lockfile support#202
Merged
Merged
Conversation
203c30e to
1a3edc0
Compare
…tching Signed-off-by: lelia <2418071+lelia@users.noreply.github.com>
|
🚀 Preview package published! Install with: pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple socketsecurity==2.2.88.dev1Docker image: |
Signed-off-by: lelia <2418071+lelia@users.noreply.github.com>
Signed-off-by: lelia <2418071+lelia@users.noreply.github.com>
lelia
approved these changes
May 18, 2026
Contributor
lelia
left a comment
There was a problem hiding this comment.
thanks for doing this! added unit test coverage for the new lockfile patterns to get the GHA workflows unstuck - otherwise LGTM.
lelia
added a commit
that referenced
this pull request
May 19, 2026
v2.2.88 was tagged from PR #202 (bun.lock / bun.lockb / vlt-lock.json manifest support) while this branch was being prepared. The earlier in-flight 2.2.87 from PR #195 was never released; its three substantive fixes (timeout SDK propagation, --exclude-license-details propagation, APIFailure exit-handling) ship for the first time as part of 2.3.0. CHANGELOG.md changes: - Drop the never-released `## 2.2.87` section - Add a `## 2.2.88` section noting the bun/vlt lockfile addition - Fold the three PR #195 bullets into the 2.3.0 "Fixed" subsection so the substantive fixes are credited in the release notes that ship Signed-off-by: lelia <2418071+lelia@users.noreply.github.com>
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.
The python CLI fails to locate
bun.lockandvlt-lock.jsonfiles, preventing them from being analyzed by developers using the CLI. This PR adds them to the hard-coded list.Root Cause
Experimental bun/vlt SBOM resolution support was added but not propagated to the CLI's list of supported files.
Fix
This PR simply adds the patterns to the hard-coded list of patterns.
Public Changelog
Add bun.lock and vlt-lock.json to supported manifest types.