{"id":4123812,"name":"headers","ecosystem":"cargo","description":"typed HTTP headers","homepage":"https://hyper.rs","licenses":"MIT","normalized_licenses":["MIT"],"repository_url":"https://github.com/hyperium/headers","keywords_array":["hyper","http","hyperium","headers"],"namespace":null,"versions_count":17,"first_release_published_at":"2016-08-09T22:30:40.796Z","latest_release_published_at":"2025-06-02T12:35:00.402Z","latest_release_number":"0.4.1","last_synced_at":"2026-06-21T02:23:12.637Z","created_at":"2022-04-12T15:07:51.855Z","updated_at":"2026-06-21T02:23:12.637Z","registry_url":"https://crates.io/crates/headers/","install_command":"cargo install headers","documentation_url":"https://docs.rs/headers/","metadata":{"categories":["web-programming"]},"repo_metadata":{"id":33099041,"uuid":"140318694","full_name":"hyperium/headers","owner":"hyperium","description":"Typed HTTP Headers from hyper","archived":false,"fork":false,"pushed_at":"2026-06-01T12:19:31.000Z","size":1259,"stargazers_count":196,"open_issues_count":81,"forks_count":104,"subscribers_count":9,"default_branch":"master","last_synced_at":"2026-06-17T02:26:54.922Z","etag":null,"topics":["http","hyper","rust"],"latest_commit_sha":null,"homepage":"https://hyper.rs","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/hyperium.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":"seanmonstar"}},"created_at":"2018-07-09T17:16:36.000Z","updated_at":"2026-06-01T12:19:48.000Z","dependencies_parsed_at":"2023-02-12T12:35:12.422Z","dependency_job_id":"6042c16b-1bb5-4f45-8ca7-676dabc28e3c","html_url":"https://github.com/hyperium/headers","commit_stats":{"total_commits":626,"total_committers":132,"mean_commits":4.742424242424242,"dds":0.7204472843450479,"last_synced_commit":"743d3b91ef11dc9a63ad4a6d58e4c2fc1737de69"},"previous_names":[],"tags_count":20,"template":false,"template_full_name":null,"purl":"pkg:github/hyperium/headers","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperium%2Fheaders","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperium%2Fheaders/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperium%2Fheaders/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperium%2Fheaders/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyperium","download_url":"https://codeload.github.com/hyperium/headers/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperium%2Fheaders/sbom","scorecard":{"id":475331,"data":{"date":"2025-08-11","repo":{"name":"github.com/hyperium/headers","commit":"8db1b786d414cc43e4d77e73b0f7afdcf061be59"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.2,"checks":[{"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":"Code-Review","score":10,"reason":"all changesets reviewed","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":"Maintained","score":4,"reason":"3 commit(s) and 2 issue activity found in the last 90 days -- score normalized to 4","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"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":"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":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/ci.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/ci.yml:9: update your workflow using https://app.stepsecurity.io/secureworkflow/hyperium/headers/ci.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:10: update your workflow using https://app.stepsecurity.io/secureworkflow/hyperium/headers/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:24: update your workflow using https://app.stepsecurity.io/secureworkflow/hyperium/headers/ci.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:25: update your workflow using https://app.stepsecurity.io/secureworkflow/hyperium/headers/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:36: update your workflow using https://app.stepsecurity.io/secureworkflow/hyperium/headers/ci.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:37: update your workflow using https://app.stepsecurity.io/secureworkflow/hyperium/headers/ci.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:38: update your workflow using https://app.stepsecurity.io/secureworkflow/hyperium/headers/ci.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:39: update your workflow using https://app.stepsecurity.io/secureworkflow/hyperium/headers/ci.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:40: update your workflow using https://app.stepsecurity.io/secureworkflow/hyperium/headers/ci.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/ci.yml:47: update your workflow using https://app.stepsecurity.io/secureworkflow/hyperium/headers/ci.yml/master?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/ci.yml:48: update your workflow using https://app.stepsecurity.io/secureworkflow/hyperium/headers/ci.yml/master?enable=pin","Info:   0 out of   4 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   7 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":"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":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: MIT License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"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":"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 30 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-19T15:08:32.529Z","repository_id":33099041,"created_at":"2025-08-19T15:08:32.529Z","updated_at":"2025-08-19T15:08:32.529Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34592050,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-21T02:00:05.568Z","response_time":54,"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"},"tags":[]},"repo_metadata_updated_at":"2026-06-21T02:23:12.383Z","dependent_packages_count":169,"downloads":132325255,"downloads_period":"total","dependent_repos_count":5252,"rankings":{"downloads":0.35261676904306866,"dependent_repos_count":0.4823797400509178,"dependent_packages_count":0.4097406856280458,"stargazers_count":11.992496315154764,"forks_count":7.1905611543262555,"docker_downloads_count":0.7962086644992489,"average":3.53733388811705},"purl":"pkg:cargo/headers","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/cargo/headers","docker_dependents_count":159,"docker_downloads_count":30340714,"usage_url":"https://repos.ecosyste.ms/usage/cargo/headers","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/cargo/headers/dependencies","status":null,"funding_links":["https://github.com/sponsors/seanmonstar"],"critical":true,"issue_metadata":{"last_synced_at":"2025-10-08T15:48:35.551Z","issues_count":59,"pull_requests_count":150,"avg_time_to_close_issue":17559173.166666668,"avg_time_to_close_pull_request":7806415.371428572,"issues_closed_count":18,"pull_requests_closed_count":105,"pull_request_authors_count":62,"issue_authors_count":54,"avg_comments_per_issue":1.4406779661016949,"avg_comments_per_pull_request":1.0866666666666667,"merged_pull_requests_count":85,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":12,"past_year_pull_requests_count":19,"past_year_avg_time_to_close_issue":28844.5,"past_year_avg_time_to_close_pull_request":88230.54545454546,"past_year_issues_closed_count":2,"past_year_pull_requests_closed_count":11,"past_year_pull_request_authors_count":11,"past_year_issue_authors_count":11,"past_year_avg_comments_per_issue":0.3333333333333333,"past_year_avg_comments_per_pull_request":0.15789473684210525,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":11,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperium%2Fheaders/issues","maintainers":[{"login":"seanmonstar","count":10,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/seanmonstar"},{"login":"davidpdrsn","count":2,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/davidpdrsn"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/headers/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/headers/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/headers/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/headers/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/headers/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/packages/headers/codemeta","maintainers":[{"uuid":"359","login":"seanmonstar","name":"Sean McArthur","email":null,"url":"https://github.com/seanmonstar","packages_count":54,"html_url":"https://crates.io/users/seanmonstar","role":null,"created_at":"2022-11-07T20:17:11.630Z","updated_at":"2022-11-07T20:17:11.630Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/seanmonstar/packages"},{"uuid":"4328","login":"ashleygwilliams","name":"ashley williams","email":null,"url":"https://github.com/ashleygwilliams","packages_count":38,"html_url":"https://crates.io/users/ashleygwilliams","role":null,"created_at":"2022-11-07T20:17:11.639Z","updated_at":"2022-11-07T20:17:11.639Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/crates.io/maintainers/ashleygwilliams/packages"}]}