[pull] main from guacsec:main - #232
Merged
Merged
Conversation
…struction - Skip JSON serialization in filter() for queries that don't use nested purl:/cpe: field access; the common path (full-text search, name filters) now uses only Value::Custom with zero JSON allocation per node - Share graph node data in BaseSummary via Arc instead of deep cloning: purl/cpe use Arc<[T]>, document_id/product_name/product_version use Arc<String> - Fix Context::intern double hash lookup (contains_key + get) with single entry() call
…de clones Each matching node in run_graph_query cloned the HashSet<Relationship> into the async closure. Replace with Arc::new once, Arc::clone per node.
- Collapse resolve_rh_external_sbom_descendants from two sequential queries into a single self-join on sbom_node_checksum, also adding checksum type matching - Add ExternalSbomCache to deduplicate resolve_external_sbom calls during descendant traversal; uses OnceCell coalescing so concurrent collectors for the same external reference share one DB query
Since v8.0.0, astral-sh/setup-uv stopped publishing major version alias tags (v8, v9, etc.) for supply chain security. The @v9 tag does not exist, causing the workflow to fail at action resolution before any step runs. Pin to the latest immutable release tag instead. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.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 subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
See Commits and Changes for more details.
Created by
pull[bot] (v2.0.0-alpha.4)
Can you help keep this open source service alive? 💖 Please sponsor : )