{"id":372405,"url":"https://github.com/cespare/xxhash","last_synced_at":"2026-08-26T10:06:00.442Z","repository":{"id":38619620,"uuid":"66737655","full_name":"cespare/xxhash","owner":"cespare","description":"A Go implementation of the 64-bit xxHash algorithm (XXH64)","archived":false,"fork":false,"pushed_at":"2024-07-03T18:24:03.000Z","size":98,"stargazers_count":2139,"open_issues_count":11,"forks_count":139,"subscribers_count":31,"default_branch":"main","last_synced_at":"2026-08-25T00:56:45.091Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/cespare.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-27T22:08:31.000Z","updated_at":"2026-08-24T19:38:00.000Z","dependencies_parsed_at":"2024-06-26T12:24:20.096Z","dependency_job_id":"67707571-f2b8-4718-9be6-8f4f20bbf4d0","html_url":"https://github.com/cespare/xxhash","commit_stats":{"total_commits":100,"total_committers":13,"mean_commits":"7.6923076923076925","dds":"0.18000000000000005","last_synced_commit":"ab37246c889f9db16b606fda1c232d659df9271d"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/cespare/xxhash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/sbom","scorecard":{"id":271596,"data":{"date":"2025-08-11","repo":{"name":"github.com/cespare/xxhash","commit":"ab37246c889f9db16b606fda1c232d659df9271d"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.6,"checks":[{"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/test.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":"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":"Code-Review","score":2,"reason":"Found 6/28 approved changesets -- score normalized to 2","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":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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 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":"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":"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":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 9 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-17T13:32:28.199Z","repository_id":38619620,"created_at":"2025-08-17T13:32:28.199Z","updated_at":"2025-08-17T13:32:28.199Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36893089,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-25T02:00:06.831Z","response_time":104,"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"}},"owner":{"login":"cespare","name":"Caleb Spare","uuid":"318501","kind":"user","description":"I make Go servers fast at @liftoffio.","email":"","website":"https://ctrl-c.us","location":"Kirkland, WA","twitter":"calebspare","company":"Liftoff","icon_url":"https://avatars.githubusercontent.com/u/318501?v=4","repositories_count":150,"last_synced_at":"2026-08-22T00:54:23.695Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/cespare","funding_links":[],"total_stars":7611,"followers":692,"following":18,"created_at":"2022-11-03T01:02:39.637Z","updated_at":"2026-08-22T00:54:23.762Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare/repositories"},"packages":[{"id":12115284,"name":"github.com/Cespare/xxhash/v2","ecosystem":"go","description":null,"homepage":null,"licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/Cespare/xxhash","keywords_array":[],"namespace":null,"versions_count":6,"first_release_published_at":"2019-01-04T01:26:19.000Z","latest_release_published_at":"2024-04-04T20:00:10.000Z","latest_release_number":"v2.3.0","last_synced_at":"2026-08-25T09:37:41.698Z","created_at":"2025-09-18T10:07:59.586Z","updated_at":"2026-08-26T09:33:04.711Z","registry_url":"https://pkg.go.dev/github.com/Cespare/xxhash/v2","install_command":"go get github.com/Cespare/xxhash/v2","documentation_url":"https://pkg.go.dev/github.com/Cespare/xxhash/v2#section-documentation","metadata":{},"repo_metadata":{"id":38619620,"uuid":"66737655","full_name":"cespare/xxhash","owner":"cespare","description":"A Go implementation of the 64-bit xxHash algorithm (XXH64)","archived":false,"fork":false,"pushed_at":"2024-07-03T18:24:03.000Z","size":98,"stargazers_count":2139,"open_issues_count":11,"forks_count":139,"subscribers_count":31,"default_branch":"main","last_synced_at":"2026-08-25T00:56:45.091Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/cespare.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-27T22:08:31.000Z","updated_at":"2026-08-24T19:38:00.000Z","dependencies_parsed_at":"2024-06-26T12:24:20.096Z","dependency_job_id":"67707571-f2b8-4718-9be6-8f4f20bbf4d0","html_url":"https://github.com/cespare/xxhash","commit_stats":{"total_commits":100,"total_committers":13,"mean_commits":"7.6923076923076925","dds":"0.18000000000000005","last_synced_commit":"ab37246c889f9db16b606fda1c232d659df9271d"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/cespare/xxhash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/sbom","scorecard":{"id":271596,"data":{"date":"2025-08-11","repo":{"name":"github.com/cespare/xxhash","commit":"ab37246c889f9db16b606fda1c232d659df9271d"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.6,"checks":[{"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/test.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":"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":"Code-Review","score":2,"reason":"Found 6/28 approved changesets -- score normalized to 2","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":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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 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":"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":"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":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 9 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-17T13:32:28.199Z","repository_id":38619620,"created_at":"2025-08-17T13:32:28.199Z","updated_at":"2025-08-17T13:32:28.199Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36916446,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-26T02:00:06.703Z","response_time":94,"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"},"owner_record":{"login":"cespare","name":"Caleb Spare","uuid":"318501","kind":"user","description":"I make Go servers fast at @liftoffio.","email":"","website":"https://ctrl-c.us","location":"Kirkland, WA","twitter":"calebspare","company":"Liftoff","icon_url":"https://avatars.githubusercontent.com/u/318501?v=4","repositories_count":150,"last_synced_at":"2026-08-22T00:54:23.695Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/cespare","funding_links":[],"total_stars":7611,"followers":692,"following":18,"created_at":"2022-11-03T01:02:39.637Z","updated_at":"2026-08-22T00:54:23.762Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare/repositories"},"tags":[{"name":"v2.3.0","sha":"998dce232f17418a7a5721ecf87ca714025a3243","kind":"tag","published_at":"2024-04-04T20:03:23.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.3.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.3.0/manifests"},{"name":"v2.2.0","sha":"a76eb16a93c1e30527c073ca831d9048b4b935f6","kind":"tag","published_at":"2022-12-04T02:08:37.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.2.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.2.0/manifests"},{"name":"v2.1.2","sha":"e7a6b52374f7e2abfb8abb27249d53a1997b09a7","kind":"tag","published_at":"2021-08-24T10:03:52.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.2","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"d7df74196a9e781ede915320c11c378c1b2f3a1f","kind":"tag","published_at":"2019-11-14T17:48:30.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.1","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"de209a9ffae3256185a6bb135d1a0ada7b2b5f09","kind":"tag","published_at":"2019-09-04T02:37:34.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"3b82fb7d186719faeedd0c2864f868c74fbf79a1","kind":"tag","published_at":"2019-01-04T01:27:39.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.0.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.0.0/manifests"},{"name":"v1.1.0","sha":"569f7c8abf1f58d9043ab804d364483cb1c853b6","kind":"commit","published_at":"2018-09-10T06:45:31.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v1.1.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"5c37fe3735342a2e0d01c87a907579987c8936cc","kind":"commit","published_at":"2017-08-08T05:22:27.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v1.0.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-08-26T09:33:04.711Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":5.520191607681437,"dependent_packages_count":5.172754839643785,"stargazers_count":1.8372081408160996,"forks_count":2.717614549665114,"docker_downloads_count":null,"average":3.811942284451609},"purl":"pkg:golang/github.com/%21cespare/xxhash/v2","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/Cespare/xxhash/v2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/Cespare/xxhash/v2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/Cespare/xxhash/v2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-25T03:39:00.398Z","issues_count":45,"pull_requests_count":45,"avg_time_to_close_issue":4478497.891891892,"avg_time_to_close_pull_request":2699861.975609756,"issues_closed_count":37,"pull_requests_closed_count":41,"pull_request_authors_count":25,"issue_authors_count":32,"avg_comments_per_issue":2.0,"avg_comments_per_pull_request":2.1777777777777776,"merged_pull_requests_count":27,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":2,"past_year_avg_time_to_close_issue":24066.0,"past_year_avg_time_to_close_pull_request":857731.5,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":1.0,"past_year_avg_comments_per_pull_request":0.5,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/issues","maintainers":[{"login":"cespare","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cespare"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FCespare%2Fxxhash%2Fv2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FCespare%2Fxxhash%2Fv2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FCespare%2Fxxhash%2Fv2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FCespare%2Fxxhash%2Fv2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FCespare%2Fxxhash%2Fv2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FCespare%2Fxxhash%2Fv2/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2281958,"maintainers_count":0,"namespaces_count":839500,"keywords_count":125409,"github":"golang","metadata":{"funded_packages_count":68001,"sync_missing_packages_cursor":{"timestamp":"2026-08-17T00:00:58.969562Z","path":"github.com/Tektoncd/operator","version":"v0.78.0"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-26T05:01:06.821Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":11906970,"name":"github.com/cespare/XXHash/v2","ecosystem":"go","description":null,"homepage":null,"licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/cespare/XXHash","keywords_array":[],"namespace":null,"versions_count":6,"first_release_published_at":"2019-01-04T01:26:19.000Z","latest_release_published_at":"2024-04-04T20:00:10.000Z","latest_release_number":"v2.3.0","last_synced_at":"2026-08-25T09:42:22.396Z","created_at":"2025-07-13T10:56:58.848Z","updated_at":"2026-08-25T09:42:22.396Z","registry_url":"https://pkg.go.dev/github.com/cespare/XXHash/v2","install_command":"go get github.com/cespare/XXHash/v2","documentation_url":"https://pkg.go.dev/github.com/cespare/XXHash/v2#section-documentation","metadata":{},"repo_metadata":{"id":38619620,"uuid":"66737655","full_name":"cespare/xxhash","owner":"cespare","description":"A Go implementation of the 64-bit xxHash algorithm (XXH64)","archived":false,"fork":false,"pushed_at":"2024-07-03T18:24:03.000Z","size":98,"stargazers_count":2136,"open_issues_count":11,"forks_count":140,"subscribers_count":31,"default_branch":"main","last_synced_at":"2026-08-18T00:53:26.819Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/cespare.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-27T22:08:31.000Z","updated_at":"2026-08-17T00:56:07.000Z","dependencies_parsed_at":"2024-06-26T12:24:20.096Z","dependency_job_id":"67707571-f2b8-4718-9be6-8f4f20bbf4d0","html_url":"https://github.com/cespare/xxhash","commit_stats":{"total_commits":100,"total_committers":13,"mean_commits":"7.6923076923076925","dds":"0.18000000000000005","last_synced_commit":"ab37246c889f9db16b606fda1c232d659df9271d"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/cespare/xxhash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/sbom","scorecard":{"id":271596,"data":{"date":"2025-08-11","repo":{"name":"github.com/cespare/xxhash","commit":"ab37246c889f9db16b606fda1c232d659df9271d"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.6,"checks":[{"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/test.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":"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":"Code-Review","score":2,"reason":"Found 6/28 approved changesets -- score normalized to 2","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":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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 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":"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":"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":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 9 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-17T13:32:28.199Z","repository_id":38619620,"created_at":"2025-08-17T13:32:28.199Z","updated_at":"2025-08-17T13:32:28.199Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36752575,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-17T02:00:06.698Z","response_time":86,"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"},"owner_record":{"login":"cespare","name":"Caleb Spare","uuid":"318501","kind":"user","description":"I make Go servers fast at @liftoffio.","email":"","website":"https://ctrl-c.us","location":"Kirkland, WA","twitter":"calebspare","company":"Liftoff","icon_url":"https://avatars.githubusercontent.com/u/318501?v=4","repositories_count":150,"last_synced_at":"2026-08-14T04:51:15.147Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/cespare","funding_links":[],"total_stars":7613,"followers":693,"following":18,"created_at":"2022-11-03T01:02:39.637Z","updated_at":"2026-08-14T04:51:15.178Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare/repositories"},"tags":[{"name":"v2.3.0","sha":"998dce232f17418a7a5721ecf87ca714025a3243","kind":"tag","published_at":"2024-04-04T20:03:23.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.3.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.3.0/manifests"},{"name":"v2.2.0","sha":"a76eb16a93c1e30527c073ca831d9048b4b935f6","kind":"tag","published_at":"2022-12-04T02:08:37.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.2.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.2.0/manifests"},{"name":"v2.1.2","sha":"e7a6b52374f7e2abfb8abb27249d53a1997b09a7","kind":"tag","published_at":"2021-08-24T10:03:52.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.2","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"d7df74196a9e781ede915320c11c378c1b2f3a1f","kind":"tag","published_at":"2019-11-14T17:48:30.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.1","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"de209a9ffae3256185a6bb135d1a0ada7b2b5f09","kind":"tag","published_at":"2019-09-04T02:37:34.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"3b82fb7d186719faeedd0c2864f868c74fbf79a1","kind":"tag","published_at":"2019-01-04T01:27:39.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.0.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.0.0/manifests"},{"name":"v1.1.0","sha":"569f7c8abf1f58d9043ab804d364483cb1c853b6","kind":"commit","published_at":"2018-09-10T06:45:31.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v1.1.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"5c37fe3735342a2e0d01c87a907579987c8936cc","kind":"commit","published_at":"2017-08-08T05:22:27.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v1.0.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-08-18T01:05:41.458Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":5.646080569348105,"dependent_packages_count":5.290707315318021,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":5.468393942333063},"purl":"pkg:golang/github.com/cespare/%21x%21x%21hash/v2","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/cespare/XXHash/v2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/cespare/XXHash/v2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/cespare/XXHash/v2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-18T00:51:27.359Z","issues_count":45,"pull_requests_count":45,"avg_time_to_close_issue":4478497.891891892,"avg_time_to_close_pull_request":2699861.975609756,"issues_closed_count":37,"pull_requests_closed_count":41,"pull_request_authors_count":25,"issue_authors_count":32,"avg_comments_per_issue":2.0,"avg_comments_per_pull_request":2.1777777777777776,"merged_pull_requests_count":27,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":2,"past_year_avg_time_to_close_issue":24066.0,"past_year_avg_time_to_close_pull_request":857731.5,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":1.0,"past_year_avg_comments_per_pull_request":0.5,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/issues","maintainers":[{"login":"cespare","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cespare"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcespare%2FXXHash%2Fv2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcespare%2FXXHash%2Fv2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcespare%2FXXHash%2Fv2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcespare%2FXXHash%2Fv2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcespare%2FXXHash%2Fv2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcespare%2FXXHash%2Fv2/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2281958,"maintainers_count":0,"namespaces_count":839500,"keywords_count":125409,"github":"golang","metadata":{"funded_packages_count":68001,"sync_missing_packages_cursor":{"timestamp":"2026-08-17T00:00:58.969562Z","path":"github.com/Tektoncd/operator","version":"v0.78.0"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-26T05:01:06.821Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":14604811,"name":"github.com/cespare/xxHash/v2","ecosystem":"go","description":null,"homepage":null,"licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/cespare/xxHash","keywords_array":[],"namespace":null,"versions_count":6,"first_release_published_at":"2019-01-04T01:26:19.000Z","latest_release_published_at":"2024-04-04T20:00:10.000Z","latest_release_number":"v2.3.0","last_synced_at":"2026-08-25T09:42:41.830Z","created_at":"2026-06-08T12:16:59.786Z","updated_at":"2026-08-25T09:42:41.830Z","registry_url":"https://pkg.go.dev/github.com/cespare/xxHash/v2","install_command":"go get github.com/cespare/xxHash/v2","documentation_url":"https://pkg.go.dev/github.com/cespare/xxHash/v2#section-documentation","metadata":{},"repo_metadata":{"id":38619620,"uuid":"66737655","full_name":"cespare/xxhash","owner":"cespare","description":"A Go implementation of the 64-bit xxHash algorithm (XXH64)","archived":false,"fork":false,"pushed_at":"2024-07-03T18:24:03.000Z","size":98,"stargazers_count":2139,"open_issues_count":11,"forks_count":139,"subscribers_count":31,"default_branch":"main","last_synced_at":"2026-08-25T00:56:45.091Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/cespare.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-27T22:08:31.000Z","updated_at":"2026-08-24T19:38:00.000Z","dependencies_parsed_at":"2024-06-26T12:24:20.096Z","dependency_job_id":"67707571-f2b8-4718-9be6-8f4f20bbf4d0","html_url":"https://github.com/cespare/xxhash","commit_stats":{"total_commits":100,"total_committers":13,"mean_commits":"7.6923076923076925","dds":"0.18000000000000005","last_synced_commit":"ab37246c889f9db16b606fda1c232d659df9271d"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/cespare/xxhash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/sbom","scorecard":{"id":271596,"data":{"date":"2025-08-11","repo":{"name":"github.com/cespare/xxhash","commit":"ab37246c889f9db16b606fda1c232d659df9271d"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.6,"checks":[{"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/test.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":"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":"Code-Review","score":2,"reason":"Found 6/28 approved changesets -- score normalized to 2","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":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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 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":"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":"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":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 9 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-17T13:32:28.199Z","repository_id":38619620,"created_at":"2025-08-17T13:32:28.199Z","updated_at":"2025-08-17T13:32:28.199Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36891726,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-25T02:00:06.831Z","response_time":104,"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"},"owner_record":{"login":"cespare","name":"Caleb Spare","uuid":"318501","kind":"user","description":"I make Go servers fast at @liftoffio.","email":"","website":"https://ctrl-c.us","location":"Kirkland, WA","twitter":"calebspare","company":"Liftoff","icon_url":"https://avatars.githubusercontent.com/u/318501?v=4","repositories_count":150,"last_synced_at":"2026-08-22T00:54:23.695Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/cespare","funding_links":[],"total_stars":7611,"followers":692,"following":18,"created_at":"2022-11-03T01:02:39.637Z","updated_at":"2026-08-22T00:54:23.762Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare/repositories"},"tags":[{"name":"v2.3.0","sha":"998dce232f17418a7a5721ecf87ca714025a3243","kind":"tag","published_at":"2024-04-04T20:03:23.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.3.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.3.0/manifests"},{"name":"v2.2.0","sha":"a76eb16a93c1e30527c073ca831d9048b4b935f6","kind":"tag","published_at":"2022-12-04T02:08:37.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.2.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.2.0/manifests"},{"name":"v2.1.2","sha":"e7a6b52374f7e2abfb8abb27249d53a1997b09a7","kind":"tag","published_at":"2021-08-24T10:03:52.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.2","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"d7df74196a9e781ede915320c11c378c1b2f3a1f","kind":"tag","published_at":"2019-11-14T17:48:30.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.1","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"de209a9ffae3256185a6bb135d1a0ada7b2b5f09","kind":"tag","published_at":"2019-09-04T02:37:34.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"3b82fb7d186719faeedd0c2864f868c74fbf79a1","kind":"tag","published_at":"2019-01-04T01:27:39.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.0.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.0.0/manifests"},{"name":"v1.1.0","sha":"569f7c8abf1f58d9043ab804d364483cb1c853b6","kind":"commit","published_at":"2018-09-10T06:45:31.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v1.1.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"5c37fe3735342a2e0d01c87a907579987c8936cc","kind":"commit","published_at":"2017-08-08T05:22:27.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v1.0.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-08-25T03:38:44.388Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":5.003026284784949,"dependent_packages_count":4.688015450223391,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":4.84552086750417},"purl":"pkg:golang/github.com/cespare/xx%21hash/v2","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/cespare/xxHash/v2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/cespare/xxHash/v2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/cespare/xxHash/v2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-24T01:12:32.381Z","issues_count":45,"pull_requests_count":45,"avg_time_to_close_issue":4478497.891891892,"avg_time_to_close_pull_request":2699861.975609756,"issues_closed_count":37,"pull_requests_closed_count":41,"pull_request_authors_count":25,"issue_authors_count":32,"avg_comments_per_issue":2.0,"avg_comments_per_pull_request":2.1777777777777776,"merged_pull_requests_count":27,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":2,"past_year_avg_time_to_close_issue":24066.0,"past_year_avg_time_to_close_pull_request":857731.5,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":1.0,"past_year_avg_comments_per_pull_request":0.5,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/issues","maintainers":[{"login":"cespare","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cespare"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcespare%2FxxHash%2Fv2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcespare%2FxxHash%2Fv2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcespare%2FxxHash%2Fv2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcespare%2FxxHash%2Fv2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcespare%2FxxHash%2Fv2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcespare%2FxxHash%2Fv2/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2281958,"maintainers_count":0,"namespaces_count":839500,"keywords_count":125409,"github":"golang","metadata":{"funded_packages_count":68001,"sync_missing_packages_cursor":{"timestamp":"2026-08-17T00:00:58.969562Z","path":"github.com/Tektoncd/operator","version":"v0.78.0"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-26T05:01:06.821Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":11613348,"name":"github.com/cespare/xXhash/v2","ecosystem":"go","description":null,"homepage":null,"licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/cespare/xXhash","keywords_array":[],"namespace":null,"versions_count":6,"first_release_published_at":"2019-01-04T01:26:19.000Z","latest_release_published_at":"2024-04-04T20:00:10.000Z","latest_release_number":"v2.3.0","last_synced_at":"2026-08-25T01:29:59.993Z","created_at":"2025-05-07T09:15:46.231Z","updated_at":"2026-08-25T12:35:20.067Z","registry_url":"https://pkg.go.dev/github.com/cespare/xXhash/v2","install_command":"go get github.com/cespare/xXhash/v2","documentation_url":"https://pkg.go.dev/github.com/cespare/xXhash/v2#section-documentation","metadata":{},"repo_metadata":{"id":38619620,"uuid":"66737655","full_name":"cespare/xxhash","owner":"cespare","description":"A Go implementation of the 64-bit xxHash algorithm (XXH64)","archived":false,"fork":false,"pushed_at":"2024-07-03T18:24:03.000Z","size":98,"stargazers_count":2139,"open_issues_count":11,"forks_count":139,"subscribers_count":31,"default_branch":"main","last_synced_at":"2026-08-25T00:56:45.091Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/cespare.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-27T22:08:31.000Z","updated_at":"2026-08-24T19:38:00.000Z","dependencies_parsed_at":"2024-06-26T12:24:20.096Z","dependency_job_id":"67707571-f2b8-4718-9be6-8f4f20bbf4d0","html_url":"https://github.com/cespare/xxhash","commit_stats":{"total_commits":100,"total_committers":13,"mean_commits":"7.6923076923076925","dds":"0.18000000000000005","last_synced_commit":"ab37246c889f9db16b606fda1c232d659df9271d"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/cespare/xxhash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/sbom","scorecard":{"id":271596,"data":{"date":"2025-08-11","repo":{"name":"github.com/cespare/xxhash","commit":"ab37246c889f9db16b606fda1c232d659df9271d"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.6,"checks":[{"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/test.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":"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":"Code-Review","score":2,"reason":"Found 6/28 approved changesets -- score normalized to 2","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":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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 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":"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":"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":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 9 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-17T13:32:28.199Z","repository_id":38619620,"created_at":"2025-08-17T13:32:28.199Z","updated_at":"2025-08-17T13:32:28.199Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36899737,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-25T02:00:06.831Z","response_time":104,"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"},"owner_record":{"login":"cespare","name":"Caleb Spare","uuid":"318501","kind":"user","description":"I make Go servers fast at @liftoffio.","email":"","website":"https://ctrl-c.us","location":"Kirkland, WA","twitter":"calebspare","company":"Liftoff","icon_url":"https://avatars.githubusercontent.com/u/318501?v=4","repositories_count":150,"last_synced_at":"2026-08-22T00:54:23.695Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/cespare","funding_links":[],"total_stars":7611,"followers":692,"following":18,"created_at":"2022-11-03T01:02:39.637Z","updated_at":"2026-08-22T00:54:23.762Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare/repositories"},"tags":[{"name":"v2.3.0","sha":"998dce232f17418a7a5721ecf87ca714025a3243","kind":"tag","published_at":"2024-04-04T20:03:23.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.3.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.3.0/manifests"},{"name":"v2.2.0","sha":"a76eb16a93c1e30527c073ca831d9048b4b935f6","kind":"tag","published_at":"2022-12-04T02:08:37.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.2.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.2.0/manifests"},{"name":"v2.1.2","sha":"e7a6b52374f7e2abfb8abb27249d53a1997b09a7","kind":"tag","published_at":"2021-08-24T10:03:52.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.2","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"d7df74196a9e781ede915320c11c378c1b2f3a1f","kind":"tag","published_at":"2019-11-14T17:48:30.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.1","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"de209a9ffae3256185a6bb135d1a0ada7b2b5f09","kind":"tag","published_at":"2019-09-04T02:37:34.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"3b82fb7d186719faeedd0c2864f868c74fbf79a1","kind":"tag","published_at":"2019-01-04T01:27:39.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.0.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.0.0/manifests"},{"name":"v1.1.0","sha":"569f7c8abf1f58d9043ab804d364483cb1c853b6","kind":"commit","published_at":"2018-09-10T06:45:31.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v1.1.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"5c37fe3735342a2e0d01c87a907579987c8936cc","kind":"commit","published_at":"2017-08-08T05:22:27.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v1.0.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-08-25T12:35:20.067Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":5.888954226215959,"dependent_packages_count":5.519378259424487,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":5.704166242820223},"purl":"pkg:golang/github.com/cespare/x%21xhash/v2","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/cespare/xXhash/v2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/cespare/xXhash/v2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/cespare/xXhash/v2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-25T03:39:00.398Z","issues_count":45,"pull_requests_count":45,"avg_time_to_close_issue":4478497.891891892,"avg_time_to_close_pull_request":2699861.975609756,"issues_closed_count":37,"pull_requests_closed_count":41,"pull_request_authors_count":25,"issue_authors_count":32,"avg_comments_per_issue":2.0,"avg_comments_per_pull_request":2.1777777777777776,"merged_pull_requests_count":27,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":2,"past_year_avg_time_to_close_issue":24066.0,"past_year_avg_time_to_close_pull_request":857731.5,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":1.0,"past_year_avg_comments_per_pull_request":0.5,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/issues","maintainers":[{"login":"cespare","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cespare"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcespare%2FxXhash%2Fv2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcespare%2FxXhash%2Fv2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcespare%2FxXhash%2Fv2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcespare%2FxXhash%2Fv2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcespare%2FxXhash%2Fv2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcespare%2FxXhash%2Fv2/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2281958,"maintainers_count":0,"namespaces_count":839500,"keywords_count":125409,"github":"golang","metadata":{"funded_packages_count":68001,"sync_missing_packages_cursor":{"timestamp":"2026-08-17T00:00:58.969562Z","path":"github.com/Tektoncd/operator","version":"v0.78.0"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-26T05:01:06.821Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":12097278,"name":"github.com/cESpare/xxhash/v2","ecosystem":"go","description":null,"homepage":null,"licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/cESpare/xxhash","keywords_array":[],"namespace":null,"versions_count":6,"first_release_published_at":"2019-01-04T01:26:19.000Z","latest_release_published_at":"2024-04-04T20:00:10.000Z","latest_release_number":"v2.3.0","last_synced_at":"2026-08-26T01:35:35.186Z","created_at":"2025-09-12T11:55:25.768Z","updated_at":"2026-08-26T01:35:35.187Z","registry_url":"https://pkg.go.dev/github.com/cESpare/xxhash/v2","install_command":"go get github.com/cESpare/xxhash/v2","documentation_url":"https://pkg.go.dev/github.com/cESpare/xxhash/v2#section-documentation","metadata":{},"repo_metadata":{"id":38619620,"uuid":"66737655","full_name":"cespare/xxhash","owner":"cespare","description":"A Go implementation of the 64-bit xxHash algorithm (XXH64)","archived":false,"fork":false,"pushed_at":"2024-07-03T18:24:03.000Z","size":98,"stargazers_count":2136,"open_issues_count":11,"forks_count":140,"subscribers_count":31,"default_branch":"main","last_synced_at":"2026-08-18T00:53:26.819Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/cespare.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-27T22:08:31.000Z","updated_at":"2026-08-17T00:56:07.000Z","dependencies_parsed_at":"2024-06-26T12:24:20.096Z","dependency_job_id":"67707571-f2b8-4718-9be6-8f4f20bbf4d0","html_url":"https://github.com/cespare/xxhash","commit_stats":{"total_commits":100,"total_committers":13,"mean_commits":"7.6923076923076925","dds":"0.18000000000000005","last_synced_commit":"ab37246c889f9db16b606fda1c232d659df9271d"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/cespare/xxhash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/sbom","scorecard":{"id":271596,"data":{"date":"2025-08-11","repo":{"name":"github.com/cespare/xxhash","commit":"ab37246c889f9db16b606fda1c232d659df9271d"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.6,"checks":[{"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/test.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":"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":"Code-Review","score":2,"reason":"Found 6/28 approved changesets -- score normalized to 2","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":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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 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":"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":"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":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 9 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-17T13:32:28.199Z","repository_id":38619620,"created_at":"2025-08-17T13:32:28.199Z","updated_at":"2025-08-17T13:32:28.199Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36752571,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-17T02:00:06.698Z","response_time":86,"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"},"owner_record":{"login":"cespare","name":"Caleb Spare","uuid":"318501","kind":"user","description":"I make Go servers fast at @liftoffio.","email":"","website":"https://ctrl-c.us","location":"Kirkland, WA","twitter":"calebspare","company":"Liftoff","icon_url":"https://avatars.githubusercontent.com/u/318501?v=4","repositories_count":150,"last_synced_at":"2026-08-14T04:51:15.147Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/cespare","funding_links":[],"total_stars":7613,"followers":693,"following":18,"created_at":"2022-11-03T01:02:39.637Z","updated_at":"2026-08-14T04:51:15.178Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare/repositories"},"tags":[{"name":"v2.3.0","sha":"998dce232f17418a7a5721ecf87ca714025a3243","kind":"tag","published_at":"2024-04-04T20:03:23.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.3.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.3.0/manifests"},{"name":"v2.2.0","sha":"a76eb16a93c1e30527c073ca831d9048b4b935f6","kind":"tag","published_at":"2022-12-04T02:08:37.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.2.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.2.0/manifests"},{"name":"v2.1.2","sha":"e7a6b52374f7e2abfb8abb27249d53a1997b09a7","kind":"tag","published_at":"2021-08-24T10:03:52.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.2","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"d7df74196a9e781ede915320c11c378c1b2f3a1f","kind":"tag","published_at":"2019-11-14T17:48:30.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.1","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"de209a9ffae3256185a6bb135d1a0ada7b2b5f09","kind":"tag","published_at":"2019-09-04T02:37:34.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"3b82fb7d186719faeedd0c2864f868c74fbf79a1","kind":"tag","published_at":"2019-01-04T01:27:39.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.0.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.0.0/manifests"},{"name":"v1.1.0","sha":"569f7c8abf1f58d9043ab804d364483cb1c853b6","kind":"commit","published_at":"2018-09-10T06:45:31.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v1.1.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"5c37fe3735342a2e0d01c87a907579987c8936cc","kind":"commit","published_at":"2017-08-08T05:22:27.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v1.0.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-08-18T01:00:56.583Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":5.531574658529794,"dependent_packages_count":5.183756568208466,"stargazers_count":1.8388012499067883,"forks_count":2.7148392210862013,"docker_downloads_count":null,"average":3.8172429244328123},"purl":"pkg:golang/github.com/c%21e%21spare/xxhash/v2","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/cESpare/xxhash/v2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/cESpare/xxhash/v2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/cESpare/xxhash/v2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-18T00:51:27.359Z","issues_count":45,"pull_requests_count":45,"avg_time_to_close_issue":4478497.891891892,"avg_time_to_close_pull_request":2699861.975609756,"issues_closed_count":37,"pull_requests_closed_count":41,"pull_request_authors_count":25,"issue_authors_count":32,"avg_comments_per_issue":2.0,"avg_comments_per_pull_request":2.1777777777777776,"merged_pull_requests_count":27,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":2,"past_year_avg_time_to_close_issue":24066.0,"past_year_avg_time_to_close_pull_request":857731.5,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":1.0,"past_year_avg_comments_per_pull_request":0.5,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/issues","maintainers":[{"login":"cespare","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cespare"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FcESpare%2Fxxhash%2Fv2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FcESpare%2Fxxhash%2Fv2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FcESpare%2Fxxhash%2Fv2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FcESpare%2Fxxhash%2Fv2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FcESpare%2Fxxhash%2Fv2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FcESpare%2Fxxhash%2Fv2/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2281958,"maintainers_count":0,"namespaces_count":839500,"keywords_count":125409,"github":"golang","metadata":{"funded_packages_count":68001,"sync_missing_packages_cursor":{"timestamp":"2026-08-17T00:00:58.969562Z","path":"github.com/Tektoncd/operator","version":"v0.78.0"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-26T05:01:06.821Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":12138776,"name":"github.com/Cespare/xxhash","ecosystem":"go","description":"Package xxhash implements the 64-bit variant of xxHash (XXH64) as described at http://cyan4973.github.io/xxHash/.","homepage":"https://github.com/Cespare/xxhash","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/Cespare/xxhash","keywords_array":[],"namespace":"github.com/Cespare","versions_count":2,"first_release_published_at":"2017-08-08T05:22:27.000Z","latest_release_published_at":"2018-09-10T06:45:31.000Z","latest_release_number":"v1.1.0","last_synced_at":"2026-08-26T01:01:09.020Z","created_at":"2025-09-24T10:53:37.671Z","updated_at":"2026-08-26T01:01:09.021Z","registry_url":"https://pkg.go.dev/github.com/Cespare/xxhash","install_command":"go get github.com/Cespare/xxhash","documentation_url":"https://pkg.go.dev/github.com/Cespare/xxhash#section-documentation","metadata":{},"repo_metadata":{"id":38619620,"uuid":"66737655","full_name":"cespare/xxhash","owner":"cespare","description":"A Go implementation of the 64-bit xxHash algorithm (XXH64)","archived":false,"fork":false,"pushed_at":"2024-07-03T18:24:03.000Z","size":98,"stargazers_count":2136,"open_issues_count":11,"forks_count":140,"subscribers_count":31,"default_branch":"main","last_synced_at":"2026-08-18T00:53:26.819Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/cespare.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-27T22:08:31.000Z","updated_at":"2026-08-17T00:56:07.000Z","dependencies_parsed_at":"2024-06-26T12:24:20.096Z","dependency_job_id":"67707571-f2b8-4718-9be6-8f4f20bbf4d0","html_url":"https://github.com/cespare/xxhash","commit_stats":{"total_commits":100,"total_committers":13,"mean_commits":"7.6923076923076925","dds":"0.18000000000000005","last_synced_commit":"ab37246c889f9db16b606fda1c232d659df9271d"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/cespare/xxhash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/sbom","scorecard":{"id":271596,"data":{"date":"2025-08-11","repo":{"name":"github.com/cespare/xxhash","commit":"ab37246c889f9db16b606fda1c232d659df9271d"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.6,"checks":[{"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/test.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":"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":"Code-Review","score":2,"reason":"Found 6/28 approved changesets -- score normalized to 2","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":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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 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":"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":"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":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 9 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-17T13:32:28.199Z","repository_id":38619620,"created_at":"2025-08-17T13:32:28.199Z","updated_at":"2025-08-17T13:32:28.199Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36753539,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-18T02:00:06.197Z","response_time":52,"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"},"owner_record":{"login":"cespare","name":"Caleb Spare","uuid":"318501","kind":"user","description":"I make Go servers fast at @liftoffio.","email":"","website":"https://ctrl-c.us","location":"Kirkland, WA","twitter":"calebspare","company":"Liftoff","icon_url":"https://avatars.githubusercontent.com/u/318501?v=4","repositories_count":150,"last_synced_at":"2026-08-14T04:51:15.147Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/cespare","funding_links":[],"total_stars":7613,"followers":693,"following":18,"created_at":"2022-11-03T01:02:39.637Z","updated_at":"2026-08-14T04:51:15.178Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare/repositories"},"tags":[{"name":"v2.3.0","sha":"998dce232f17418a7a5721ecf87ca714025a3243","kind":"tag","published_at":"2024-04-04T20:03:23.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.3.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.3.0/manifests"},{"name":"v2.2.0","sha":"a76eb16a93c1e30527c073ca831d9048b4b935f6","kind":"tag","published_at":"2022-12-04T02:08:37.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.2.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.2.0/manifests"},{"name":"v2.1.2","sha":"e7a6b52374f7e2abfb8abb27249d53a1997b09a7","kind":"tag","published_at":"2021-08-24T10:03:52.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.2","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"d7df74196a9e781ede915320c11c378c1b2f3a1f","kind":"tag","published_at":"2019-11-14T17:48:30.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.1","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"de209a9ffae3256185a6bb135d1a0ada7b2b5f09","kind":"tag","published_at":"2019-09-04T02:37:34.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"3b82fb7d186719faeedd0c2864f868c74fbf79a1","kind":"tag","published_at":"2019-01-04T01:27:39.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.0.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.0.0/manifests"},{"name":"v1.1.0","sha":"569f7c8abf1f58d9043ab804d364483cb1c853b6","kind":"commit","published_at":"2018-09-10T06:45:31.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v1.1.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"5c37fe3735342a2e0d01c87a907579987c8936cc","kind":"commit","published_at":"2017-08-08T05:22:27.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v1.0.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-08-19T08:15:24.689Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":5.5120912194461384,"dependent_packages_count":5.16535510034526,"stargazers_count":1.8383479660625215,"forks_count":2.7196716621239534,"docker_downloads_count":null,"average":3.8088664869944684},"purl":"pkg:golang/github.com/%21cespare/xxhash","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/Cespare/xxhash","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/Cespare/xxhash","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/Cespare/xxhash/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-19T00:53:56.782Z","issues_count":45,"pull_requests_count":45,"avg_time_to_close_issue":4478497.891891892,"avg_time_to_close_pull_request":2699861.975609756,"issues_closed_count":37,"pull_requests_closed_count":41,"pull_request_authors_count":25,"issue_authors_count":32,"avg_comments_per_issue":2.0,"avg_comments_per_pull_request":2.1777777777777776,"merged_pull_requests_count":27,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":2,"past_year_avg_time_to_close_issue":24066.0,"past_year_avg_time_to_close_pull_request":857731.5,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":1.0,"past_year_avg_comments_per_pull_request":0.5,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/issues","maintainers":[{"login":"cespare","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cespare"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FCespare%2Fxxhash/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FCespare%2Fxxhash/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FCespare%2Fxxhash/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FCespare%2Fxxhash/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FCespare%2Fxxhash/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FCespare%2Fxxhash/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2281958,"maintainers_count":0,"namespaces_count":839500,"keywords_count":125409,"github":"golang","metadata":{"funded_packages_count":68001,"sync_missing_packages_cursor":{"timestamp":"2026-08-17T00:00:58.969562Z","path":"github.com/Tektoncd/operator","version":"v0.78.0"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-26T05:01:06.821Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":13964381,"name":"go-github-com-cespare-xxhash","ecosystem":"guix","description":"Go implementation of xxHash","homepage":"https://github.com/cespare/xxhash","licenses":"expat","normalized_licenses":["Other"],"repository_url":"https://github.com/cespare/xxhash","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-03-02T23:11:26.417Z","latest_release_published_at":"2026-03-02T23:11:26.417Z","latest_release_number":"1.1.0","last_synced_at":"2026-04-07T02:02:13.919Z","created_at":"2026-03-02T23:11:26.240Z","updated_at":"2026-08-18T01:00:56.537Z","registry_url":"https://packages.guix.gnu.org/packages/go-github-com-cespare-xxhash/1.1.0/","install_command":"guix install go-github-com-cespare-xxhash","documentation_url":"https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/golang-crypto.scm#n532","metadata":{"location":"gnu/packages/golang-crypto.scm:532","variable_name":"go-github-com-cespare-xxhash"},"repo_metadata":{"id":38619620,"uuid":"66737655","full_name":"cespare/xxhash","owner":"cespare","description":"A Go implementation of the 64-bit xxHash algorithm (XXH64)","archived":false,"fork":false,"pushed_at":"2024-07-03T18:24:03.000Z","size":98,"stargazers_count":2138,"open_issues_count":12,"forks_count":140,"subscribers_count":31,"default_branch":"main","last_synced_at":"2026-08-11T00:49:00.363Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/cespare.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-27T22:08:31.000Z","updated_at":"2026-08-08T20:16:51.000Z","dependencies_parsed_at":"2024-06-26T12:24:20.096Z","dependency_job_id":"67707571-f2b8-4718-9be6-8f4f20bbf4d0","html_url":"https://github.com/cespare/xxhash","commit_stats":{"total_commits":100,"total_committers":13,"mean_commits":"7.6923076923076925","dds":"0.18000000000000005","last_synced_commit":"ab37246c889f9db16b606fda1c232d659df9271d"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/cespare/xxhash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/sbom","scorecard":{"id":271596,"data":{"date":"2025-08-11","repo":{"name":"github.com/cespare/xxhash","commit":"ab37246c889f9db16b606fda1c232d659df9271d"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.6,"checks":[{"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/test.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":"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":"Code-Review","score":2,"reason":"Found 6/28 approved changesets -- score normalized to 2","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":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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 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":"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":"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":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 9 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-17T13:32:28.199Z","repository_id":38619620,"created_at":"2025-08-17T13:32:28.199Z","updated_at":"2025-08-17T13:32:28.199Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36502766,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-11T02:00:06.871Z","response_time":99,"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"},"owner_record":{"login":"cespare","name":"Caleb Spare","uuid":"318501","kind":"user","description":"I make Go servers fast at @liftoffio.","email":"","website":"https://ctrl-c.us","location":"Kirkland, WA","twitter":"calebspare","company":"Liftoff","icon_url":"https://avatars.githubusercontent.com/u/318501?v=4","repositories_count":150,"last_synced_at":"2026-08-14T04:51:15.147Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/cespare","funding_links":[],"total_stars":7613,"followers":693,"following":18,"created_at":"2022-11-03T01:02:39.637Z","updated_at":"2026-08-14T04:51:15.178Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare/repositories"},"tags":[{"name":"v2.3.0","sha":"998dce232f17418a7a5721ecf87ca714025a3243","kind":"tag","published_at":"2024-04-04T20:03:23.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.3.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.3.0/manifests"},{"name":"v2.2.0","sha":"a76eb16a93c1e30527c073ca831d9048b4b935f6","kind":"tag","published_at":"2022-12-04T02:08:37.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.2.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.2.0/manifests"},{"name":"v2.1.2","sha":"e7a6b52374f7e2abfb8abb27249d53a1997b09a7","kind":"tag","published_at":"2021-08-24T10:03:52.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.2","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"d7df74196a9e781ede915320c11c378c1b2f3a1f","kind":"tag","published_at":"2019-11-14T17:48:30.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.1","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"de209a9ffae3256185a6bb135d1a0ada7b2b5f09","kind":"tag","published_at":"2019-09-04T02:37:34.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"3b82fb7d186719faeedd0c2864f868c74fbf79a1","kind":"tag","published_at":"2019-01-04T01:27:39.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.0.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.0.0/manifests"},{"name":"v1.1.0","sha":"569f7c8abf1f58d9043ab804d364483cb1c853b6","kind":"commit","published_at":"2018-09-10T06:45:31.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v1.1.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"5c37fe3735342a2e0d01c87a907579987c8936cc","kind":"commit","published_at":"2017-08-08T05:22:27.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v1.0.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-08-18T01:00:56.537Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:guix/go-github-com-cespare-xxhash","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/guix/go-github-com-cespare-xxhash","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/guix/go-github-com-cespare-xxhash","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/guix/go-github-com-cespare-xxhash/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-18T00:51:27.359Z","issues_count":45,"pull_requests_count":45,"avg_time_to_close_issue":4478497.891891892,"avg_time_to_close_pull_request":2699861.975609756,"issues_closed_count":37,"pull_requests_closed_count":41,"pull_request_authors_count":25,"issue_authors_count":32,"avg_comments_per_issue":2.0,"avg_comments_per_pull_request":2.1777777777777776,"merged_pull_requests_count":27,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":2,"past_year_avg_time_to_close_issue":24066.0,"past_year_avg_time_to_close_pull_request":857731.5,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":1.0,"past_year_avg_comments_per_pull_request":0.5,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/issues","maintainers":[{"login":"cespare","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cespare"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/go-github-com-cespare-xxhash/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/go-github-com-cespare-xxhash/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/go-github-com-cespare-xxhash/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/go-github-com-cespare-xxhash/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/go-github-com-cespare-xxhash/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/go-github-com-cespare-xxhash/codemeta","maintainers":[],"registry":{"name":"guix","url":"https://guix.gnu.org","ecosystem":"guix","default":true,"packages_count":32351,"maintainers_count":0,"namespaces_count":0,"keywords_count":1654,"github":"guix-mirror","metadata":{"funded_packages_count":1231},"icon_url":"https://github.com/guix-mirror.png","created_at":"2026-03-02T16:23:46.981Z","updated_at":"2026-08-25T05:05:02.543Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/guix/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/guix/namespaces"}},{"id":13545234,"name":"golang-github-cespare-xxhash","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/cespare/xxhash","licenses":"mit","normalized_licenses":[],"repository_url":"https://github.com/cespare/xxhash","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-11T01:57:04.813Z","latest_release_published_at":"2026-02-11T01:57:04.813Z","latest_release_number":"2.1.1-2","last_synced_at":"2026-03-11T07:13:01.427Z","created_at":"2026-02-11T01:57:04.617Z","updated_at":"2026-08-18T00:59:14.337Z","registry_url":"https://launchpad.net/ubuntu/+source/golang-github-cespare-xxhash","install_command":"apt-get install golang-github-cespare-xxhash","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"extra","binary":"golang-github-cespare-xxhash-dev","standards_version":"4.4.1","maintainer":"Debian Go Packaging Team \u003cpkg-go-maintainers@lists.alioth.debian.org\u003e","build_depends":"debhelper (\u003e= 12~), dh-golang, golang-any","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":38619620,"uuid":"66737655","full_name":"cespare/xxhash","owner":"cespare","description":"A Go implementation of the 64-bit xxHash algorithm (XXH64)","archived":false,"fork":false,"pushed_at":"2024-07-03T18:24:03.000Z","size":98,"stargazers_count":2138,"open_issues_count":12,"forks_count":140,"subscribers_count":31,"default_branch":"main","last_synced_at":"2026-08-11T00:49:00.363Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/cespare.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-27T22:08:31.000Z","updated_at":"2026-08-08T20:16:51.000Z","dependencies_parsed_at":"2024-06-26T12:24:20.096Z","dependency_job_id":"67707571-f2b8-4718-9be6-8f4f20bbf4d0","html_url":"https://github.com/cespare/xxhash","commit_stats":{"total_commits":100,"total_committers":13,"mean_commits":"7.6923076923076925","dds":"0.18000000000000005","last_synced_commit":"ab37246c889f9db16b606fda1c232d659df9271d"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/cespare/xxhash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/sbom","scorecard":{"id":271596,"data":{"date":"2025-08-11","repo":{"name":"github.com/cespare/xxhash","commit":"ab37246c889f9db16b606fda1c232d659df9271d"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.6,"checks":[{"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/test.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":"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":"Code-Review","score":2,"reason":"Found 6/28 approved changesets -- score normalized to 2","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":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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 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":"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":"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":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 9 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-17T13:32:28.199Z","repository_id":38619620,"created_at":"2025-08-17T13:32:28.199Z","updated_at":"2025-08-17T13:32:28.199Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36502766,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-11T02:00:06.871Z","response_time":99,"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"},"owner_record":{"login":"cespare","name":"Caleb Spare","uuid":"318501","kind":"user","description":"I make Go servers fast at @liftoffio.","email":"","website":"https://ctrl-c.us","location":"Kirkland, WA","twitter":"calebspare","company":"Liftoff","icon_url":"https://avatars.githubusercontent.com/u/318501?v=4","repositories_count":150,"last_synced_at":"2026-08-14T04:51:15.147Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/cespare","funding_links":[],"total_stars":7613,"followers":693,"following":18,"created_at":"2022-11-03T01:02:39.637Z","updated_at":"2026-08-14T04:51:15.178Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare/repositories"},"tags":[{"name":"v2.3.0","sha":"998dce232f17418a7a5721ecf87ca714025a3243","kind":"tag","published_at":"2024-04-04T20:03:23.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.3.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.3.0/manifests"},{"name":"v2.2.0","sha":"a76eb16a93c1e30527c073ca831d9048b4b935f6","kind":"tag","published_at":"2022-12-04T02:08:37.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.2.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.2.0/manifests"},{"name":"v2.1.2","sha":"e7a6b52374f7e2abfb8abb27249d53a1997b09a7","kind":"tag","published_at":"2021-08-24T10:03:52.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.2","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"d7df74196a9e781ede915320c11c378c1b2f3a1f","kind":"tag","published_at":"2019-11-14T17:48:30.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.1","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"de209a9ffae3256185a6bb135d1a0ada7b2b5f09","kind":"tag","published_at":"2019-09-04T02:37:34.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"3b82fb7d186719faeedd0c2864f868c74fbf79a1","kind":"tag","published_at":"2019-01-04T01:27:39.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.0.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.0.0/manifests"},{"name":"v1.1.0","sha":"569f7c8abf1f58d9043ab804d364483cb1c853b6","kind":"commit","published_at":"2018-09-10T06:45:31.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v1.1.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"5c37fe3735342a2e0d01c87a907579987c8936cc","kind":"commit","published_at":"2017-08-08T05:22:27.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v1.0.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-08-18T00:59:14.336Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/golang-github-cespare-xxhash?arch=source\u0026distro=ubuntu-23.04\u0026repository_url=https://launchpad.net/ubuntu/lunar","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/golang-github-cespare-xxhash","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/golang-github-cespare-xxhash","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/golang-github-cespare-xxhash/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-18T00:51:27.359Z","issues_count":45,"pull_requests_count":45,"avg_time_to_close_issue":4478497.891891892,"avg_time_to_close_pull_request":2699861.975609756,"issues_closed_count":37,"pull_requests_closed_count":41,"pull_request_authors_count":25,"issue_authors_count":32,"avg_comments_per_issue":2.0,"avg_comments_per_pull_request":2.1777777777777776,"merged_pull_requests_count":27,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":2,"past_year_avg_time_to_close_issue":24066.0,"past_year_avg_time_to_close_pull_request":857731.5,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":1.0,"past_year_avg_comments_per_pull_request":0.5,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/issues","maintainers":[{"login":"cespare","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cespare"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/golang-github-cespare-xxhash/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/golang-github-cespare-xxhash/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/golang-github-cespare-xxhash/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/golang-github-cespare-xxhash/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/golang-github-cespare-xxhash/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/golang-github-cespare-xxhash/codemeta","maintainers":[],"registry":{"name":"ubuntu-23.04","url":"https://launchpad.net/ubuntu/lunar","ecosystem":"ubuntu","default":false,"packages_count":36116,"maintainers_count":0,"namespaces_count":4,"keywords_count":999,"github":"ubuntu","metadata":{"codename":"lunar","mirror":"http://old-releases.ubuntu.com/ubuntu","funded_packages_count":1108},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:49.117Z","updated_at":"2026-08-25T05:06:52.544Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/namespaces"}},{"id":3990373,"name":"gopkg.in/cespare/xxhash.v1","ecosystem":"go","description":"Package xxhash implements the 64-bit variant of xxHash (XXH64) as described at http://cyan4973.github.io/xxHash/.","homepage":"https://github.com/cespare/xxhash","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/cespare/xxhash","keywords_array":[],"namespace":"gopkg.in/cespare","versions_count":1,"first_release_published_at":"2017-08-08T05:22:27.000Z","latest_release_published_at":"2017-08-08T05:22:27.000Z","latest_release_number":"v1.0.0","last_synced_at":"2026-08-26T00:59:22.151Z","created_at":"2022-04-12T08:06:56.071Z","updated_at":"2026-08-26T00:59:22.151Z","registry_url":"https://pkg.go.dev/gopkg.in/cespare/xxhash.v1","install_command":"go get gopkg.in/cespare/xxhash.v1","documentation_url":"https://pkg.go.dev/gopkg.in/cespare/xxhash.v1#section-documentation","metadata":{},"repo_metadata":{"id":38619620,"uuid":"66737655","full_name":"cespare/xxhash","owner":"cespare","description":"A Go implementation of the 64-bit xxHash algorithm (XXH64)","archived":false,"fork":false,"pushed_at":"2024-07-03T18:24:03.000Z","size":98,"stargazers_count":2136,"open_issues_count":11,"forks_count":140,"subscribers_count":31,"default_branch":"main","last_synced_at":"2026-08-18T00:53:26.819Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/cespare.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-27T22:08:31.000Z","updated_at":"2026-08-17T00:56:07.000Z","dependencies_parsed_at":"2024-06-26T12:24:20.096Z","dependency_job_id":"67707571-f2b8-4718-9be6-8f4f20bbf4d0","html_url":"https://github.com/cespare/xxhash","commit_stats":{"total_commits":100,"total_committers":13,"mean_commits":"7.6923076923076925","dds":"0.18000000000000005","last_synced_commit":"ab37246c889f9db16b606fda1c232d659df9271d"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/cespare/xxhash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/sbom","scorecard":{"id":271596,"data":{"date":"2025-08-11","repo":{"name":"github.com/cespare/xxhash","commit":"ab37246c889f9db16b606fda1c232d659df9271d"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.6,"checks":[{"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/test.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":"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":"Code-Review","score":2,"reason":"Found 6/28 approved changesets -- score normalized to 2","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":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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 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":"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":"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":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 9 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-17T13:32:28.199Z","repository_id":38619620,"created_at":"2025-08-17T13:32:28.199Z","updated_at":"2025-08-17T13:32:28.199Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36757738,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-18T02:00:06.197Z","response_time":52,"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"},"owner_record":{"login":"cespare","name":"Caleb Spare","uuid":"318501","kind":"user","description":"I make Go servers fast at @liftoffio.","email":"","website":"https://ctrl-c.us","location":"Kirkland, WA","twitter":"calebspare","company":"Liftoff","icon_url":"https://avatars.githubusercontent.com/u/318501?v=4","repositories_count":150,"last_synced_at":"2026-08-14T04:51:15.147Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/cespare","funding_links":[],"total_stars":7613,"followers":693,"following":18,"created_at":"2022-11-03T01:02:39.637Z","updated_at":"2026-08-14T04:51:15.178Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare/repositories"},"tags":[{"name":"v2.3.0","sha":"998dce232f17418a7a5721ecf87ca714025a3243","kind":"tag","published_at":"2024-04-04T20:03:23.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.3.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.3.0/manifests"},{"name":"v2.2.0","sha":"a76eb16a93c1e30527c073ca831d9048b4b935f6","kind":"tag","published_at":"2022-12-04T02:08:37.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.2.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.2.0/manifests"},{"name":"v2.1.2","sha":"e7a6b52374f7e2abfb8abb27249d53a1997b09a7","kind":"tag","published_at":"2021-08-24T10:03:52.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.2","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"d7df74196a9e781ede915320c11c378c1b2f3a1f","kind":"tag","published_at":"2019-11-14T17:48:30.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.1","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"de209a9ffae3256185a6bb135d1a0ada7b2b5f09","kind":"tag","published_at":"2019-09-04T02:37:34.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"3b82fb7d186719faeedd0c2864f868c74fbf79a1","kind":"tag","published_at":"2019-01-04T01:27:39.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.0.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.0.0/manifests"},{"name":"v1.1.0","sha":"569f7c8abf1f58d9043ab804d364483cb1c853b6","kind":"commit","published_at":"2018-09-10T06:45:31.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v1.1.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"5c37fe3735342a2e0d01c87a907579987c8936cc","kind":"commit","published_at":"2017-08-08T05:22:27.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v1.0.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-08-19T07:15:22.268Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":9.345852080216646,"dependent_packages_count":6.999148183520997,"stargazers_count":1.1127484043872478,"forks_count":1.57243750820673,"average":4.7575465440829054},"purl":"pkg:golang/gopkg.in/cespare/xxhash.v1","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/gopkg.in/cespare/xxhash.v1","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/gopkg.in/cespare/xxhash.v1","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/gopkg.in/cespare/xxhash.v1/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-19T00:53:56.782Z","issues_count":45,"pull_requests_count":45,"avg_time_to_close_issue":4478497.891891892,"avg_time_to_close_pull_request":2699861.975609756,"issues_closed_count":37,"pull_requests_closed_count":41,"pull_request_authors_count":25,"issue_authors_count":32,"avg_comments_per_issue":2.0,"avg_comments_per_pull_request":2.1777777777777776,"merged_pull_requests_count":27,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":2,"past_year_avg_time_to_close_issue":24066.0,"past_year_avg_time_to_close_pull_request":857731.5,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":1.0,"past_year_avg_comments_per_pull_request":0.5,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/issues","maintainers":[{"login":"cespare","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cespare"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fcespare%2Fxxhash.v1/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fcespare%2Fxxhash.v1/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fcespare%2Fxxhash.v1/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fcespare%2Fxxhash.v1/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fcespare%2Fxxhash.v1/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fcespare%2Fxxhash.v1/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2281958,"maintainers_count":0,"namespaces_count":839500,"keywords_count":125409,"github":"golang","metadata":{"funded_packages_count":68001,"sync_missing_packages_cursor":{"timestamp":"2026-08-17T00:00:58.969562Z","path":"github.com/Tektoncd/operator","version":"v0.78.0"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-26T05:01:06.821Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":13447917,"name":"golang-github-cespare-xxhash","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/cespare/xxhash","licenses":"mit","normalized_licenses":[],"repository_url":"https://github.com/cespare/xxhash","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-08T14:50:55.845Z","latest_release_published_at":"2026-02-08T14:50:55.845Z","latest_release_number":"2.3.0-1","last_synced_at":"2026-08-06T15:08:11.350Z","created_at":"2026-02-08T14:50:55.229Z","updated_at":"2026-08-25T05:49:05.611Z","registry_url":"https://launchpad.net/ubuntu/+source/golang-github-cespare-xxhash","install_command":"apt-get install golang-github-cespare-xxhash","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"extra","binary":"golang-github-cespare-xxhash-dev","standards_version":"4.7.0","maintainer":"Debian Go Packaging Team \u003cteam+pkg-go@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-sequence-golang, golang-any","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":38619620,"uuid":"66737655","full_name":"cespare/xxhash","owner":"cespare","description":"A Go implementation of the 64-bit xxHash algorithm (XXH64)","archived":false,"fork":false,"pushed_at":"2024-07-03T18:24:03.000Z","size":98,"stargazers_count":2139,"open_issues_count":11,"forks_count":139,"subscribers_count":31,"default_branch":"main","last_synced_at":"2026-08-25T00:56:45.091Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/cespare.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-27T22:08:31.000Z","updated_at":"2026-08-24T19:38:00.000Z","dependencies_parsed_at":"2024-06-26T12:24:20.096Z","dependency_job_id":"67707571-f2b8-4718-9be6-8f4f20bbf4d0","html_url":"https://github.com/cespare/xxhash","commit_stats":{"total_commits":100,"total_committers":13,"mean_commits":"7.6923076923076925","dds":"0.18000000000000005","last_synced_commit":"ab37246c889f9db16b606fda1c232d659df9271d"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/cespare/xxhash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/sbom","scorecard":{"id":271596,"data":{"date":"2025-08-11","repo":{"name":"github.com/cespare/xxhash","commit":"ab37246c889f9db16b606fda1c232d659df9271d"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.6,"checks":[{"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/test.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":"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":"Code-Review","score":2,"reason":"Found 6/28 approved changesets -- score normalized to 2","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":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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 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":"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":"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":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 9 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-17T13:32:28.199Z","repository_id":38619620,"created_at":"2025-08-17T13:32:28.199Z","updated_at":"2025-08-17T13:32:28.199Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36893089,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-25T02:00:06.831Z","response_time":104,"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"},"owner_record":{"login":"cespare","name":"Caleb Spare","uuid":"318501","kind":"user","description":"I make Go servers fast at @liftoffio.","email":"","website":"https://ctrl-c.us","location":"Kirkland, WA","twitter":"calebspare","company":"Liftoff","icon_url":"https://avatars.githubusercontent.com/u/318501?v=4","repositories_count":150,"last_synced_at":"2026-08-22T00:54:23.695Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/cespare","funding_links":[],"total_stars":7611,"followers":692,"following":18,"created_at":"2022-11-03T01:02:39.637Z","updated_at":"2026-08-22T00:54:23.762Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare/repositories"},"tags":[{"name":"v2.3.0","sha":"998dce232f17418a7a5721ecf87ca714025a3243","kind":"tag","published_at":"2024-04-04T20:03:23.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.3.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.3.0/manifests"},{"name":"v2.2.0","sha":"a76eb16a93c1e30527c073ca831d9048b4b935f6","kind":"tag","published_at":"2022-12-04T02:08:37.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.2.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.2.0/manifests"},{"name":"v2.1.2","sha":"e7a6b52374f7e2abfb8abb27249d53a1997b09a7","kind":"tag","published_at":"2021-08-24T10:03:52.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.2","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"d7df74196a9e781ede915320c11c378c1b2f3a1f","kind":"tag","published_at":"2019-11-14T17:48:30.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.1","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"de209a9ffae3256185a6bb135d1a0ada7b2b5f09","kind":"tag","published_at":"2019-09-04T02:37:34.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"3b82fb7d186719faeedd0c2864f868c74fbf79a1","kind":"tag","published_at":"2019-01-04T01:27:39.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.0.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.0.0/manifests"},{"name":"v1.1.0","sha":"569f7c8abf1f58d9043ab804d364483cb1c853b6","kind":"commit","published_at":"2018-09-10T06:45:31.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v1.1.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"5c37fe3735342a2e0d01c87a907579987c8936cc","kind":"commit","published_at":"2017-08-08T05:22:27.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v1.0.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-08-25T05:49:05.611Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/golang-github-cespare-xxhash?arch=source\u0026distro=ubuntu-24.10\u0026repository_url=https://launchpad.net/ubuntu/oracular","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/golang-github-cespare-xxhash","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/golang-github-cespare-xxhash","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/golang-github-cespare-xxhash/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-25T03:39:00.398Z","issues_count":45,"pull_requests_count":45,"avg_time_to_close_issue":4478497.891891892,"avg_time_to_close_pull_request":2699861.975609756,"issues_closed_count":37,"pull_requests_closed_count":41,"pull_request_authors_count":25,"issue_authors_count":32,"avg_comments_per_issue":2.0,"avg_comments_per_pull_request":2.1777777777777776,"merged_pull_requests_count":27,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":2,"past_year_avg_time_to_close_issue":24066.0,"past_year_avg_time_to_close_pull_request":857731.5,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":1.0,"past_year_avg_comments_per_pull_request":0.5,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/issues","maintainers":[{"login":"cespare","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cespare"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/golang-github-cespare-xxhash/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/golang-github-cespare-xxhash/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/golang-github-cespare-xxhash/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/golang-github-cespare-xxhash/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/golang-github-cespare-xxhash/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/golang-github-cespare-xxhash/codemeta","maintainers":[],"registry":{"name":"ubuntu-24.10","url":"https://launchpad.net/ubuntu/oracular","ecosystem":"ubuntu","default":false,"packages_count":38437,"maintainers_count":0,"namespaces_count":4,"keywords_count":1440,"github":"ubuntu","metadata":{"codename":"oracular","mirror":"http://old-releases.ubuntu.com/ubuntu","funded_packages_count":1322},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:48.028Z","updated_at":"2026-08-25T05:04:58.025Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/namespaces"}},{"id":13580796,"name":"golang-github-cespare-xxhash","ecosystem":"debian","description":null,"homepage":"https://github.com/cespare/xxhash","licenses":"mit","normalized_licenses":[],"repository_url":"https://github.com/cespare/xxhash","keywords_array":["misc"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-11T08:49:21.748Z","latest_release_published_at":"2026-02-11T08:49:21.748Z","latest_release_number":"1.1.0-1","last_synced_at":"2026-03-14T05:03:39.817Z","created_at":"2026-02-11T08:49:21.556Z","updated_at":"2026-08-25T11:24:58.698Z","registry_url":"https://tracker.debian.org/pkg/golang-github-cespare-xxhash","install_command":"apt-get install golang-github-cespare-xxhash","documentation_url":"https://packages.debian.org/buster/golang-github-cespare-xxhash","metadata":{"component":"main","architecture":"all","priority":"extra","binary":"golang-github-cespare-xxhash-dev","standards_version":"4.1.3.0","maintainer":"Debian Go Packaging Team \u003cpkg-go-maintainers@lists.alioth.debian.org\u003e","build_depends":"debhelper (\u003e= 10), dh-golang, golang-any","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":38619620,"uuid":"66737655","full_name":"cespare/xxhash","owner":"cespare","description":"A Go implementation of the 64-bit xxHash algorithm (XXH64)","archived":false,"fork":false,"pushed_at":"2024-07-03T18:24:03.000Z","size":98,"stargazers_count":2139,"open_issues_count":11,"forks_count":139,"subscribers_count":31,"default_branch":"main","last_synced_at":"2026-08-25T00:56:45.091Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/cespare.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-27T22:08:31.000Z","updated_at":"2026-08-24T19:38:00.000Z","dependencies_parsed_at":"2024-06-26T12:24:20.096Z","dependency_job_id":"67707571-f2b8-4718-9be6-8f4f20bbf4d0","html_url":"https://github.com/cespare/xxhash","commit_stats":{"total_commits":100,"total_committers":13,"mean_commits":"7.6923076923076925","dds":"0.18000000000000005","last_synced_commit":"ab37246c889f9db16b606fda1c232d659df9271d"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/cespare/xxhash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/sbom","scorecard":{"id":271596,"data":{"date":"2025-08-11","repo":{"name":"github.com/cespare/xxhash","commit":"ab37246c889f9db16b606fda1c232d659df9271d"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.6,"checks":[{"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/test.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":"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":"Code-Review","score":2,"reason":"Found 6/28 approved changesets -- score normalized to 2","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":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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 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":"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":"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":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 9 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-17T13:32:28.199Z","repository_id":38619620,"created_at":"2025-08-17T13:32:28.199Z","updated_at":"2025-08-17T13:32:28.199Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36893089,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-22T15:14:58.755Z","status":"online","status_checked_at":"2026-08-25T02:00:06.831Z","response_time":104,"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"},"owner_record":{"login":"cespare","name":"Caleb Spare","uuid":"318501","kind":"user","description":"I make Go servers fast at @liftoffio.","email":"","website":"https://ctrl-c.us","location":"Kirkland, WA","twitter":"calebspare","company":"Liftoff","icon_url":"https://avatars.githubusercontent.com/u/318501?v=4","repositories_count":150,"last_synced_at":"2026-08-22T00:54:23.695Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/cespare","funding_links":[],"total_stars":7611,"followers":692,"following":18,"created_at":"2022-11-03T01:02:39.637Z","updated_at":"2026-08-22T00:54:23.762Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare/repositories"},"tags":[{"name":"v2.3.0","sha":"998dce232f17418a7a5721ecf87ca714025a3243","kind":"tag","published_at":"2024-04-04T20:03:23.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.3.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.3.0/manifests"},{"name":"v2.2.0","sha":"a76eb16a93c1e30527c073ca831d9048b4b935f6","kind":"tag","published_at":"2022-12-04T02:08:37.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.2.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.2.0/manifests"},{"name":"v2.1.2","sha":"e7a6b52374f7e2abfb8abb27249d53a1997b09a7","kind":"tag","published_at":"2021-08-24T10:03:52.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.2","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"d7df74196a9e781ede915320c11c378c1b2f3a1f","kind":"tag","published_at":"2019-11-14T17:48:30.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.1","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"de209a9ffae3256185a6bb135d1a0ada7b2b5f09","kind":"tag","published_at":"2019-09-04T02:37:34.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"3b82fb7d186719faeedd0c2864f868c74fbf79a1","kind":"tag","published_at":"2019-01-04T01:27:39.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.0.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.0.0/manifests"},{"name":"v1.1.0","sha":"569f7c8abf1f58d9043ab804d364483cb1c853b6","kind":"commit","published_at":"2018-09-10T06:45:31.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v1.1.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"5c37fe3735342a2e0d01c87a907579987c8936cc","kind":"commit","published_at":"2017-08-08T05:22:27.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v1.0.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-08-25T11:24:58.698Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/debian/golang-github-cespare-xxhash?arch=source\u0026distro=debian-10\u0026repository_url=https://packages.debian.org/buster","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/golang-github-cespare-xxhash","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/golang-github-cespare-xxhash","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/golang-github-cespare-xxhash/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-25T03:39:00.398Z","issues_count":45,"pull_requests_count":45,"avg_time_to_close_issue":4478497.891891892,"avg_time_to_close_pull_request":2699861.975609756,"issues_closed_count":37,"pull_requests_closed_count":41,"pull_request_authors_count":25,"issue_authors_count":32,"avg_comments_per_issue":2.0,"avg_comments_per_pull_request":2.1777777777777776,"merged_pull_requests_count":27,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":2,"past_year_avg_time_to_close_issue":24066.0,"past_year_avg_time_to_close_pull_request":857731.5,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":1.0,"past_year_avg_comments_per_pull_request":0.5,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/issues","maintainers":[{"login":"cespare","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cespare"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/golang-github-cespare-xxhash/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/golang-github-cespare-xxhash/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/golang-github-cespare-xxhash/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/golang-github-cespare-xxhash/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/golang-github-cespare-xxhash/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/golang-github-cespare-xxhash/codemeta","maintainers":[],"registry":{"name":"debian-10","url":"https://packages.debian.org/buster","ecosystem":"debian","default":false,"packages_count":28836,"maintainers_count":0,"namespaces_count":3,"keywords_count":903,"github":"debian","metadata":{"codename":"buster","mirror":"http://archive.debian.org/debian","funded_packages_count":610},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:50.156Z","updated_at":"2026-08-25T05:03:28.562Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/namespaces"}},{"id":13964367,"name":"go-github-com-cespare-xxhash-v2","ecosystem":"guix","description":"Go implementation of xxHash","homepage":"https://github.com/cespare/xxhash","licenses":"mit","normalized_licenses":[],"repository_url":"https://github.com/cespare/xxhash","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-03-02T23:11:14.867Z","latest_release_published_at":"2026-03-02T23:11:14.867Z","latest_release_number":"2.3.0","last_synced_at":"2026-04-07T02:02:13.840Z","created_at":"2026-03-02T23:11:14.686Z","updated_at":"2026-08-18T00:59:14.349Z","registry_url":"https://packages.guix.gnu.org/packages/go-github-com-cespare-xxhash-v2/2.3.0/","install_command":"guix install go-github-com-cespare-xxhash-v2","documentation_url":"https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/golang-crypto.scm#n559","metadata":{"location":"gnu/packages/golang-crypto.scm:559","variable_name":"go-github-com-cespare-xxhash-v2"},"repo_metadata":{"id":38619620,"uuid":"66737655","full_name":"cespare/xxhash","owner":"cespare","description":"A Go implementation of the 64-bit xxHash algorithm (XXH64)","archived":false,"fork":false,"pushed_at":"2024-07-03T18:24:03.000Z","size":98,"stargazers_count":2138,"open_issues_count":12,"forks_count":140,"subscribers_count":31,"default_branch":"main","last_synced_at":"2026-08-11T00:49:00.363Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/cespare.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-27T22:08:31.000Z","updated_at":"2026-08-08T20:16:51.000Z","dependencies_parsed_at":"2024-06-26T12:24:20.096Z","dependency_job_id":"67707571-f2b8-4718-9be6-8f4f20bbf4d0","html_url":"https://github.com/cespare/xxhash","commit_stats":{"total_commits":100,"total_committers":13,"mean_commits":"7.6923076923076925","dds":"0.18000000000000005","last_synced_commit":"ab37246c889f9db16b606fda1c232d659df9271d"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/cespare/xxhash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/sbom","scorecard":{"id":271596,"data":{"date":"2025-08-11","repo":{"name":"github.com/cespare/xxhash","commit":"ab37246c889f9db16b606fda1c232d659df9271d"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.6,"checks":[{"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/test.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":"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":"Code-Review","score":2,"reason":"Found 6/28 approved changesets -- score normalized to 2","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":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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 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":"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":"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":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 9 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-17T13:32:28.199Z","repository_id":38619620,"created_at":"2025-08-17T13:32:28.199Z","updated_at":"2025-08-17T13:32:28.199Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36502766,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-11T02:00:06.871Z","response_time":99,"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"},"owner_record":{"login":"cespare","name":"Caleb Spare","uuid":"318501","kind":"user","description":"I make Go servers fast at @liftoffio.","email":"","website":"https://ctrl-c.us","location":"Kirkland, WA","twitter":"calebspare","company":"Liftoff","icon_url":"https://avatars.githubusercontent.com/u/318501?v=4","repositories_count":150,"last_synced_at":"2026-08-14T04:51:15.147Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/cespare","funding_links":[],"total_stars":7613,"followers":693,"following":18,"created_at":"2022-11-03T01:02:39.637Z","updated_at":"2026-08-14T04:51:15.178Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare/repositories"},"tags":[{"name":"v2.3.0","sha":"998dce232f17418a7a5721ecf87ca714025a3243","kind":"tag","published_at":"2024-04-04T20:03:23.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.3.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.3.0/manifests"},{"name":"v2.2.0","sha":"a76eb16a93c1e30527c073ca831d9048b4b935f6","kind":"tag","published_at":"2022-12-04T02:08:37.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.2.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.2.0/manifests"},{"name":"v2.1.2","sha":"e7a6b52374f7e2abfb8abb27249d53a1997b09a7","kind":"tag","published_at":"2021-08-24T10:03:52.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.2","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"d7df74196a9e781ede915320c11c378c1b2f3a1f","kind":"tag","published_at":"2019-11-14T17:48:30.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.1","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"de209a9ffae3256185a6bb135d1a0ada7b2b5f09","kind":"tag","published_at":"2019-09-04T02:37:34.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"3b82fb7d186719faeedd0c2864f868c74fbf79a1","kind":"tag","published_at":"2019-01-04T01:27:39.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.0.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.0.0/manifests"},{"name":"v1.1.0","sha":"569f7c8abf1f58d9043ab804d364483cb1c853b6","kind":"commit","published_at":"2018-09-10T06:45:31.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v1.1.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"5c37fe3735342a2e0d01c87a907579987c8936cc","kind":"commit","published_at":"2017-08-08T05:22:27.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v1.0.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-08-18T00:59:14.349Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:guix/go-github-com-cespare-xxhash-v2","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/guix/go-github-com-cespare-xxhash-v2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/guix/go-github-com-cespare-xxhash-v2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/guix/go-github-com-cespare-xxhash-v2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-18T00:51:27.359Z","issues_count":45,"pull_requests_count":45,"avg_time_to_close_issue":4478497.891891892,"avg_time_to_close_pull_request":2699861.975609756,"issues_closed_count":37,"pull_requests_closed_count":41,"pull_request_authors_count":25,"issue_authors_count":32,"avg_comments_per_issue":2.0,"avg_comments_per_pull_request":2.1777777777777776,"merged_pull_requests_count":27,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":2,"past_year_avg_time_to_close_issue":24066.0,"past_year_avg_time_to_close_pull_request":857731.5,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":1.0,"past_year_avg_comments_per_pull_request":0.5,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/issues","maintainers":[{"login":"cespare","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cespare"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/go-github-com-cespare-xxhash-v2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/go-github-com-cespare-xxhash-v2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/go-github-com-cespare-xxhash-v2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/go-github-com-cespare-xxhash-v2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/go-github-com-cespare-xxhash-v2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/go-github-com-cespare-xxhash-v2/codemeta","maintainers":[],"registry":{"name":"guix","url":"https://guix.gnu.org","ecosystem":"guix","default":true,"packages_count":32351,"maintainers_count":0,"namespaces_count":0,"keywords_count":1654,"github":"guix-mirror","metadata":{"funded_packages_count":1231},"icon_url":"https://github.com/guix-mirror.png","created_at":"2026-03-02T16:23:46.981Z","updated_at":"2026-08-25T05:05:02.543Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/guix/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/guix/namespaces"}},{"id":13438211,"name":"golang-github-cespare-xxhash","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/cespare/xxhash","licenses":"mit","normalized_licenses":[],"repository_url":"https://github.com/cespare/xxhash","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-08T01:20:42.944Z","latest_release_published_at":"2026-02-08T01:20:42.944Z","latest_release_number":"2.1.1-1","last_synced_at":"2026-03-08T02:56:36.179Z","created_at":"2026-02-08T01:20:42.190Z","updated_at":"2026-08-18T01:00:56.531Z","registry_url":"https://launchpad.net/ubuntu/+source/golang-github-cespare-xxhash","install_command":"apt-get install golang-github-cespare-xxhash","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"extra","binary":"golang-github-cespare-xxhash-dev","standards_version":"4.4.1","maintainer":"Debian Go Packaging Team \u003cpkg-go-maintainers@lists.alioth.debian.org\u003e","build_depends":"debhelper (\u003e= 12~), dh-golang, golang-any","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":38619620,"uuid":"66737655","full_name":"cespare/xxhash","owner":"cespare","description":"A Go implementation of the 64-bit xxHash algorithm (XXH64)","archived":false,"fork":false,"pushed_at":"2024-07-03T18:24:03.000Z","size":98,"stargazers_count":2138,"open_issues_count":12,"forks_count":140,"subscribers_count":31,"default_branch":"main","last_synced_at":"2026-08-11T00:49:00.363Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/cespare.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-27T22:08:31.000Z","updated_at":"2026-08-08T20:16:51.000Z","dependencies_parsed_at":"2024-06-26T12:24:20.096Z","dependency_job_id":"67707571-f2b8-4718-9be6-8f4f20bbf4d0","html_url":"https://github.com/cespare/xxhash","commit_stats":{"total_commits":100,"total_committers":13,"mean_commits":"7.6923076923076925","dds":"0.18000000000000005","last_synced_commit":"ab37246c889f9db16b606fda1c232d659df9271d"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/cespare/xxhash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/sbom","scorecard":{"id":271596,"data":{"date":"2025-08-11","repo":{"name":"github.com/cespare/xxhash","commit":"ab37246c889f9db16b606fda1c232d659df9271d"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.6,"checks":[{"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/test.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":"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":"Code-Review","score":2,"reason":"Found 6/28 approved changesets -- score normalized to 2","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":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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 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":"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":"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":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 9 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-17T13:32:28.199Z","repository_id":38619620,"created_at":"2025-08-17T13:32:28.199Z","updated_at":"2025-08-17T13:32:28.199Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36502766,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-11T02:00:06.871Z","response_time":99,"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"},"owner_record":{"login":"cespare","name":"Caleb Spare","uuid":"318501","kind":"user","description":"I make Go servers fast at @liftoffio.","email":"","website":"https://ctrl-c.us","location":"Kirkland, WA","twitter":"calebspare","company":"Liftoff","icon_url":"https://avatars.githubusercontent.com/u/318501?v=4","repositories_count":150,"last_synced_at":"2026-08-14T04:51:15.147Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/cespare","funding_links":[],"total_stars":7613,"followers":693,"following":18,"created_at":"2022-11-03T01:02:39.637Z","updated_at":"2026-08-14T04:51:15.178Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare/repositories"},"tags":[{"name":"v2.3.0","sha":"998dce232f17418a7a5721ecf87ca714025a3243","kind":"tag","published_at":"2024-04-04T20:03:23.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.3.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.3.0/manifests"},{"name":"v2.2.0","sha":"a76eb16a93c1e30527c073ca831d9048b4b935f6","kind":"tag","published_at":"2022-12-04T02:08:37.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.2.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.2.0/manifests"},{"name":"v2.1.2","sha":"e7a6b52374f7e2abfb8abb27249d53a1997b09a7","kind":"tag","published_at":"2021-08-24T10:03:52.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.2","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"d7df74196a9e781ede915320c11c378c1b2f3a1f","kind":"tag","published_at":"2019-11-14T17:48:30.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.1","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"de209a9ffae3256185a6bb135d1a0ada7b2b5f09","kind":"tag","published_at":"2019-09-04T02:37:34.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"3b82fb7d186719faeedd0c2864f868c74fbf79a1","kind":"tag","published_at":"2019-01-04T01:27:39.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.0.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.0.0/manifests"},{"name":"v1.1.0","sha":"569f7c8abf1f58d9043ab804d364483cb1c853b6","kind":"commit","published_at":"2018-09-10T06:45:31.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v1.1.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"5c37fe3735342a2e0d01c87a907579987c8936cc","kind":"commit","published_at":"2017-08-08T05:22:27.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v1.0.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-08-18T01:00:56.531Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/golang-github-cespare-xxhash?arch=source\u0026distro=ubuntu-20.04\u0026repository_url=https://launchpad.net/ubuntu/focal","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/golang-github-cespare-xxhash","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/golang-github-cespare-xxhash","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/golang-github-cespare-xxhash/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-18T00:51:27.359Z","issues_count":45,"pull_requests_count":45,"avg_time_to_close_issue":4478497.891891892,"avg_time_to_close_pull_request":2699861.975609756,"issues_closed_count":37,"pull_requests_closed_count":41,"pull_request_authors_count":25,"issue_authors_count":32,"avg_comments_per_issue":2.0,"avg_comments_per_pull_request":2.1777777777777776,"merged_pull_requests_count":27,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":2,"past_year_avg_time_to_close_issue":24066.0,"past_year_avg_time_to_close_pull_request":857731.5,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":1.0,"past_year_avg_comments_per_pull_request":0.5,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/issues","maintainers":[{"login":"cespare","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cespare"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/golang-github-cespare-xxhash/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/golang-github-cespare-xxhash/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/golang-github-cespare-xxhash/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/golang-github-cespare-xxhash/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/golang-github-cespare-xxhash/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/golang-github-cespare-xxhash/codemeta","maintainers":[],"registry":{"name":"ubuntu-20.04","url":"https://launchpad.net/ubuntu/focal","ecosystem":"ubuntu","default":false,"packages_count":30789,"maintainers_count":0,"namespaces_count":4,"keywords_count":1429,"github":"ubuntu","metadata":{"codename":"focal","funded_packages_count":759},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:47.233Z","updated_at":"2026-08-25T05:06:53.666Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/namespaces"}},{"id":13475302,"name":"golang-github-cespare-xxhash","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/cespare/xxhash","licenses":"mit","normalized_licenses":[],"repository_url":"https://github.com/cespare/xxhash","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-10T03:05:17.873Z","latest_release_published_at":"2026-02-10T03:05:17.873Z","latest_release_number":"2.1.1-2","last_synced_at":"2026-03-10T03:10:51.657Z","created_at":"2026-02-10T03:05:17.499Z","updated_at":"2026-08-18T01:03:12.421Z","registry_url":"https://launchpad.net/ubuntu/+source/golang-github-cespare-xxhash","install_command":"apt-get install golang-github-cespare-xxhash","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"extra","binary":"golang-github-cespare-xxhash-dev","standards_version":"4.4.1","maintainer":"Debian Go Packaging Team \u003cpkg-go-maintainers@lists.alioth.debian.org\u003e","build_depends":"debhelper (\u003e= 12~), dh-golang, golang-any","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":38619620,"uuid":"66737655","full_name":"cespare/xxhash","owner":"cespare","description":"A Go implementation of the 64-bit xxHash algorithm (XXH64)","archived":false,"fork":false,"pushed_at":"2024-07-03T18:24:03.000Z","size":98,"stargazers_count":2138,"open_issues_count":12,"forks_count":140,"subscribers_count":31,"default_branch":"main","last_synced_at":"2026-08-11T00:49:00.363Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/cespare.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-27T22:08:31.000Z","updated_at":"2026-08-08T20:16:51.000Z","dependencies_parsed_at":"2024-06-26T12:24:20.096Z","dependency_job_id":"67707571-f2b8-4718-9be6-8f4f20bbf4d0","html_url":"https://github.com/cespare/xxhash","commit_stats":{"total_commits":100,"total_committers":13,"mean_commits":"7.6923076923076925","dds":"0.18000000000000005","last_synced_commit":"ab37246c889f9db16b606fda1c232d659df9271d"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/cespare/xxhash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/sbom","scorecard":{"id":271596,"data":{"date":"2025-08-11","repo":{"name":"github.com/cespare/xxhash","commit":"ab37246c889f9db16b606fda1c232d659df9271d"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.6,"checks":[{"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/test.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":"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":"Code-Review","score":2,"reason":"Found 6/28 approved changesets -- score normalized to 2","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":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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 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":"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":"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":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 9 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-17T13:32:28.199Z","repository_id":38619620,"created_at":"2025-08-17T13:32:28.199Z","updated_at":"2025-08-17T13:32:28.199Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36502766,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-11T02:00:06.871Z","response_time":99,"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"},"owner_record":{"login":"cespare","name":"Caleb Spare","uuid":"318501","kind":"user","description":"I make Go servers fast at @liftoffio.","email":"","website":"https://ctrl-c.us","location":"Kirkland, WA","twitter":"calebspare","company":"Liftoff","icon_url":"https://avatars.githubusercontent.com/u/318501?v=4","repositories_count":150,"last_synced_at":"2026-08-14T04:51:15.147Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/cespare","funding_links":[],"total_stars":7613,"followers":693,"following":18,"created_at":"2022-11-03T01:02:39.637Z","updated_at":"2026-08-14T04:51:15.178Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare/repositories"},"tags":[{"name":"v2.3.0","sha":"998dce232f17418a7a5721ecf87ca714025a3243","kind":"tag","published_at":"2024-04-04T20:03:23.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.3.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.3.0/manifests"},{"name":"v2.2.0","sha":"a76eb16a93c1e30527c073ca831d9048b4b935f6","kind":"tag","published_at":"2022-12-04T02:08:37.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.2.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.2.0/manifests"},{"name":"v2.1.2","sha":"e7a6b52374f7e2abfb8abb27249d53a1997b09a7","kind":"tag","published_at":"2021-08-24T10:03:52.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.2","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"d7df74196a9e781ede915320c11c378c1b2f3a1f","kind":"tag","published_at":"2019-11-14T17:48:30.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.1","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"de209a9ffae3256185a6bb135d1a0ada7b2b5f09","kind":"tag","published_at":"2019-09-04T02:37:34.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"3b82fb7d186719faeedd0c2864f868c74fbf79a1","kind":"tag","published_at":"2019-01-04T01:27:39.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.0.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.0.0/manifests"},{"name":"v1.1.0","sha":"569f7c8abf1f58d9043ab804d364483cb1c853b6","kind":"commit","published_at":"2018-09-10T06:45:31.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v1.1.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"5c37fe3735342a2e0d01c87a907579987c8936cc","kind":"commit","published_at":"2017-08-08T05:22:27.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v1.0.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-08-18T01:03:12.421Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/golang-github-cespare-xxhash?arch=source\u0026distro=ubuntu-23.10\u0026repository_url=https://launchpad.net/ubuntu/mantic","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/golang-github-cespare-xxhash","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/golang-github-cespare-xxhash","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/golang-github-cespare-xxhash/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-18T00:51:27.359Z","issues_count":45,"pull_requests_count":45,"avg_time_to_close_issue":4478497.891891892,"avg_time_to_close_pull_request":2699861.975609756,"issues_closed_count":37,"pull_requests_closed_count":41,"pull_request_authors_count":25,"issue_authors_count":32,"avg_comments_per_issue":2.0,"avg_comments_per_pull_request":2.1777777777777776,"merged_pull_requests_count":27,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":2,"past_year_avg_time_to_close_issue":24066.0,"past_year_avg_time_to_close_pull_request":857731.5,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":1.0,"past_year_avg_comments_per_pull_request":0.5,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/issues","maintainers":[{"login":"cespare","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cespare"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/golang-github-cespare-xxhash/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/golang-github-cespare-xxhash/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/golang-github-cespare-xxhash/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/golang-github-cespare-xxhash/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/golang-github-cespare-xxhash/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/golang-github-cespare-xxhash/codemeta","maintainers":[],"registry":{"name":"ubuntu-23.10","url":"https://launchpad.net/ubuntu/mantic","ecosystem":"ubuntu","default":false,"packages_count":36642,"maintainers_count":0,"namespaces_count":4,"keywords_count":2213,"github":"ubuntu","metadata":{"codename":"mantic","mirror":"http://old-releases.ubuntu.com/ubuntu","funded_packages_count":1339},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:48.636Z","updated_at":"2026-08-25T05:06:51.033Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/namespaces"}},{"id":13503501,"name":"golang-github-cespare-xxhash","ecosystem":"debian","description":null,"homepage":"https://github.com/cespare/xxhash","licenses":"mit","normalized_licenses":[],"repository_url":"https://github.com/cespare/xxhash","keywords_array":["golang"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-10T18:52:40.843Z","latest_release_published_at":"2026-02-10T18:52:40.843Z","latest_release_number":"2.1.1-1","last_synced_at":"2026-03-14T15:33:18.270Z","created_at":"2026-02-10T18:52:40.457Z","updated_at":"2026-08-18T01:03:12.477Z","registry_url":"https://tracker.debian.org/pkg/golang-github-cespare-xxhash","install_command":"apt-get install golang-github-cespare-xxhash","documentation_url":"https://packages.debian.org/bullseye/golang-github-cespare-xxhash","metadata":{"component":"main","architecture":"all","priority":"extra","binary":"golang-github-cespare-xxhash-dev","standards_version":"4.4.1","maintainer":"Debian Go Packaging Team \u003cpkg-go-maintainers@lists.alioth.debian.org\u003e","build_depends":"debhelper (\u003e= 12~), dh-golang, golang-any","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":38619620,"uuid":"66737655","full_name":"cespare/xxhash","owner":"cespare","description":"A Go implementation of the 64-bit xxHash algorithm (XXH64)","archived":false,"fork":false,"pushed_at":"2024-07-03T18:24:03.000Z","size":98,"stargazers_count":2138,"open_issues_count":12,"forks_count":140,"subscribers_count":31,"default_branch":"main","last_synced_at":"2026-08-11T00:49:00.363Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/cespare.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-27T22:08:31.000Z","updated_at":"2026-08-08T20:16:51.000Z","dependencies_parsed_at":"2024-06-26T12:24:20.096Z","dependency_job_id":"67707571-f2b8-4718-9be6-8f4f20bbf4d0","html_url":"https://github.com/cespare/xxhash","commit_stats":{"total_commits":100,"total_committers":13,"mean_commits":"7.6923076923076925","dds":"0.18000000000000005","last_synced_commit":"ab37246c889f9db16b606fda1c232d659df9271d"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/cespare/xxhash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/sbom","scorecard":{"id":271596,"data":{"date":"2025-08-11","repo":{"name":"github.com/cespare/xxhash","commit":"ab37246c889f9db16b606fda1c232d659df9271d"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.6,"checks":[{"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/test.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":"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":"Code-Review","score":2,"reason":"Found 6/28 approved changesets -- score normalized to 2","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":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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 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":"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":"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":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 9 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-17T13:32:28.199Z","repository_id":38619620,"created_at":"2025-08-17T13:32:28.199Z","updated_at":"2025-08-17T13:32:28.199Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36502766,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-11T02:00:06.871Z","response_time":99,"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"},"owner_record":{"login":"cespare","name":"Caleb Spare","uuid":"318501","kind":"user","description":"I make Go servers fast at @liftoffio.","email":"","website":"https://ctrl-c.us","location":"Kirkland, WA","twitter":"calebspare","company":"Liftoff","icon_url":"https://avatars.githubusercontent.com/u/318501?v=4","repositories_count":150,"last_synced_at":"2026-08-14T04:51:15.147Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/cespare","funding_links":[],"total_stars":7613,"followers":693,"following":18,"created_at":"2022-11-03T01:02:39.637Z","updated_at":"2026-08-14T04:51:15.178Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare/repositories"},"tags":[{"name":"v2.3.0","sha":"998dce232f17418a7a5721ecf87ca714025a3243","kind":"tag","published_at":"2024-04-04T20:03:23.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.3.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.3.0/manifests"},{"name":"v2.2.0","sha":"a76eb16a93c1e30527c073ca831d9048b4b935f6","kind":"tag","published_at":"2022-12-04T02:08:37.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.2.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.2.0/manifests"},{"name":"v2.1.2","sha":"e7a6b52374f7e2abfb8abb27249d53a1997b09a7","kind":"tag","published_at":"2021-08-24T10:03:52.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.2","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"d7df74196a9e781ede915320c11c378c1b2f3a1f","kind":"tag","published_at":"2019-11-14T17:48:30.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.1","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"de209a9ffae3256185a6bb135d1a0ada7b2b5f09","kind":"tag","published_at":"2019-09-04T02:37:34.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"3b82fb7d186719faeedd0c2864f868c74fbf79a1","kind":"tag","published_at":"2019-01-04T01:27:39.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.0.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.0.0/manifests"},{"name":"v1.1.0","sha":"569f7c8abf1f58d9043ab804d364483cb1c853b6","kind":"commit","published_at":"2018-09-10T06:45:31.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v1.1.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"5c37fe3735342a2e0d01c87a907579987c8936cc","kind":"commit","published_at":"2017-08-08T05:22:27.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v1.0.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-08-18T01:03:12.477Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/debian/golang-github-cespare-xxhash?arch=source\u0026distro=debian-11\u0026repository_url=https://packages.debian.org/bullseye","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/golang-github-cespare-xxhash","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/golang-github-cespare-xxhash","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/golang-github-cespare-xxhash/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-18T00:51:27.359Z","issues_count":45,"pull_requests_count":45,"avg_time_to_close_issue":4478497.891891892,"avg_time_to_close_pull_request":2699861.975609756,"issues_closed_count":37,"pull_requests_closed_count":41,"pull_request_authors_count":25,"issue_authors_count":32,"avg_comments_per_issue":2.0,"avg_comments_per_pull_request":2.1777777777777776,"merged_pull_requests_count":27,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":2,"past_year_avg_time_to_close_issue":24066.0,"past_year_avg_time_to_close_pull_request":857731.5,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":1.0,"past_year_avg_comments_per_pull_request":0.5,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/issues","maintainers":[{"login":"cespare","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cespare"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/golang-github-cespare-xxhash/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/golang-github-cespare-xxhash/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/golang-github-cespare-xxhash/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/golang-github-cespare-xxhash/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/golang-github-cespare-xxhash/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/golang-github-cespare-xxhash/codemeta","maintainers":[],"registry":{"name":"debian-11","url":"https://packages.debian.org/bullseye","ecosystem":"debian","default":false,"packages_count":31268,"maintainers_count":0,"namespaces_count":3,"keywords_count":759,"github":"debian","metadata":{"codename":"bullseye","funded_packages_count":805},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:49.702Z","updated_at":"2026-08-25T05:06:44.833Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/namespaces"}},{"id":13645179,"name":"golang-github-cespare-xxhash","ecosystem":"debian","description":null,"homepage":"https://github.com/cespare/xxhash","licenses":"mit","normalized_licenses":[],"repository_url":"https://github.com/cespare/xxhash","keywords_array":["golang"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-12T03:05:38.899Z","latest_release_published_at":"2026-02-12T03:05:38.899Z","latest_release_number":"2.3.0-1","last_synced_at":"2026-03-13T11:12:09.194Z","created_at":"2026-02-12T03:05:38.512Z","updated_at":"2026-08-18T01:09:44.262Z","registry_url":"https://tracker.debian.org/pkg/golang-github-cespare-xxhash","install_command":"apt-get install golang-github-cespare-xxhash","documentation_url":"https://packages.debian.org/trixie/golang-github-cespare-xxhash","metadata":{"component":"main","architecture":"all","priority":"extra","binary":"golang-github-cespare-xxhash-dev","standards_version":"4.7.0","maintainer":"Debian Go Packaging Team \u003cteam+pkg-go@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-sequence-golang, golang-any","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":38619620,"uuid":"66737655","full_name":"cespare/xxhash","owner":"cespare","description":"A Go implementation of the 64-bit xxHash algorithm (XXH64)","archived":false,"fork":false,"pushed_at":"2024-07-03T18:24:03.000Z","size":98,"stargazers_count":2138,"open_issues_count":12,"forks_count":140,"subscribers_count":31,"default_branch":"main","last_synced_at":"2026-08-11T00:49:00.363Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/cespare.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-27T22:08:31.000Z","updated_at":"2026-08-08T20:16:51.000Z","dependencies_parsed_at":"2024-06-26T12:24:20.096Z","dependency_job_id":"67707571-f2b8-4718-9be6-8f4f20bbf4d0","html_url":"https://github.com/cespare/xxhash","commit_stats":{"total_commits":100,"total_committers":13,"mean_commits":"7.6923076923076925","dds":"0.18000000000000005","last_synced_commit":"ab37246c889f9db16b606fda1c232d659df9271d"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/cespare/xxhash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/sbom","scorecard":{"id":271596,"data":{"date":"2025-08-11","repo":{"name":"github.com/cespare/xxhash","commit":"ab37246c889f9db16b606fda1c232d659df9271d"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.6,"checks":[{"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/test.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":"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":"Code-Review","score":2,"reason":"Found 6/28 approved changesets -- score normalized to 2","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":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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 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":"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":"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":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 9 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-17T13:32:28.199Z","repository_id":38619620,"created_at":"2025-08-17T13:32:28.199Z","updated_at":"2025-08-17T13:32:28.199Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36502766,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-11T02:00:06.871Z","response_time":99,"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"},"owner_record":{"login":"cespare","name":"Caleb Spare","uuid":"318501","kind":"user","description":"I make Go servers fast at @liftoffio.","email":"","website":"https://ctrl-c.us","location":"Kirkland, WA","twitter":"calebspare","company":"Liftoff","icon_url":"https://avatars.githubusercontent.com/u/318501?v=4","repositories_count":150,"last_synced_at":"2026-08-14T04:51:15.147Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/cespare","funding_links":[],"total_stars":7613,"followers":693,"following":18,"created_at":"2022-11-03T01:02:39.637Z","updated_at":"2026-08-14T04:51:15.178Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare/repositories"},"tags":[{"name":"v2.3.0","sha":"998dce232f17418a7a5721ecf87ca714025a3243","kind":"tag","published_at":"2024-04-04T20:03:23.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.3.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.3.0/manifests"},{"name":"v2.2.0","sha":"a76eb16a93c1e30527c073ca831d9048b4b935f6","kind":"tag","published_at":"2022-12-04T02:08:37.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.2.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.2.0/manifests"},{"name":"v2.1.2","sha":"e7a6b52374f7e2abfb8abb27249d53a1997b09a7","kind":"tag","published_at":"2021-08-24T10:03:52.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.2","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"d7df74196a9e781ede915320c11c378c1b2f3a1f","kind":"tag","published_at":"2019-11-14T17:48:30.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.1","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"de209a9ffae3256185a6bb135d1a0ada7b2b5f09","kind":"tag","published_at":"2019-09-04T02:37:34.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"3b82fb7d186719faeedd0c2864f868c74fbf79a1","kind":"tag","published_at":"2019-01-04T01:27:39.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.0.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.0.0/manifests"},{"name":"v1.1.0","sha":"569f7c8abf1f58d9043ab804d364483cb1c853b6","kind":"commit","published_at":"2018-09-10T06:45:31.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v1.1.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"5c37fe3735342a2e0d01c87a907579987c8936cc","kind":"commit","published_at":"2017-08-08T05:22:27.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v1.0.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-08-18T01:09:44.262Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/debian/golang-github-cespare-xxhash?arch=source\u0026distro=debian-13\u0026repository_url=https://packages.debian.org/trixie","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/golang-github-cespare-xxhash","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/golang-github-cespare-xxhash","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/golang-github-cespare-xxhash/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-18T00:51:27.359Z","issues_count":45,"pull_requests_count":45,"avg_time_to_close_issue":4478497.891891892,"avg_time_to_close_pull_request":2699861.975609756,"issues_closed_count":37,"pull_requests_closed_count":41,"pull_request_authors_count":25,"issue_authors_count":32,"avg_comments_per_issue":2.0,"avg_comments_per_pull_request":2.1777777777777776,"merged_pull_requests_count":27,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":2,"past_year_avg_time_to_close_issue":24066.0,"past_year_avg_time_to_close_pull_request":857731.5,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":1.0,"past_year_avg_comments_per_pull_request":0.5,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/issues","maintainers":[{"login":"cespare","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cespare"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/golang-github-cespare-xxhash/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/golang-github-cespare-xxhash/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/golang-github-cespare-xxhash/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/golang-github-cespare-xxhash/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/golang-github-cespare-xxhash/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/golang-github-cespare-xxhash/codemeta","maintainers":[],"registry":{"name":"debian-13","url":"https://packages.debian.org/trixie","ecosystem":"debian","default":false,"packages_count":38024,"maintainers_count":0,"namespaces_count":4,"keywords_count":1985,"github":"debian","metadata":{"codename":"trixie","funded_packages_count":1687},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:50.448Z","updated_at":"2026-08-25T05:04:56.023Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/namespaces"}},{"id":13417277,"name":"golang-github-cespare-xxhash","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/cespare/xxhash","licenses":"mit","normalized_licenses":[],"repository_url":"https://github.com/cespare/xxhash","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-07T03:00:01.407Z","latest_release_published_at":"2026-02-07T03:00:01.407Z","latest_release_number":"2.1.1-2","last_synced_at":"2026-02-07T03:02:26.521Z","created_at":"2026-02-07T03:00:01.125Z","updated_at":"2026-08-18T01:12:58.570Z","registry_url":"https://launchpad.net/ubuntu/+source/golang-github-cespare-xxhash","install_command":"apt-get install golang-github-cespare-xxhash","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"extra","binary":"golang-github-cespare-xxhash-dev","standards_version":"4.4.1","maintainer":"Debian Go Packaging Team \u003cpkg-go-maintainers@lists.alioth.debian.org\u003e","build_depends":"debhelper (\u003e= 12~), dh-golang, golang-any","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":38619620,"uuid":"66737655","full_name":"cespare/xxhash","owner":"cespare","description":"A Go implementation of the 64-bit xxHash algorithm (XXH64)","archived":false,"fork":false,"pushed_at":"2024-07-03T18:24:03.000Z","size":98,"stargazers_count":2138,"open_issues_count":12,"forks_count":140,"subscribers_count":31,"default_branch":"main","last_synced_at":"2026-08-11T00:49:00.363Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/cespare.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-27T22:08:31.000Z","updated_at":"2026-08-08T20:16:51.000Z","dependencies_parsed_at":"2024-06-26T12:24:20.096Z","dependency_job_id":"67707571-f2b8-4718-9be6-8f4f20bbf4d0","html_url":"https://github.com/cespare/xxhash","commit_stats":{"total_commits":100,"total_committers":13,"mean_commits":"7.6923076923076925","dds":"0.18000000000000005","last_synced_commit":"ab37246c889f9db16b606fda1c232d659df9271d"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/cespare/xxhash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/sbom","scorecard":{"id":271596,"data":{"date":"2025-08-11","repo":{"name":"github.com/cespare/xxhash","commit":"ab37246c889f9db16b606fda1c232d659df9271d"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.6,"checks":[{"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/test.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":"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":"Code-Review","score":2,"reason":"Found 6/28 approved changesets -- score normalized to 2","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":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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 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":"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":"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":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 9 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-17T13:32:28.199Z","repository_id":38619620,"created_at":"2025-08-17T13:32:28.199Z","updated_at":"2025-08-17T13:32:28.199Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36502766,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-11T02:00:06.871Z","response_time":99,"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"},"owner_record":{"login":"cespare","name":"Caleb Spare","uuid":"318501","kind":"user","description":"I make Go servers fast at @liftoffio.","email":"","website":"https://ctrl-c.us","location":"Kirkland, WA","twitter":"calebspare","company":"Liftoff","icon_url":"https://avatars.githubusercontent.com/u/318501?v=4","repositories_count":150,"last_synced_at":"2026-08-14T04:51:15.147Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/cespare","funding_links":[],"total_stars":7613,"followers":693,"following":18,"created_at":"2022-11-03T01:02:39.637Z","updated_at":"2026-08-14T04:51:15.178Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare/repositories"},"tags":[{"name":"v2.3.0","sha":"998dce232f17418a7a5721ecf87ca714025a3243","kind":"tag","published_at":"2024-04-04T20:03:23.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.3.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.3.0/manifests"},{"name":"v2.2.0","sha":"a76eb16a93c1e30527c073ca831d9048b4b935f6","kind":"tag","published_at":"2022-12-04T02:08:37.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.2.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.2.0/manifests"},{"name":"v2.1.2","sha":"e7a6b52374f7e2abfb8abb27249d53a1997b09a7","kind":"tag","published_at":"2021-08-24T10:03:52.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.2","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"d7df74196a9e781ede915320c11c378c1b2f3a1f","kind":"tag","published_at":"2019-11-14T17:48:30.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.1","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"de209a9ffae3256185a6bb135d1a0ada7b2b5f09","kind":"tag","published_at":"2019-09-04T02:37:34.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"3b82fb7d186719faeedd0c2864f868c74fbf79a1","kind":"tag","published_at":"2019-01-04T01:27:39.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.0.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.0.0/manifests"},{"name":"v1.1.0","sha":"569f7c8abf1f58d9043ab804d364483cb1c853b6","kind":"commit","published_at":"2018-09-10T06:45:31.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v1.1.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"5c37fe3735342a2e0d01c87a907579987c8936cc","kind":"commit","published_at":"2017-08-08T05:22:27.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v1.0.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-08-18T01:12:58.569Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{},"purl":"pkg:deb/ubuntu/golang-github-cespare-xxhash?arch=source\u0026distro=ubuntu-22.04\u0026repository_url=https://launchpad.net/ubuntu/jammy","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/golang-github-cespare-xxhash","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/golang-github-cespare-xxhash","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/golang-github-cespare-xxhash/dependencies","status":"removed","funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-18T00:51:27.359Z","issues_count":45,"pull_requests_count":45,"avg_time_to_close_issue":4478497.891891892,"avg_time_to_close_pull_request":2699861.975609756,"issues_closed_count":37,"pull_requests_closed_count":41,"pull_request_authors_count":25,"issue_authors_count":32,"avg_comments_per_issue":2.0,"avg_comments_per_pull_request":2.1777777777777776,"merged_pull_requests_count":27,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":2,"past_year_avg_time_to_close_issue":24066.0,"past_year_avg_time_to_close_pull_request":857731.5,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":1.0,"past_year_avg_comments_per_pull_request":0.5,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/issues","maintainers":[{"login":"cespare","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cespare"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/golang-github-cespare-xxhash/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/golang-github-cespare-xxhash/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/golang-github-cespare-xxhash/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/golang-github-cespare-xxhash/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/golang-github-cespare-xxhash/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/golang-github-cespare-xxhash/codemeta","maintainers":[],"registry":{"name":"ubuntu-22.04","url":"https://launchpad.net/ubuntu/jammy","ecosystem":"ubuntu","default":false,"packages_count":34289,"maintainers_count":0,"namespaces_count":4,"keywords_count":1498,"github":"ubuntu","metadata":{"codename":"jammy","funded_packages_count":976},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:46.486Z","updated_at":"2026-08-25T05:06:47.665Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/namespaces"}},{"id":13684201,"name":"golang-github-cespare-xxhash","ecosystem":"debian","description":null,"homepage":"https://github.com/cespare/xxhash","licenses":"mit","normalized_licenses":[],"repository_url":"https://github.com/cespare/xxhash","keywords_array":["golang"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-12T17:43:16.577Z","latest_release_published_at":"2026-02-12T17:43:16.577Z","latest_release_number":"2.1.1-2","last_synced_at":"2026-08-18T15:30:18.155Z","created_at":"2026-02-12T17:43:16.412Z","updated_at":"2026-08-18T15:30:18.155Z","registry_url":"https://tracker.debian.org/pkg/golang-github-cespare-xxhash","install_command":"apt-get install golang-github-cespare-xxhash","documentation_url":"https://packages.debian.org/bookworm/golang-github-cespare-xxhash","metadata":{"component":"main","architecture":"all","priority":"extra","binary":"golang-github-cespare-xxhash-dev","standards_version":"4.4.1","maintainer":"Debian Go Packaging Team \u003cpkg-go-maintainers@lists.alioth.debian.org\u003e","build_depends":"debhelper (\u003e= 12~), dh-golang, golang-any","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":38619620,"uuid":"66737655","full_name":"cespare/xxhash","owner":"cespare","description":"A Go implementation of the 64-bit xxHash algorithm (XXH64)","archived":false,"fork":false,"pushed_at":"2024-07-03T18:24:03.000Z","size":98,"stargazers_count":2138,"open_issues_count":12,"forks_count":140,"subscribers_count":31,"default_branch":"main","last_synced_at":"2026-08-11T00:49:00.363Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/cespare.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-27T22:08:31.000Z","updated_at":"2026-08-08T20:16:51.000Z","dependencies_parsed_at":"2024-06-26T12:24:20.096Z","dependency_job_id":"67707571-f2b8-4718-9be6-8f4f20bbf4d0","html_url":"https://github.com/cespare/xxhash","commit_stats":{"total_commits":100,"total_committers":13,"mean_commits":"7.6923076923076925","dds":"0.18000000000000005","last_synced_commit":"ab37246c889f9db16b606fda1c232d659df9271d"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/cespare/xxhash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/sbom","scorecard":{"id":271596,"data":{"date":"2025-08-11","repo":{"name":"github.com/cespare/xxhash","commit":"ab37246c889f9db16b606fda1c232d659df9271d"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.6,"checks":[{"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/test.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":"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":"Code-Review","score":2,"reason":"Found 6/28 approved changesets -- score normalized to 2","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":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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 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":"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":"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":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 9 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-17T13:32:28.199Z","repository_id":38619620,"created_at":"2025-08-17T13:32:28.199Z","updated_at":"2025-08-17T13:32:28.199Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36502766,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-11T02:00:06.871Z","response_time":99,"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"},"owner_record":{"login":"cespare","name":"Caleb Spare","uuid":"318501","kind":"user","description":"I make Go servers fast at @liftoffio.","email":"","website":"https://ctrl-c.us","location":"Kirkland, WA","twitter":"calebspare","company":"Liftoff","icon_url":"https://avatars.githubusercontent.com/u/318501?v=4","repositories_count":150,"last_synced_at":"2026-08-14T04:51:15.147Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/cespare","funding_links":[],"total_stars":7613,"followers":693,"following":18,"created_at":"2022-11-03T01:02:39.637Z","updated_at":"2026-08-14T04:51:15.178Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare/repositories"},"tags":[{"name":"v2.3.0","sha":"998dce232f17418a7a5721ecf87ca714025a3243","kind":"tag","published_at":"2024-04-04T20:03:23.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.3.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.3.0/manifests"},{"name":"v2.2.0","sha":"a76eb16a93c1e30527c073ca831d9048b4b935f6","kind":"tag","published_at":"2022-12-04T02:08:37.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.2.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.2.0/manifests"},{"name":"v2.1.2","sha":"e7a6b52374f7e2abfb8abb27249d53a1997b09a7","kind":"tag","published_at":"2021-08-24T10:03:52.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.2","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"d7df74196a9e781ede915320c11c378c1b2f3a1f","kind":"tag","published_at":"2019-11-14T17:48:30.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.1","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"de209a9ffae3256185a6bb135d1a0ada7b2b5f09","kind":"tag","published_at":"2019-09-04T02:37:34.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"3b82fb7d186719faeedd0c2864f868c74fbf79a1","kind":"tag","published_at":"2019-01-04T01:27:39.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.0.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.0.0/manifests"},{"name":"v1.1.0","sha":"569f7c8abf1f58d9043ab804d364483cb1c853b6","kind":"commit","published_at":"2018-09-10T06:45:31.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v1.1.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"5c37fe3735342a2e0d01c87a907579987c8936cc","kind":"commit","published_at":"2017-08-08T05:22:27.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v1.0.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-08-18T01:19:36.232Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/debian/golang-github-cespare-xxhash?arch=source\u0026distro=debian-12","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/golang-github-cespare-xxhash","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/golang-github-cespare-xxhash","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/golang-github-cespare-xxhash/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-18T00:51:27.359Z","issues_count":45,"pull_requests_count":45,"avg_time_to_close_issue":4478497.891891892,"avg_time_to_close_pull_request":2699861.975609756,"issues_closed_count":37,"pull_requests_closed_count":41,"pull_request_authors_count":25,"issue_authors_count":32,"avg_comments_per_issue":2.0,"avg_comments_per_pull_request":2.1777777777777776,"merged_pull_requests_count":27,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":2,"past_year_avg_time_to_close_issue":24066.0,"past_year_avg_time_to_close_pull_request":857731.5,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":1.0,"past_year_avg_comments_per_pull_request":0.5,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/issues","maintainers":[{"login":"cespare","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cespare"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/golang-github-cespare-xxhash/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/golang-github-cespare-xxhash/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/golang-github-cespare-xxhash/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/golang-github-cespare-xxhash/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/golang-github-cespare-xxhash/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/golang-github-cespare-xxhash/codemeta","maintainers":[],"registry":{"name":"debian-12","url":"https://packages.debian.org/bookworm","ecosystem":"debian","default":true,"packages_count":34734,"maintainers_count":0,"namespaces_count":4,"keywords_count":2645,"github":"debian","metadata":{"codename":"bookworm","funded_packages_count":1237},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:49.459Z","updated_at":"2026-08-25T05:06:43.662Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/namespaces"}},{"id":13387509,"name":"golang-github-cespare-xxhash","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/cespare/xxhash","licenses":"mit","normalized_licenses":[],"repository_url":"https://github.com/cespare/xxhash","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-05T15:30:53.225Z","latest_release_published_at":"2026-02-05T15:30:53.225Z","latest_release_number":"2.1.1-2","last_synced_at":"2026-08-13T17:49:22.540Z","created_at":"2026-02-05T15:30:49.673Z","updated_at":"2026-08-18T01:44:42.364Z","registry_url":"https://launchpad.net/ubuntu/+source/golang-github-cespare-xxhash","install_command":"apt-get install golang-github-cespare-xxhash","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"extra","binary":"golang-github-cespare-xxhash-dev","standards_version":"4.4.1","maintainer":"Debian Go Packaging Team \u003cpkg-go-maintainers@lists.alioth.debian.org\u003e","build_depends":"debhelper (\u003e= 12~), dh-golang, golang-any","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":38619620,"uuid":"66737655","full_name":"cespare/xxhash","owner":"cespare","description":"A Go implementation of the 64-bit xxHash algorithm (XXH64)","archived":false,"fork":false,"pushed_at":"2024-07-03T18:24:03.000Z","size":98,"stargazers_count":2138,"open_issues_count":12,"forks_count":140,"subscribers_count":31,"default_branch":"main","last_synced_at":"2026-08-11T00:49:00.363Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/cespare.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-27T22:08:31.000Z","updated_at":"2026-08-08T20:16:51.000Z","dependencies_parsed_at":"2024-06-26T12:24:20.096Z","dependency_job_id":"67707571-f2b8-4718-9be6-8f4f20bbf4d0","html_url":"https://github.com/cespare/xxhash","commit_stats":{"total_commits":100,"total_committers":13,"mean_commits":"7.6923076923076925","dds":"0.18000000000000005","last_synced_commit":"ab37246c889f9db16b606fda1c232d659df9271d"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/cespare/xxhash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/sbom","scorecard":{"id":271596,"data":{"date":"2025-08-11","repo":{"name":"github.com/cespare/xxhash","commit":"ab37246c889f9db16b606fda1c232d659df9271d"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.6,"checks":[{"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/test.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":"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":"Code-Review","score":2,"reason":"Found 6/28 approved changesets -- score normalized to 2","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":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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 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":"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":"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":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 9 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-17T13:32:28.199Z","repository_id":38619620,"created_at":"2025-08-17T13:32:28.199Z","updated_at":"2025-08-17T13:32:28.199Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36502766,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-11T02:00:06.871Z","response_time":99,"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"},"owner_record":{"login":"cespare","name":"Caleb Spare","uuid":"318501","kind":"user","description":"I make Go servers fast at @liftoffio.","email":"","website":"https://ctrl-c.us","location":"Kirkland, WA","twitter":"calebspare","company":"Liftoff","icon_url":"https://avatars.githubusercontent.com/u/318501?v=4","repositories_count":150,"last_synced_at":"2026-08-14T04:51:15.147Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/cespare","funding_links":[],"total_stars":7613,"followers":693,"following":18,"created_at":"2022-11-03T01:02:39.637Z","updated_at":"2026-08-14T04:51:15.178Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare/repositories"},"tags":[{"name":"v2.3.0","sha":"998dce232f17418a7a5721ecf87ca714025a3243","kind":"tag","published_at":"2024-04-04T20:03:23.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.3.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.3.0/manifests"},{"name":"v2.2.0","sha":"a76eb16a93c1e30527c073ca831d9048b4b935f6","kind":"tag","published_at":"2022-12-04T02:08:37.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.2.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.2.0/manifests"},{"name":"v2.1.2","sha":"e7a6b52374f7e2abfb8abb27249d53a1997b09a7","kind":"tag","published_at":"2021-08-24T10:03:52.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.2","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"d7df74196a9e781ede915320c11c378c1b2f3a1f","kind":"tag","published_at":"2019-11-14T17:48:30.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.1","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"de209a9ffae3256185a6bb135d1a0ada7b2b5f09","kind":"tag","published_at":"2019-09-04T02:37:34.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"3b82fb7d186719faeedd0c2864f868c74fbf79a1","kind":"tag","published_at":"2019-01-04T01:27:39.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.0.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.0.0/manifests"},{"name":"v1.1.0","sha":"569f7c8abf1f58d9043ab804d364483cb1c853b6","kind":"commit","published_at":"2018-09-10T06:45:31.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v1.1.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"5c37fe3735342a2e0d01c87a907579987c8936cc","kind":"commit","published_at":"2017-08-08T05:22:27.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v1.0.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-08-18T01:44:42.364Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":0.0,"dependent_packages_count":0.0,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":100},"purl":"pkg:deb/ubuntu/golang-github-cespare-xxhash?arch=source\u0026distro=ubuntu-24.04","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/golang-github-cespare-xxhash","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/golang-github-cespare-xxhash","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/golang-github-cespare-xxhash/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-18T00:51:27.359Z","issues_count":45,"pull_requests_count":45,"avg_time_to_close_issue":4478497.891891892,"avg_time_to_close_pull_request":2699861.975609756,"issues_closed_count":37,"pull_requests_closed_count":41,"pull_request_authors_count":25,"issue_authors_count":32,"avg_comments_per_issue":2.0,"avg_comments_per_pull_request":2.1777777777777776,"merged_pull_requests_count":27,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":2,"past_year_avg_time_to_close_issue":24066.0,"past_year_avg_time_to_close_pull_request":857731.5,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":1.0,"past_year_avg_comments_per_pull_request":0.5,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/issues","maintainers":[{"login":"cespare","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cespare"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/golang-github-cespare-xxhash/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/golang-github-cespare-xxhash/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/golang-github-cespare-xxhash/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/golang-github-cespare-xxhash/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/golang-github-cespare-xxhash/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/golang-github-cespare-xxhash/codemeta","maintainers":[],"registry":{"name":"ubuntu-24.04","url":"https://launchpad.net/ubuntu/noble","ecosystem":"ubuntu","default":true,"packages_count":37306,"maintainers_count":0,"namespaces_count":4,"keywords_count":1697,"github":"ubuntu","metadata":{"codename":"noble","funded_packages_count":1245},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:45.928Z","updated_at":"2026-08-25T05:06:49.291Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/namespaces"}},{"id":8200014,"name":"github.com/cespare/xxHash","ecosystem":"go","description":"Package xxhash implements the 64-bit variant of xxHash (XXH64) as described at http://cyan4973.github.io/xxHash/.","homepage":"https://github.com/cespare/xxHash","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/cespare/xxHash","keywords_array":[],"namespace":"github.com/cespare","versions_count":2,"first_release_published_at":"2017-08-08T05:22:27.000Z","latest_release_published_at":"2018-09-10T06:45:31.000Z","latest_release_number":"v1.1.0","last_synced_at":"2026-08-25T01:17:00.350Z","created_at":"2023-09-05T02:41:30.571Z","updated_at":"2026-08-25T01:17:00.350Z","registry_url":"https://pkg.go.dev/github.com/cespare/xxHash","install_command":"go get github.com/cespare/xxHash","documentation_url":"https://pkg.go.dev/github.com/cespare/xxHash#section-documentation","metadata":{},"repo_metadata":{"id":38619620,"uuid":"66737655","full_name":"cespare/xxhash","owner":"cespare","description":"A Go implementation of the 64-bit xxHash algorithm (XXH64)","archived":false,"fork":false,"pushed_at":"2024-07-03T18:24:03.000Z","size":98,"stargazers_count":2136,"open_issues_count":11,"forks_count":140,"subscribers_count":31,"default_branch":"main","last_synced_at":"2026-08-18T00:53:26.819Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/cespare.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-27T22:08:31.000Z","updated_at":"2026-08-17T00:56:07.000Z","dependencies_parsed_at":"2024-06-26T12:24:20.096Z","dependency_job_id":"67707571-f2b8-4718-9be6-8f4f20bbf4d0","html_url":"https://github.com/cespare/xxhash","commit_stats":{"total_commits":100,"total_committers":13,"mean_commits":"7.6923076923076925","dds":"0.18000000000000005","last_synced_commit":"ab37246c889f9db16b606fda1c232d659df9271d"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/cespare/xxhash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/sbom","scorecard":{"id":271596,"data":{"date":"2025-08-11","repo":{"name":"github.com/cespare/xxhash","commit":"ab37246c889f9db16b606fda1c232d659df9271d"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.6,"checks":[{"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/test.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":"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":"Code-Review","score":2,"reason":"Found 6/28 approved changesets -- score normalized to 2","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":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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 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":"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":"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":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 9 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-17T13:32:28.199Z","repository_id":38619620,"created_at":"2025-08-17T13:32:28.199Z","updated_at":"2025-08-17T13:32:28.199Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36753358,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-17T02:00:06.698Z","response_time":86,"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"},"owner_record":{"login":"cespare","name":"Caleb Spare","uuid":"318501","kind":"user","description":"I make Go servers fast at @liftoffio.","email":"","website":"https://ctrl-c.us","location":"Kirkland, WA","twitter":"calebspare","company":"Liftoff","icon_url":"https://avatars.githubusercontent.com/u/318501?v=4","repositories_count":150,"last_synced_at":"2026-08-14T04:51:15.147Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/cespare","funding_links":[],"total_stars":7613,"followers":693,"following":18,"created_at":"2022-11-03T01:02:39.637Z","updated_at":"2026-08-14T04:51:15.178Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare/repositories"},"tags":[{"name":"v2.3.0","sha":"998dce232f17418a7a5721ecf87ca714025a3243","kind":"tag","published_at":"2024-04-04T20:03:23.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.3.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.3.0/manifests"},{"name":"v2.2.0","sha":"a76eb16a93c1e30527c073ca831d9048b4b935f6","kind":"tag","published_at":"2022-12-04T02:08:37.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.2.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.2.0/manifests"},{"name":"v2.1.2","sha":"e7a6b52374f7e2abfb8abb27249d53a1997b09a7","kind":"tag","published_at":"2021-08-24T10:03:52.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.2","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"d7df74196a9e781ede915320c11c378c1b2f3a1f","kind":"tag","published_at":"2019-11-14T17:48:30.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.1","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"de209a9ffae3256185a6bb135d1a0ada7b2b5f09","kind":"tag","published_at":"2019-09-04T02:37:34.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"3b82fb7d186719faeedd0c2864f868c74fbf79a1","kind":"tag","published_at":"2019-01-04T01:27:39.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.0.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.0.0/manifests"},{"name":"v1.1.0","sha":"569f7c8abf1f58d9043ab804d364483cb1c853b6","kind":"commit","published_at":"2018-09-10T06:45:31.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v1.1.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"5c37fe3735342a2e0d01c87a907579987c8936cc","kind":"commit","published_at":"2017-08-08T05:22:27.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v1.0.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-08-19T08:42:11.337Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":10.56745293061189,"dependent_packages_count":8.899321458400431,"stargazers_count":1.6718794367702818,"forks_count":2.435653184996752,"docker_downloads_count":null,"average":5.893576752694838},"purl":"pkg:golang/github.com/cespare/xx%21hash","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/cespare/xxHash","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/cespare/xxHash","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/cespare/xxHash/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-19T00:53:56.782Z","issues_count":45,"pull_requests_count":45,"avg_time_to_close_issue":4478497.891891892,"avg_time_to_close_pull_request":2699861.975609756,"issues_closed_count":37,"pull_requests_closed_count":41,"pull_request_authors_count":25,"issue_authors_count":32,"avg_comments_per_issue":2.0,"avg_comments_per_pull_request":2.1777777777777776,"merged_pull_requests_count":27,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":2,"past_year_avg_time_to_close_issue":24066.0,"past_year_avg_time_to_close_pull_request":857731.5,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":1.0,"past_year_avg_comments_per_pull_request":0.5,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/issues","maintainers":[{"login":"cespare","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cespare"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcespare%2FxxHash/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcespare%2FxxHash/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcespare%2FxxHash/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcespare%2FxxHash/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcespare%2FxxHash/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcespare%2FxxHash/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2281958,"maintainers_count":0,"namespaces_count":839500,"keywords_count":125409,"github":"golang","metadata":{"funded_packages_count":68001,"sync_missing_packages_cursor":{"timestamp":"2026-08-17T00:00:58.969562Z","path":"github.com/Tektoncd/operator","version":"v0.78.0"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-26T05:01:06.821Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":3492783,"name":"github.com/cespare/xxhash","ecosystem":"go","description":"Package xxhash implements the 64-bit variant of xxHash (XXH64) as described at http://cyan4973.github.io/xxHash/.","homepage":"https://github.com/cespare/xxhash","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/cespare/xxhash","keywords_array":[],"namespace":"github.com/cespare","versions_count":2,"first_release_published_at":"2017-08-08T05:22:27.000Z","latest_release_published_at":"2018-09-10T06:45:31.000Z","latest_release_number":"v1.1.0","last_synced_at":"2026-08-25T01:18:02.235Z","created_at":"2022-04-10T19:12:24.270Z","updated_at":"2026-08-25T01:18:02.235Z","registry_url":"https://pkg.go.dev/github.com/cespare/xxhash","install_command":"go get github.com/cespare/xxhash","documentation_url":"https://pkg.go.dev/github.com/cespare/xxhash#section-documentation","metadata":{},"repo_metadata":{"id":38619620,"uuid":"66737655","full_name":"cespare/xxhash","owner":"cespare","description":"A Go implementation of the 64-bit xxHash algorithm (XXH64)","archived":false,"fork":false,"pushed_at":"2024-07-03T18:24:03.000Z","size":98,"stargazers_count":2136,"open_issues_count":11,"forks_count":140,"subscribers_count":31,"default_branch":"main","last_synced_at":"2026-08-18T00:53:26.819Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/cespare.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-27T22:08:31.000Z","updated_at":"2026-08-17T00:56:07.000Z","dependencies_parsed_at":"2024-06-26T12:24:20.096Z","dependency_job_id":"67707571-f2b8-4718-9be6-8f4f20bbf4d0","html_url":"https://github.com/cespare/xxhash","commit_stats":{"total_commits":100,"total_committers":13,"mean_commits":"7.6923076923076925","dds":"0.18000000000000005","last_synced_commit":"ab37246c889f9db16b606fda1c232d659df9271d"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/cespare/xxhash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/sbom","scorecard":{"id":271596,"data":{"date":"2025-08-11","repo":{"name":"github.com/cespare/xxhash","commit":"ab37246c889f9db16b606fda1c232d659df9271d"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.6,"checks":[{"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/test.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":"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":"Code-Review","score":2,"reason":"Found 6/28 approved changesets -- score normalized to 2","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":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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 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":"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":"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":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 9 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-17T13:32:28.199Z","repository_id":38619620,"created_at":"2025-08-17T13:32:28.199Z","updated_at":"2025-08-17T13:32:28.199Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36757738,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-18T02:00:06.197Z","response_time":52,"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"},"owner_record":{"login":"cespare","name":"Caleb Spare","uuid":"318501","kind":"user","description":"I make Go servers fast at @liftoffio.","email":"","website":"https://ctrl-c.us","location":"Kirkland, WA","twitter":"calebspare","company":"Liftoff","icon_url":"https://avatars.githubusercontent.com/u/318501?v=4","repositories_count":150,"last_synced_at":"2026-08-14T04:51:15.147Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/cespare","funding_links":[],"total_stars":7613,"followers":693,"following":18,"created_at":"2022-11-03T01:02:39.637Z","updated_at":"2026-08-14T04:51:15.178Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare/repositories"},"tags":[{"name":"v2.3.0","sha":"998dce232f17418a7a5721ecf87ca714025a3243","kind":"tag","published_at":"2024-04-04T20:03:23.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.3.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.3.0/manifests"},{"name":"v2.2.0","sha":"a76eb16a93c1e30527c073ca831d9048b4b935f6","kind":"tag","published_at":"2022-12-04T02:08:37.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.2.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.2.0/manifests"},{"name":"v2.1.2","sha":"e7a6b52374f7e2abfb8abb27249d53a1997b09a7","kind":"tag","published_at":"2021-08-24T10:03:52.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.2","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"d7df74196a9e781ede915320c11c378c1b2f3a1f","kind":"tag","published_at":"2019-11-14T17:48:30.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.1","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"de209a9ffae3256185a6bb135d1a0ada7b2b5f09","kind":"tag","published_at":"2019-09-04T02:37:34.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"3b82fb7d186719faeedd0c2864f868c74fbf79a1","kind":"tag","published_at":"2019-01-04T01:27:39.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.0.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.0.0/manifests"},{"name":"v1.1.0","sha":"569f7c8abf1f58d9043ab804d364483cb1c853b6","kind":"commit","published_at":"2018-09-10T06:45:31.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v1.1.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"5c37fe3735342a2e0d01c87a907579987c8936cc","kind":"commit","published_at":"2017-08-08T05:22:27.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v1.0.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-08-19T09:07:42.210Z","dependent_packages_count":9752,"downloads":null,"downloads_period":null,"dependent_repos_count":84633,"rankings":{"downloads":null,"dependent_repos_count":0.014524222772528884,"dependent_packages_count":0.027803512164555295,"stargazers_count":1.760958266720752,"forks_count":2.5351490477247225,"docker_downloads_count":0.04326143497246104,"average":0.876339296871004},"purl":"pkg:golang/github.com/cespare/xxhash","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/cespare/xxhash","docker_dependents_count":2103,"docker_downloads_count":7563136398,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/cespare/xxhash","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/cespare/xxhash/dependencies","status":null,"funding_links":[],"critical":true,"issue_metadata":{"last_synced_at":"2026-08-19T00:53:56.782Z","issues_count":45,"pull_requests_count":45,"avg_time_to_close_issue":4478497.891891892,"avg_time_to_close_pull_request":2699861.975609756,"issues_closed_count":37,"pull_requests_closed_count":41,"pull_request_authors_count":25,"issue_authors_count":32,"avg_comments_per_issue":2.0,"avg_comments_per_pull_request":2.1777777777777776,"merged_pull_requests_count":27,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":2,"past_year_avg_time_to_close_issue":24066.0,"past_year_avg_time_to_close_pull_request":857731.5,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":1.0,"past_year_avg_comments_per_pull_request":0.5,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/issues","maintainers":[{"login":"cespare","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cespare"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcespare%2Fxxhash/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcespare%2Fxxhash/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcespare%2Fxxhash/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcespare%2Fxxhash/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcespare%2Fxxhash/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcespare%2Fxxhash/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2281958,"maintainers_count":0,"namespaces_count":839500,"keywords_count":125409,"github":"golang","metadata":{"funded_packages_count":68001,"sync_missing_packages_cursor":{"timestamp":"2026-08-17T00:00:58.969562Z","path":"github.com/Tektoncd/operator","version":"v0.78.0"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-26T05:01:06.821Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}},{"id":3497852,"name":"github.com/cespare/xxhash/v2","ecosystem":"go","description":"Package xxhash implements the 64-bit variant of xxHash (XXH64) as described at http://cyan4973.github.io/xxHash/.","homepage":"https://github.com/cespare/xxhash","licenses":"mit","normalized_licenses":["MIT"],"repository_url":"https://github.com/cespare/xxhash","keywords_array":[],"namespace":"github.com/cespare/xxhash","versions_count":6,"first_release_published_at":"2019-01-04T01:26:19.000Z","latest_release_published_at":"2024-04-04T20:00:10.000Z","latest_release_number":"v2.3.0","last_synced_at":"2026-08-25T02:48:45.359Z","created_at":"2022-04-10T19:46:59.203Z","updated_at":"2026-08-25T02:48:45.359Z","registry_url":"https://pkg.go.dev/github.com/cespare/xxhash/v2","install_command":"go get github.com/cespare/xxhash/v2","documentation_url":"https://pkg.go.dev/github.com/cespare/xxhash/v2#section-documentation","metadata":{},"repo_metadata":{"id":38619620,"uuid":"66737655","full_name":"cespare/xxhash","owner":"cespare","description":"A Go implementation of the 64-bit xxHash algorithm (XXH64)","archived":false,"fork":false,"pushed_at":"2024-07-03T18:24:03.000Z","size":98,"stargazers_count":2136,"open_issues_count":11,"forks_count":140,"subscribers_count":31,"default_branch":"main","last_synced_at":"2026-08-18T00:53:26.819Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Go","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/cespare.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-08-27T22:08:31.000Z","updated_at":"2026-08-17T00:56:07.000Z","dependencies_parsed_at":"2024-06-26T12:24:20.096Z","dependency_job_id":"67707571-f2b8-4718-9be6-8f4f20bbf4d0","html_url":"https://github.com/cespare/xxhash","commit_stats":{"total_commits":100,"total_committers":13,"mean_commits":"7.6923076923076925","dds":"0.18000000000000005","last_synced_commit":"ab37246c889f9db16b606fda1c232d659df9271d"},"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"purl":"pkg:github/cespare/xxhash","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/sbom","scorecard":{"id":271596,"data":{"date":"2025-08-11","repo":{"name":"github.com/cespare/xxhash","commit":"ab37246c889f9db16b606fda1c232d659df9271d"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":3.6,"checks":[{"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/test.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":"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":"Code-Review","score":2,"reason":"Found 6/28 approved changesets -- score normalized to 2","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":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":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:18: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:23: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:41: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: third-party GitHubAction not pinned by hash: .github/workflows/test.yml:46: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:49: update your workflow using https://app.stepsecurity.io/secureworkflow/cespare/xxhash/test.yml/main?enable=pin","Info:   0 out of   2 GitHub-owned GitHubAction dependencies pinned","Info:   0 out of   3 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":"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":"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":"Branch-Protection","score":0,"reason":"branch protection not enabled on development/release branches","details":["Warn: branch protection not enabled for branch 'main'"],"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":"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":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 9 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-17T13:32:28.199Z","repository_id":38619620,"created_at":"2025-08-17T13:32:28.199Z","updated_at":"2025-08-17T13:32:28.199Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36757738,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-08-06T04:43:03.162Z","status":"online","status_checked_at":"2026-08-18T02:00:06.197Z","response_time":52,"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"},"owner_record":{"login":"cespare","name":"Caleb Spare","uuid":"318501","kind":"user","description":"I make Go servers fast at @liftoffio.","email":"","website":"https://ctrl-c.us","location":"Kirkland, WA","twitter":"calebspare","company":"Liftoff","icon_url":"https://avatars.githubusercontent.com/u/318501?v=4","repositories_count":150,"last_synced_at":"2026-08-14T04:51:15.147Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/cespare","funding_links":[],"total_stars":7613,"followers":693,"following":18,"created_at":"2022-11-03T01:02:39.637Z","updated_at":"2026-08-14T04:51:15.178Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cespare/repositories"},"tags":[{"name":"v2.3.0","sha":"998dce232f17418a7a5721ecf87ca714025a3243","kind":"tag","published_at":"2024-04-04T20:03:23.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.3.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.3.0/manifests"},{"name":"v2.2.0","sha":"a76eb16a93c1e30527c073ca831d9048b4b935f6","kind":"tag","published_at":"2022-12-04T02:08:37.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.2.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.2.0/manifests"},{"name":"v2.1.2","sha":"e7a6b52374f7e2abfb8abb27249d53a1997b09a7","kind":"tag","published_at":"2021-08-24T10:03:52.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.2","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.2/manifests"},{"name":"v2.1.1","sha":"d7df74196a9e781ede915320c11c378c1b2f3a1f","kind":"tag","published_at":"2019-11-14T17:48:30.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.1","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.1/manifests"},{"name":"v2.1.0","sha":"de209a9ffae3256185a6bb135d1a0ada7b2b5f09","kind":"tag","published_at":"2019-09-04T02:37:34.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.1.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.1.0/manifests"},{"name":"v2.0.0","sha":"3b82fb7d186719faeedd0c2864f868c74fbf79a1","kind":"tag","published_at":"2019-01-04T01:27:39.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v2.0.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v2.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v2.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v2.0.0/manifests"},{"name":"v1.1.0","sha":"569f7c8abf1f58d9043ab804d364483cb1c853b6","kind":"commit","published_at":"2018-09-10T06:45:31.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v1.1.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"5c37fe3735342a2e0d01c87a907579987c8936cc","kind":"commit","published_at":"2017-08-08T05:22:27.000Z","download_url":"https://codeload.github.com/cespare/xxhash/tar.gz/v1.0.0","html_url":"https://github.com/cespare/xxhash/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/cespare/xxhash@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-08-19T07:13:45.105Z","dependent_packages_count":47719,"downloads":null,"downloads_period":null,"dependent_repos_count":89948,"rankings":{"downloads":null,"dependent_repos_count":0.013486778288776823,"dependent_packages_count":0.005187222418760316,"stargazers_count":1.760958266720752,"forks_count":2.5351490477247225,"docker_downloads_count":0.0012449333805024758,"average":0.8632052497067028},"purl":"pkg:golang/github.com/cespare/xxhash/v2","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/cespare/xxhash/v2","docker_dependents_count":22016,"docker_downloads_count":71859441550,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/cespare/xxhash/v2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/cespare/xxhash/v2/dependencies","status":null,"funding_links":[],"critical":true,"issue_metadata":{"last_synced_at":"2026-08-19T00:53:56.782Z","issues_count":45,"pull_requests_count":45,"avg_time_to_close_issue":4478497.891891892,"avg_time_to_close_pull_request":2699861.975609756,"issues_closed_count":37,"pull_requests_closed_count":41,"pull_request_authors_count":25,"issue_authors_count":32,"avg_comments_per_issue":2.0,"avg_comments_per_pull_request":2.1777777777777776,"merged_pull_requests_count":27,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":2,"past_year_avg_time_to_close_issue":24066.0,"past_year_avg_time_to_close_pull_request":857731.5,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":1.0,"past_year_avg_comments_per_pull_request":0.5,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/issues","maintainers":[{"login":"cespare","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cespare"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcespare%2Fxxhash%2Fv2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcespare%2Fxxhash%2Fv2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcespare%2Fxxhash%2Fv2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcespare%2Fxxhash%2Fv2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcespare%2Fxxhash%2Fv2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fcespare%2Fxxhash%2Fv2/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2281958,"maintainers_count":0,"namespaces_count":839500,"keywords_count":125409,"github":"golang","metadata":{"funded_packages_count":68001,"sync_missing_packages_cursor":{"timestamp":"2026-08-17T00:00:58.969562Z","path":"github.com/Tektoncd/operator","version":"v0.78.0"},"rate_limit":1},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-08-26T05:01:06.821Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/namespaces"}}],"commits":{"id":7792,"full_name":"cespare/xxhash","default_branch":"main","total_commits":100,"total_committers":13,"total_bot_commits":0,"total_bot_committers":0,"mean_commits":7.6923076923076925,"dds":0.18000000000000005,"past_year_total_commits":0,"past_year_total_committers":0,"past_year_total_bot_commits":0,"past_year_total_bot_committers":0,"past_year_mean_commits":0.0,"past_year_dds":0.0,"last_synced_at":"2026-08-26T00:55:14.414Z","last_synced_commit":"ab37246c889f9db16b606fda1c232d659df9271d","created_at":"2023-03-07T09:46:34.582Z","updated_at":"2026-08-26T00:55:14.113Z","committers":[{"name":"Caleb Spare","email":"cespare@gmail.com","login":"cespare","count":82},{"name":"greatroar","email":"61184462+greatroar","login":"greatroar","count":3},{"name":"Diego Ongaro","email":"dongaro@ebay.com","login":"ongardie-ebay","count":3},{"name":"rfyiamcool","email":"rfyiamcool@163.com","login":"rfyiamcool","count":2},{"name":"Alexey Palazhchenko","email":"alexey.palazhchenko@gmail.com","login":"AlekSi","count":2},{"name":"nagesh4193","email":"70690392+nagesh4193","login":"nagesh4193","count":1},{"name":"Ralph Caraveo III","email":"deckarep@gmail.com","login":"deckarep","count":1},{"name":"Kaur Kuut","email":"strom@nevermore.ee","login":"xStrom","count":1},{"name":"Jonas L","email":"jooola","login":"jooola","count":1},{"name":"Gerasimos (Makis) Maropoulos","email":"kataras2006@hotmail.com","login":"kataras","count":1},{"name":"Dave Cheney","email":"dave@cheney.net","login":"davecheney","count":1},{"name":"Andreas Deininger","email":"andreas@deininger.net","login":"deining","count":1},{"name":"Aliaksandr Valialkin","email":"valyala@gmail.com","login":"valyala","count":1}],"past_year_committers":[],"commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-08-26T00:00:10.794Z","repositories_count":6778025,"commits_count":983176112,"contributors_count":41439624,"owners_count":1364573,"committers_count":3363305,"icon_url":"https://github.com/github.png","host_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories"}},"issues":{"table":{"full_name":"cespare/xxhash","html_url":"https://github.com/cespare/xxhash","last_synced_at":"2026-08-26T09:33:04.878Z","status":null,"issues_count":45,"pull_requests_count":45,"avg_time_to_close_issue":4478497.891891892,"avg_time_to_close_pull_request":2699861.975609756,"issues_closed_count":37,"pull_requests_closed_count":41,"pull_request_authors_count":25,"issue_authors_count":32,"avg_comments_per_issue":2.0,"avg_comments_per_pull_request":2.1777777777777776,"merged_pull_requests_count":27,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":1,"past_year_pull_requests_count":2,"past_year_avg_time_to_close_issue":24066.0,"past_year_avg_time_to_close_pull_request":857731.5,"past_year_issues_closed_count":1,"past_year_pull_requests_closed_count":2,"past_year_pull_request_authors_count":2,"past_year_issue_authors_count":1,"past_year_avg_comments_per_issue":1.0,"past_year_avg_comments_per_pull_request":0.5,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"created_at":"2023-05-16T03:48:29.890Z","updated_at":"2026-08-26T09:33:04.879Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/cespare%2Fxxhash/issues","issue_labels_count":{"table":{}},"pull_request_labels_count":{"table":{}},"issue_author_associations_count":{"table":{"NONE":32,"OWNER":11,"CONTRIBUTOR":2}},"pull_request_author_associations_count":{"table":{"CONTRIBUTOR":17,"NONE":15,"OWNER":13}},"issue_authors":{"table":{"cespare":11,"hiqsociety":2,"tegk":2,"pkieltyka":2,"aviau":1,"AlekSi":1,"SterlingWitty":1,"miparnisari":1,"ongardie-ebay":1,"sergeevabc":1,"vtolstov":1,"bwplotka":1,"udayangaac":1,"OneOfOne":1,"prr123":1,"metalim":1,"pacoxu":1,"PurePackets":1,"james-antill":1,"mdaliyan":1,"ghost":1,"DouFuJuShi":1,"MXWXZ":1,"wfbrown53":1,"hitzhangjie":1,"dash042":1,"benjamin-bader":1,"maxid":1,"mpx":1,"zneroladivad":1,"nicolasStevenin":1,"reneba":1}},"pull_request_authors":{"table":{"cespare":13,"greatroar":4,"aimuz":2,"Jorropo":2,"AlekSi":2,"rfyiamcool":2,"johejo":2,"jeromefroe":1,"nagesh4193":1,"davecheney":1,"xStrom":1,"JohanLindvall":1,"jooola":1,"klauspost":1,"MXWXZ":1,"Andrewjeska":1,"ycombinator":1,"deining":1,"ongardie-ebay":1,"deckarep":1,"15-pieces-of-flair":1,"kataras":1,"valyala":1,"quasilyte":1,"Solaris-star":1}},"host":{"table":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-08-26T00:00:06.716Z","repositories_count":16391071,"issues_count":42683861,"pull_requests_count":136511424,"authors_count":11537593,"icon_url":"https://github.com/github.png","host_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories","owners_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/owners","authors_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors"}},"past_year_issue_labels_count":{"table":{}},"past_year_pull_request_labels_count":{"table":{}},"past_year_issue_author_associations_count":{"table":{"NONE":1}},"past_year_pull_request_author_associations_count":{"table":{"NONE":2}},"past_year_issue_authors":{"table":{"PurePackets":1}},"past_year_pull_request_authors":{"table":{"JohanLindvall":1,"Solaris-star":1}},"maintainers":[{"table":{"login":"cespare","count":24,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/cespare"}}],"active_maintainers":[]}},"events":{"total":{"ForkEvent":13,"IssueCommentEvent":4,"IssuesEvent":4,"PullRequestEvent":1,"PullRequestReviewCommentEvent":1,"PullRequestReviewEvent":1,"WatchEvent":231},"last_year":{"ForkEvent":5,"IssueCommentEvent":1,"IssuesEvent":1,"PullRequestEvent":1,"WatchEvent":39}},"keywords":[],"dependencies":[{"ecosystem":"actions","filepath":".github/workflows/test.yml","sha":null,"kind":"manifest","created_at":"2023-01-23T23:15:55.111Z","updated_at":"2023-01-23T23:15:55.111Z","repository_link":"https://github.com/cespare/xxhash/blob/main/.github/workflows/test.yml","dependencies":[{"id":7131082601,"package_name":"WillAbides/setup-go-faster","ecosystem":"actions","requirements":"v1.5.0","direct":true,"kind":"composite","optional":false},{"id":7131082602,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":7131082603,"package_name":"docker/setup-qemu-action","ecosystem":"actions","requirements":"v1","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"go","filepath":"xxhashbench/go.mod","sha":null,"kind":"manifest","created_at":"2023-01-23T23:15:55.119Z","updated_at":"2023-01-23T23:15:55.119Z","repository_link":"https://github.com/cespare/xxhash/blob/main/xxhashbench/go.mod","dependencies":[{"id":7131082604,"package_name":"github.com/OneOfOne/xxhash","ecosystem":"go","requirements":"v1.2.5","direct":true,"kind":"runtime","optional":false},{"id":7131082605,"package_name":"github.com/cespare/xxhash/v2","ecosystem":"go","requirements":"v2.0.0-00010101000000-000000000000","direct":true,"kind":"runtime","optional":false},{"id":7131082606,"package_name":"github.com/spaolacci/murmur3","ecosystem":"go","requirements":"v1.1.0","direct":true,"kind":"runtime","optional":false}]},{"ecosystem":"go","filepath":"xxhashbench/go.sum","sha":null,"kind":"lockfile","created_at":"2023-01-23T23:15:55.126Z","updated_at":"2023-01-23T23:15:55.126Z","repository_link":"https://github.com/cespare/xxhash/blob/main/xxhashbench/go.sum","dependencies":[{"id":7131082607,"package_name":"github.com/OneOfOne/xxhash","ecosystem":"go","requirements":"v1.2.2","direct":false,"kind":"runtime","optional":false},{"id":7131082608,"package_name":"github.com/OneOfOne/xxhash","ecosystem":"go","requirements":"v1.2.5","direct":false,"kind":"runtime","optional":false},{"id":7131082609,"package_name":"github.com/spaolacci/murmur3","ecosystem":"go","requirements":"v0.0.0-20180118202830-f09979ecbc72","direct":false,"kind":"runtime","optional":false},{"id":7131082610,"package_name":"github.com/spaolacci/murmur3","ecosystem":"go","requirements":"v1.1.0","direct":false,"kind":"runtime","optional":false}]},{"ecosystem":"go","filepath":"go.mod","sha":null,"kind":"manifest","created_at":"2024-01-13T23:07:27.863Z","updated_at":"2024-01-13T23:07:27.863Z","repository_link":"https://github.com/cespare/xxhash/blob/main/go.mod","dependencies":[]},{"ecosystem":"go","filepath":"go.sum","sha":null,"kind":"lockfile","created_at":"2024-01-13T23:07:28.032Z","updated_at":"2024-01-13T23:07:28.032Z","repository_link":"https://github.com/cespare/xxhash/blob/main/go.sum","dependencies":[]}],"score":35.3362242258013,"created_at":"2026-05-14T05:14:01.837Z","updated_at":"2026-08-26T10:06:00.442Z","avatar_url":"https://github.com/cespare.png","language":"Go","codemeta":null,"publiccode":null,"project_url":"https://summary.ecosyste.ms/api/v1/projects/372405","html_url":"https://summary.ecosyste.ms/projects/372405"}