Skip to content

Commit 58205d3

Browse files
authored
Sort table
Signed-off-by: Arthit Suriyawongkul <[email protected]>
1 parent 95a0090 commit 58205d3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

content/crosswalk/spdx2_3.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ image: "/img/spdx.png"
44
date: "2024-01-15"
55
---
66

7-
The [Software Package Data Exchange® (SPDX®)](https://spdx.dev/) specification defines a standard data format for communicating the component and metadata information associated with software packages, widely known as "software bill of materials" or "SBOM". An SPDX document can be associated with a set of software packages, files or snippets and contains information about the software.
7+
The [Software Package Data Exchange® (SPDX®)](https://spdx.dev/) specification defines a standard data format for communicating the component and metadata information associated with software packages, widely known as "software bill of materials" or "SBOM". An SPDX document can be associated with a set of software packages, files or snippets.
88

99
SPDX 2.3 supports multiple serialization formats and often uses the following file extensions:
1010

1111
| Serialization format | File extension(s) |
1212
|----------------------|-----------------------------|
1313
| tag:value | `*.spdx` |
14-
| RDF | `*.spdx.rdf` |
1514
| JSON | `*.spdx.json` |
15+
| RDF | `*.spdx.rdf` |
1616
| XLS spreadsheet | `*.spdx.xls`, `*.spdx.xlsx` |
1717
| XML | `*.spdx.xml` |
1818
| YAML 1.2 | `*.spdx.yaml`, `*.spdx.yml` |

0 commit comments

Comments
 (0)