|
3 | 3 | A script to validate SBOMs against |
4 | 4 | the [OpenChain Telco SBOM Guide](https://github.com/OpenChain-Project/Telco-WG/blob/main/OpenChain-Telco-SBOM-Guide_EN.md). |
5 | 5 |
|
| 6 | +What is new in version 0.3.2: |
| 7 | +* option `--strict-url-check` now also checks the value of the PackageChecksum if present. |
| 8 | + |
6 | 9 | What is new in version 0.3.1: |
7 | 10 | * new option `--noassertion` will list fields that have value NOASSERTION, |
8 | 11 | * implement the strict mode for tool name and version (presence of "-"), |
@@ -51,10 +54,11 @@ options: |
51 | 54 | Sets a limit on the number of errors displayed. |
52 | 55 | --strict-purl-check Runs a strict check on the given purls. The default behaviour is to run a non-strict purl check |
53 | 56 | meaning that it is not checked if the purl is translating to a downloadable URL. |
54 | | - --strict-url-check Runs a strict check on the URLs of the PackageHomepages. Strict check means that the validator |
| 57 | + --strict-url-check Runs a strict check on the URLs of the PackageDownloadLocation. Strict check means that the validator |
55 | 58 | checks also if the given URL can be accessed. The default behaviour is to run a non-strict URL |
56 | 59 | check, meaning that it is not checked if the URL points to a valid page. Strict URL check |
57 | | - requires access to the internet and takes some time. |
| 60 | + requires access to the internet and takes some time. It also checks the value of the |
| 61 | + PackageChecksum if present. |
58 | 62 | --strict Checks for both MANDATORY and RECOMMENDED fields. Default is to check MANDATORY fields only. |
59 | 63 | -r, --recursive Validate recursively. Same as “--reference-logic checksum-all”. |
60 | 64 | --reference-logic REFERENCE_LOGIC |
|
0 commit comments