Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions peps/pep-0770.rst
Original file line number Diff line number Diff line change
Expand Up @@ -214,9 +214,6 @@ Any characters or character sequences not covered by this specification are
invalid. Projects MUST NOT use such values. Tools consuming this field SHOULD
reject invalid values with an error.

Tools MUST assume that SBOM file content is valid UTF-8 encoded JSON, and SHOULD
validate this an raise an error for invalid formats and encodings.

Literal paths (e.g. ``bom.cdx.json``) are treated as valid globs which means
they can also be defined.

Expand Down Expand Up @@ -257,7 +254,7 @@ Examples of invalid SBOM files declarations:
[project]
sbom-files = ["..\bom.json"]

Reason: ``..`` must not be used. ``\\`` is an invalid path delimited, ``/``
Reason: ``..`` must not be used. ``\\`` is an invalid path delimiter, ``/``
must be used.

.. code-block:: toml
Expand Down
Loading