{"id":13728221,"url":"https://spdx.github.io/spdx-spec/","last_synced_at":"2025-05-08T00:31:25.002Z","repository":{"id":37484089,"uuid":"90892520","full_name":"spdx/spdx-spec","owner":"spdx","description":"The SPDX specification in MarkDown and HTML formats.","archived":false,"fork":false,"pushed_at":"2024-05-06T01:06:31.000Z","size":37339,"stargazers_count":269,"open_issues_count":90,"forks_count":131,"subscribers_count":32,"default_branch":"development/v3.0.1","last_synced_at":"2024-05-07T18:16:11.565Z","etag":null,"topics":["licenses","linux-foundation","software-package-data-exchange","spdx","specification"],"latest_commit_sha":null,"homepage":"https://spdx.github.io/spdx-spec/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/spdx.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-05-10T17:47:17.000Z","updated_at":"2024-05-21T17:28:02.609Z","dependencies_parsed_at":"2023-02-14T19:32:05.592Z","dependency_job_id":"66e7f39c-c21c-4886-aaeb-6c48555a7bdc","html_url":"https://github.com/spdx/spdx-spec","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spdx%2Fspdx-spec","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spdx%2Fspdx-spec/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spdx%2Fspdx-spec/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/spdx%2Fspdx-spec/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/spdx","download_url":"https://codeload.github.com/spdx/spdx-spec/tar.gz/refs/heads/development/v3.0.1","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":224679849,"owners_count":17351878,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["licenses","linux-foundation","software-package-data-exchange","spdx","specification"],"created_at":"2024-08-03T02:00:38.809Z","updated_at":"2024-11-14T19:30:48.625Z","avatar_url":"https://github.com/spdx.png","language":"Python","funding_links":[],"categories":["SPDX","Tools"],"sub_categories":["Repositories"],"readme":"# The System Package Data Exchange (SPDX®) Specification\n\nThe System Package Data Exchange (SPDX®) specification is an open standard\ndesigned to represent systems containing software components as\nSoftware Bill of Materials (SBOMs).\nAdditionally, SPDX supports AI, data, and security references,\nmaking it suitable for a wide range of risk management use cases.\n\nThe SPDX standard helps facilitate compliance with free and open source\nsoftware licenses by standardizing the way license information is shared across\nthe software supply chain. SPDX reduces redundant work by providing a common\nformat for companies and communities to share important data about software\nlicenses and copyrights, thereby streamlining and improving compliance.\n\n## Specification development\n\nThe specification is comprised of documents located in the `docs/` directory\nof this `spdx/spdx-spec` repository, as well as a model documentation\ngenerated from Markdown files within the\n[spdx/spdx-3-model](https://github.com/spdx/spdx-3-model/) repository.\n\nThis `spdx/spdx-spec` repository holds under active development version\nof the specification as:\n\n- Markdown:\n  [`development/v3.0.1`](https://github.com/spdx/spdx-spec/tree/development/v3.0.1/docs)\n  branch\n- HTML: `gh-pages` branch, built on every commit to the development branch\n  - Current stable (v3.0.1): \u003chttps://spdx.github.io/spdx-spec/v3.0.1/\u003e\n\u003c!--  - Development (v3.1): \u003chttps://spdx.github.io/spdx-spec/v3.1-draft/\u003e --\u003e\n\nContributions are welcome. Contributions to this repository are made pursuant to the\n[SPDX Community Specification Contributor License Agreement 1.0](https://github.com/spdx/governance/blob/main/0._SPDX_Contributor_License_Agreement.md).\nPlease see the contributing guidelines, governance practices,\nand build instructions in the\n[related documents](#related-documents-and-repositories) section.\n\n## Repository structure\n\nThis repository consists of these files and directories (partial):\n\n- `.github/workflow` - Workflow definitions.\n  - [`publish_v3.yml`](.github/workflows/publish_v3.yml)\n    The website (HTML) generation workflow.\n- `bin/` - Scripts for spec generation.\n- `docs/` - Specification content:\n  - `annexes/` - Annexes for the specification.\n  - `css/` - Style sheets for HTML.\n  - `front/` - Front matter.\n  - `images/` - Model diagrams. These image files are to be generated from a\n    diagram description file\n    [model.drawio](https://github.com/spdx/spdx-3-model/blob/main/model.drawio)\n    in `spdx/spdx-3-model` repo and manually copied here.\n  - `licenses/` - Licenses that used by the SPDX specifications.\n  - `model/` - Model files. This subdirectory _is to be created_ by a script\n    from `spdx/spec-parser` repo, using model information from\n    `spdx/spdx-3-model` repo (see the build instructions below).\n- `examples/` - Examples of various SPDX serializations for the current version\n  of the spec.\n- `mkdocs.yml` - MkDocs recipe for the spec documentation generation. The\n  inclusion of model files and the order of chapters are defined here.\n\n## Related documents and repositories\n\n| Documentation | Link |\n|---------|------|\n| Changes between versions | [CHANGELOG.md](./CHANGELOG.md) |\n| Contributing guidelines | [CONTRIBUTING.md](./CONTRIBUTING.md) |\n| Building the specification website (for testing purpose) | [build.md](build.md) |\n| Governance practices | [spdx/governance](https://github.com/spdx/governance/) |\n| SPDX 3 model development | [spdx/spdx-3-model](https://github.com/spdx/spdx-3-model/) |\n| Model specification parser | [spdx/spec-parser](https://github.com/spdx/spec-parser/) |\n| How to use the specification | [spdx/using](https://github.com/spdx/using/) |\n| Use cases and scenarios | [spdx/spdx-examples](https://github.com/spdx/spdx-examples/) |\n| SPDX website, with more information about the specification | \u003chttps://spdx.org\u003e |\n| Official releases of the specification, including PDFs | \u003chttps://spdx.org/specifications\u003e |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/spdx.github.io%2Fspdx-spec%2F","html_url":"https://awesome.ecosyste.ms/projects/spdx.github.io%2Fspdx-spec%2F","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/spdx.github.io%2Fspdx-spec%2F/lists"}