{"id":33939008,"url":"https://github.com/doubleopen-project/spdx-rs","last_synced_at":"2026-04-02T01:28:20.697Z","repository":{"id":40694482,"uuid":"385570039","full_name":"doubleopen-project/spdx-rs","owner":"doubleopen-project","description":"Parse SPDX Documents to Rust strcts.","archived":false,"fork":false,"pushed_at":"2024-05-20T22:23:35.000Z","size":214,"stargazers_count":7,"open_issues_count":11,"forks_count":15,"subscribers_count":2,"default_branch":"main","last_synced_at":"2026-01-02T08:16:23.709Z","etag":null,"topics":["license-management","licenses","licensing","spdx"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/doubleopen-project.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2021-07-13T10:49:57.000Z","updated_at":"2024-09-27T10:48:03.000Z","dependencies_parsed_at":"2023-11-27T16:48:51.623Z","dependency_job_id":null,"html_url":"https://github.com/doubleopen-project/spdx-rs","commit_stats":{"total_commits":83,"total_committers":4,"mean_commits":20.75,"dds":0.08433734939759041,"last_synced_commit":"e9384541cf0eb4cf1ec9d553515a47f40b96108d"},"previous_names":[],"tags_count":12,"template":false,"template_full_name":null,"purl":"pkg:github/doubleopen-project/spdx-rs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doubleopen-project%2Fspdx-rs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doubleopen-project%2Fspdx-rs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doubleopen-project%2Fspdx-rs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doubleopen-project%2Fspdx-rs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/doubleopen-project","download_url":"https://codeload.github.com/doubleopen-project/spdx-rs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/doubleopen-project%2Fspdx-rs/sbom","scorecard":{"id":353486,"data":{"date":"2025-08-11","repo":{"name":"github.com/doubleopen-project/spdx-rs","commit":"15c714040f9dbf3691184d3d393fd98bfea59931"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":4.1,"checks":[{"name":"Code-Review","score":3,"reason":"Found 7/19 approved changesets -- score normalized to 3","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Maintained","score":0,"reason":"0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/commitlint.yml:1","Warn: no topLevel permission defined: .github/workflows/release.yml:1","Warn: no topLevel permission defined: .github/workflows/reuse.yml:1","Warn: no topLevel permission defined: .github/workflows/rust.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/commitlint.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/doubleopen-project/spdx-rs/commitlint.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/commitlint.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/doubleopen-project/spdx-rs/commitlint.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/doubleopen-project/spdx-rs/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/release.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/doubleopen-project/spdx-rs/release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:26: update your workflow using https://app.stepsecurity.io/secureworkflow/doubleopen-project/spdx-rs/release.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/release.yml:31: update your workflow using https://app.stepsecurity.io/secureworkflow/doubleopen-project/spdx-rs/release.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/reuse.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/doubleopen-project/spdx-rs/reuse.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/reuse.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/doubleopen-project/spdx-rs/reuse.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/rust.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/doubleopen-project/spdx-rs/rust.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/rust.yml:22: update your workflow using https://app.stepsecurity.io/secureworkflow/doubleopen-project/spdx-rs/rust.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/rust.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/doubleopen-project/spdx-rs/rust.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/rust.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/doubleopen-project/spdx-rs/rust.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/rust.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/doubleopen-project/spdx-rs/rust.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/rust.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/doubleopen-project/spdx-rs/rust.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/rust.yml:51: update your workflow using https://app.stepsecurity.io/secureworkflow/doubleopen-project/spdx-rs/rust.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/rust.yml:53: update your workflow using https://app.stepsecurity.io/secureworkflow/doubleopen-project/spdx-rs/rust.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/rust.yml:56: update your workflow using https://app.stepsecurity.io/secureworkflow/doubleopen-project/spdx-rs/rust.yml/main?enable=pin","Info:   0 out of   6 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of  11 third-party GitHubAction dependencies pinned"],"documentation":{"short":"Determines if the project has declared and pinned the dependencies of its build process.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#pinned-dependencies"}},{"name":"CII-Best-Practices","score":0,"reason":"no effort to earn an OpenSSF best practices badge detected","details":null,"documentation":{"short":"Determines if the project has an OpenSSF (formerly CII) Best Practices Badge.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#cii-best-practices"}},{"name":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"Fuzzing","score":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE.txt:0","Info: FSF or OSI recognized license: MIT License: LICENSE.txt:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 24 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-18T08:56:04.453Z","repository_id":40694482,"created_at":"2025-08-18T08:56:04.453Z","updated_at":"2025-08-18T08:56:04.453Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31293886,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T01:05:07.454Z","status":"ssl_error","status_checked_at":"2026-04-02T00:56:46.496Z","response_time":53,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["license-management","licenses","licensing","spdx"],"created_at":"2025-12-12T15:08:33.968Z","updated_at":"2026-04-02T01:28:20.689Z","avatar_url":"https://github.com/doubleopen-project.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!--\nSPDX-FileCopyrightText: 2021 HH Partners\n \nSPDX-License-Identifier: MIT\n --\u003e\n\n# SPDX Documents in Rust\n\n[![crates.io-icon]][crates.io] [![docs.rs-icon]][docs.rs]\n\n[crates.io-icon]: https://img.shields.io/crates/v/spdx-rs\n[crates.io]: https://crates.io/crates/spdx-rs\n[docs.rs-icon]: https://img.shields.io/docsrs/spdx-rs\n[docs.rs]: https://docs.rs/spdx-rs\n\n`spdx-rs` parses [SPDX documents] in multiple data formats to Rust structs.\n\n## Data formats\n\nThe library has been designed for working with SPDX documents in JSON. This is achieved with\n[Serde], so any data format supported by Serde should work, as long as the naming is consistent with\nthat used in JSON SPDX documents.\n\nIn addition to serializing and deserializing with Serde, deserializing documents in tag value format\nis supported with a custom parser.\n\n## Usage\n\nSimple usage examples for parsing documents from JSON and tag-value formats can be found in the\n[integration tests].\n\n[SPDX documents]: https://spdx.github.io/spdx-spec/\n[Serde]: https://serde.rs/\n[integration tests]: https://github.com/doubleopen-project/spdx-rs/tree/main/tests/integration.rs\n\n## License\n\nThe project is licensed under the [MIT License][LICENSE.txt].\n\n[LICENSE.txt]: license.txt\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoubleopen-project%2Fspdx-rs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdoubleopen-project%2Fspdx-rs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdoubleopen-project%2Fspdx-rs/lists"}