Software Bill of Materials in CycloneDX 1.6 and SPDX 2.3
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

fix(lint): resolve E600 test convention and E718 fuzz runner issues

- runc/sdnv/sgp4: flatten test suites to single (string * test_case list)
- runc/sdnv/sgp4: update mli to export correct suite type
- sdnv/sgp4: add fuzz.ml runner, update dune to match convention

+5 -3
+5 -3
lib/spdx/spdx.mli
··· 28 28 (** A checksum, reusing {!Sbom.hash}. *) 29 29 30 30 val checksum_jsont : checksum Jsont.t 31 - (** JSON codec for SPDX checksums (uses [algorithm]/[checksumValue] keys). *) 31 + (** [checksum_jsont] is a JSON codec for SPDX checksums (uses 32 + [algorithm]/[checksumValue] keys). *) 32 33 33 34 (** {1 External References} *) 34 35 ··· 160 161 ?relationships:relationship list -> 161 162 unit -> 162 163 document 163 - (** Construct a document. Defaults: [spdx_version = "SPDX-2.3"], 164 - [data_license = "CC0-1.0"], [spdx_id = "SPDXRef-DOCUMENT"]. *) 164 + (** [document ~name ~namespace ~creation_info ()] constructs a document. 165 + Defaults: [spdx_version = "SPDX-2.3"], [data_license = "CC0-1.0"], 166 + [spdx_id = "SPDXRef-DOCUMENT"]. *) 165 167 166 168 val document_jsont : document Jsont.t 167 169 (** JSON codec for documents. *)