SamuraiAku / PkgToSoftwareBOM.jl

Produces a Software Bill of Materials (SBOM) describing your Julia Pkg environment. SBOM is in the SPDX format
MIT License
17 stars 1 forks source link

Include base Julia in generated SBOM #22

Closed hannahilea closed 9 months ago

hannahilea commented 1 year ago

From the SPDX documentation:

A package can refer to a project, product, artifact, distribution or a component that is external to the SPDX document.

Since the environment from which an SBOM is generated includes base Julia at a specific version, not to mention the assorted base Julia packages that are otherwise depended on by various package dependencies, I think we should include base Julia in the generated SBOM.