File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed
Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -214,9 +214,6 @@ Any characters or character sequences not covered by this specification are
214214invalid. Projects MUST NOT use such values. Tools consuming this field SHOULD
215215reject invalid values with an error.
216216
217- Tools MUST assume that SBOM file content is valid UTF-8 encoded JSON, and SHOULD
218- validate this an raise an error for invalid formats and encodings.
219-
220217Literal paths (e.g. ``bom.cdx.json ``) are treated as valid globs which means
221218they can also be defined.
222219
@@ -257,7 +254,7 @@ Examples of invalid SBOM files declarations:
257254 [project]
258255 sbom-files = ["..\bom.json"]
259256
260- Reason: ``.. `` must not be used. ``\\ `` is an invalid path delimited , ``/ ``
257+ Reason: ``.. `` must not be used. ``\\ `` is an invalid path delimiter , ``/ ``
261258must be used.
262259
263260.. code-block :: toml
You can’t perform that action at this time.
0 commit comments