File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,18 @@ libraries are detected when using common SCA tools like Syft and Grype.
65
65
If an SBOM document is included annotating all the included shared libraries
66
66
then SCA tools can identify the included software reliably.
67
67
68
+ Build Tools, Environment, and Reproducibility
69
+ ---------------------------------------------
70
+
71
+ Going beyond the runtime dependencies of a package: SBOMs can also record the
72
+ tools and environments used to build a package. Recording the exact tools
73
+ and versions used to build a package is often required to establish
74
+ `build reproducibility <https://reproducible-builds.org >`__.
75
+ Build reproducibility is a property of software that can be used to detect
76
+ incorrectly or maliciously modified software components when compared to their
77
+ upstream sources. Without a recorded list of build tools and versions it can
78
+ become difficult to impossible for a third-party to verify build reproducibility.
79
+
68
80
Regulations
69
81
-----------
70
82
You can’t perform that action at this time.
0 commit comments