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 2 forks source link

Extract package server info from Pkg #9

Closed SamuraiAku closed 4 months ago

SamuraiAku commented 1 year ago

And see if we can figure out who is running the package server. That would go under the Package Supplier field. It's known in the case of the General Registry (Julialang.org, right?) But in the general case not sure if this can be known from Pkg.

The package server itself could be put in the Source Info field.

SamuraiAku commented 4 months ago

Resolved in PR #35