File tree 3 files changed +22
-5
lines changed
3 files changed +22
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
- ## 0.3.0 (unreleased)
3
+ ## 0.3.0
4
4
5
- - ` doc ` and ` man ` outputs are not included in the SBOM anymore.
5
+ ### Added
6
+
7
+ - Added the ability to collect SBOMs from vendored dependencies (e.g. from Rust
8
+ or Go dependencies).
6
9
- Added the option ` excludes ` to ` buildBom ` to exclude store paths via regex
7
10
patterns from the final SBOM.
8
- - Generate CycloneDX v1.5 SBOMs instead of v1.4.
11
+ - Added the option ` extraPaths ` to ` buildBom ` to consider extra dependencies
12
+ but still generating an SBOM for the original derivation.
9
13
- Hashes of fixed output derivations are now included in the SBOM.
14
+ - A derivation's ` src ` url and hash are now included in the SBOM.
15
+ - Derivations' descriptions are now included in the SBOM.
16
+
17
+ ### Changed
18
+
19
+ - ` doc ` and ` man ` outputs are not included in the SBOM anymore.
20
+ - Generate CycloneDX v1.5 SBOMs instead of v1.4.
21
+ - The created SBOMS are now reproducible because they derive their serial
22
+ number from a known input instead of randomly generating it.
23
+
24
+ ### Fixed
25
+
26
+ - Fixed cross-compilation for SBOMs.
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " bombon-transformer"
3
- version = " 0.2 .0"
3
+ version = " 0.3 .0"
4
4
edition = " 2021"
5
5
6
6
[dependencies ]
You can’t perform that action at this time.
0 commit comments