Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ensure runtime dependencies #80

Merged
merged 6 commits into from
Mar 8, 2024
Merged

Ensure runtime dependencies #80

merged 6 commits into from
Mar 8, 2024

Conversation

nikstur
Copy link
Owner

@nikstur nikstur commented Mar 8, 2024

Fixes #60

Ensure that all runtime dependencies are always included. Because of #74, sometimes runtime dependencies are not in the buildtime dependencies and thus their metadata is missing. However, now at least they still show up in the SBOM, with their Nix Store path as the bom-ref and a pname and version derived (in a naive way) from the path.

nikstur added 6 commits March 8, 2024 01:26
Previously we erroneously filtered out runtime depenendencies if they
were not part of the buildtime dependencies. However, the buildtime
dependencies are not a strict superset of the runtime dependencies.
@nikstur nikstur merged commit e08b9bf into main Mar 8, 2024
1 check passed
@nikstur nikstur deleted the ensure-runtime-dependencies branch March 8, 2024 22:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

runtime dependencies missing?
1 participant