{"id":33939376,"url":"https://github.com/undef1nd/sfv","last_synced_at":"2026-04-02T02:17:11.183Z","repository":{"id":41504605,"uuid":"265202251","full_name":"undef1nd/sfv","owner":"undef1nd","description":"Structured HTTP field values parsing and serialization. Implementation of RFC 9651 https://httpwg.org/specs/rfc9651.html","archived":false,"fork":false,"pushed_at":"2026-01-13T17:30:15.000Z","size":538,"stargazers_count":31,"open_issues_count":1,"forks_count":10,"subscribers_count":6,"default_branch":"main","last_synced_at":"2026-01-13T18:38:46.123Z","etag":null,"topics":["http","http-headers","structured-headers"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/undef1nd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2020-05-19T09:21:54.000Z","updated_at":"2026-01-13T17:30:20.000Z","dependencies_parsed_at":"2025-01-11T23:29:29.335Z","dependency_job_id":"f9d228b1-c056-4083-8b68-9dfcf9810e21","html_url":"https://github.com/undef1nd/sfv","commit_stats":{"total_commits":112,"total_committers":8,"mean_commits":14.0,"dds":0.5357142857142857,"last_synced_commit":"61a8814c6e111d72a1677ca240066c2053d6ac30"},"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/undef1nd/sfv","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/undef1nd%2Fsfv","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/undef1nd%2Fsfv/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/undef1nd%2Fsfv/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/undef1nd%2Fsfv/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/undef1nd","download_url":"https://codeload.github.com/undef1nd/sfv/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/undef1nd%2Fsfv/sbom","scorecard":{"id":110703,"data":{"date":"2025-08-04","repo":{"name":"github.com/undef1nd/sfv","commit":"058de31d9b32dac3ee47a2c94764646b74e4f4a1"},"scorecard":{"version":"v5.2.1-28-gc1d103a9","commit":"c1d103a9bb9f635ec7260bf9aa0699466fa4be0e"},"score":6.4,"checks":[{"name":"Maintained","score":10,"reason":"18 commit(s) and 4 issue activity found in the last 90 days -- score normalized to 10","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#maintained"}},{"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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":9,"reason":"Found 26/27 approved changesets -- score normalized to 9","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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#code-review"}},{"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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#binary-artifacts"}},{"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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#packaging"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/audit.yml:1","Warn: no topLevel permission defined: .github/workflows/ci-workflow.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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/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/audit.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/undef1nd/sfv/audit.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/audit.yml:11: update your workflow using https://app.stepsecurity.io/secureworkflow/undef1nd/sfv/audit.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-workflow.yml:17: update your workflow using https://app.stepsecurity.io/secureworkflow/undef1nd/sfv/ci-workflow.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci-workflow.yml:20: update your workflow using https://app.stepsecurity.io/secureworkflow/undef1nd/sfv/ci-workflow.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-workflow.yml:34: update your workflow using https://app.stepsecurity.io/secureworkflow/undef1nd/sfv/ci-workflow.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci-workflow.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/undef1nd/sfv/ci-workflow.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-workflow.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/undef1nd/sfv/ci-workflow.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci-workflow.yml:51: update your workflow using https://app.stepsecurity.io/secureworkflow/undef1nd/sfv/ci-workflow.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-workflow.yml:63: update your workflow using https://app.stepsecurity.io/secureworkflow/undef1nd/sfv/ci-workflow.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci-workflow.yml:66: update your workflow using https://app.stepsecurity.io/secureworkflow/undef1nd/sfv/ci-workflow.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci-workflow.yml:77: update your workflow using https://app.stepsecurity.io/secureworkflow/undef1nd/sfv/ci-workflow.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci-workflow.yml:78: update your workflow using https://app.stepsecurity.io/secureworkflow/undef1nd/sfv/ci-workflow.yml/main?enable=pin","Info:   0 out of   6 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   6 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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#security-policy"}},{"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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#vulnerabilities"}},{"name":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: RustCargoFuzzer integration found: fuzz/fuzz_targets/parse_dictionary.rs:5","Info: RustCargoFuzzer integration found: fuzz/fuzz_targets/parse_item.rs:5","Info: RustCargoFuzzer integration found: fuzz/fuzz_targets/parse_list.rs:5","Info: RustCargoFuzzer integration found: fuzz/fuzz_targets/roundtrip_dictionary.rs:3","Info: RustCargoFuzzer integration found: fuzz/fuzz_targets/roundtrip_item.rs:3","Info: RustCargoFuzzer integration found: fuzz/fuzz_targets/roundtrip_list.rs:3"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE-APACHE:0","Info: FSF or OSI recognized license: Apache License 2.0: LICENSE-APACHE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#license"}},{"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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/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/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/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 29 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/c1d103a9bb9f635ec7260bf9aa0699466fa4be0e/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-15T12:08:43.203Z","repository_id":41504605,"created_at":"2025-08-15T12:08:43.203Z","updated_at":"2025-08-15T12:08:43.203Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31294488,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T01:43:37.129Z","status":"online","status_checked_at":"2026-04-02T02:00:08.535Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["http","http-headers","structured-headers"],"created_at":"2025-12-12T15:26:16.985Z","updated_at":"2026-04-02T02:17:11.168Z","avatar_url":"https://github.com/undef1nd.png","language":"Rust","readme":"[![License](https://img.shields.io/crates/l/sfv)](LICENSE-MIT)\n![Build Status](https://img.shields.io/github/actions/workflow/status/undef1nd/sfv/ci-workflow.yml)\n[![Version](https://img.shields.io/crates/v/sfv)](https://crates.io/crates/sfv)\n[![Docs](https://img.shields.io/docsrs/sfv?color=white)](https://docs.rs/sfv)\n\n\n# Structured Field Values for HTTP\n\n`sfv` is an implementation of *Structured Field Values for HTTP* as specified in [RFC 9651](https://httpwg.org/specs/rfc9651.html) for parsing and serializing HTTP field values (also known as \"structured headers\" or \"structured trailers\").\n\nIt also exposes a set of types that might be useful for defining new structured fields.\n\n\u003cbr\u003e\n\n#### License\n\n\u003csup\u003e\nLicensed under either of \u003ca href=\"LICENSE-APACHE\"\u003eApache License, Version\n2.0\u003c/a\u003e or \u003ca href=\"LICENSE-MIT\"\u003eMIT license\u003c/a\u003e at your option.\n\u003c/sup\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fundef1nd%2Fsfv","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fundef1nd%2Fsfv","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fundef1nd%2Fsfv/lists"}