Skip to content

Commit

Permalink
CHANGELOG update
Browse files Browse the repository at this point in the history
  • Loading branch information
SamuraiAku committed Feb 2, 2024
1 parent 24153a7 commit a2c4325
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 0 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ Update SPDX package compatibility to v0.4. This update enables the following:
* Updates the algorithm for computing the package verification code to a hopefully correct implementation.
* Allows the computation of artifact verification codes, since it is now able to ignore bad symbolic links.

The version of PkgToSoftwareBOM is documented in the Creators field of a generated SBOM.

## v0.1.8
Resolved [#2](https://github.com/SamuraiAku/PkgToSoftwareBOM.jl/issues/2), Include artifacts in the SBOM

Expand Down
2 changes: 2 additions & 0 deletions src/PkgToSoftwareBOM.jl
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,8 @@ Base.@kwdef struct spdxPackageData
artifactsinsbom::Set{String}= Set{String}()
end

# TODO: When abandoning julia 1.8 compatibility, update the default Creator below to include the package version
# using the function pkgversion(m::Module)
Base.@kwdef struct spdxCreationData
TargetPlatform::Platform= HostPlatform()
Name::String= "Julia Environment"
Expand Down

0 comments on commit a2c4325

Please sign in to comment.