{"id":362601,"url":"https://github.com/google/go-cmp","last_synced_at":"2026-08-23T11:03:15.801Z","repository":{"id":37550168,"uuid":"96570421","full_name":"google/go-cmp","owner":"google","description":"Package for comparing Go values in tests","archived":false,"fork":false,"pushed_at":"2026-06-18T07:33:22.000Z","size":550,"stargazers_count":4675,"open_issues_count":62,"forks_count":239,"subscribers_count":30,"default_branch":"master","last_synced_at":"2026-08-23T00:59:22.536Z","etag":null,"topics":["equality","go","testing"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/google.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-07-07T19:28:22.000Z","updated_at":"2026-08-22T16:01:37.000Z","dependencies_parsed_at":"2023-10-10T19:54:16.595Z","dependency_job_id":"011030ac-84ca-4f02-8743-5fa5d47e0fde","html_url":"https://github.com/google/go-cmp","commit_stats":{"total_commits":171,"total_committers":29,"mean_commits":5.896551724137931,"dds":"0.20467836257309946","last_synced_commit":"391980c4b2e1cc2c30d2bfae6039815350490495"},"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/google/go-cmp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/sbom","scorecard":{"id":437038,"data":{"date":"2025-08-11","repo":{"name":"github.com/google/go-cmp","commit":"9b12f366a942ebc7254abc7f32ca05068b455fb7"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":7.9,"checks":[{"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":"Maintained","score":0,"reason":"0 commit(s) and 1 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":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Token-Permissions","score":10,"reason":"GitHub workflow tokens follow principle of least privilege","details":["Info: topLevel 'contents' permission set to 'read': .github/workflows/test.yml:4","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":10,"reason":"all dependencies are pinned","details":["Info:   2 out of   2 GitHub-owned 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":"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":"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/google/.github/SECURITY.md:1","Info: Found linked content: github.com/google/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/google/.github/SECURITY.md:1","Info: Found text in security policy: github.com/google/.github/SECURITY.md:1"],"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":"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: 2 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T04:56:10.380Z","repository_id":37550168,"created_at":"2025-08-19T04:56:10.380Z","updated_at":"2025-08-19T04:56:10.380Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36838867,"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":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"owner":{"login":"google","name":"Google","uuid":"1342004","kind":"organization","description":"Google ❤️ Open Source","email":"opensource@google.com","website":"https://opensource.google/","location":"United States of America","twitter":"GoogleOSS","company":null,"icon_url":"https://avatars.githubusercontent.com/u/1342004?v=4","repositories_count":2871,"last_synced_at":"2026-08-22T00:54:31.773Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/google","funding_links":[],"total_stars":2139152,"followers":77253,"following":0,"created_at":"2022-11-02T16:20:58.973Z","updated_at":"2026-08-22T00:54:31.787Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google/repositories"},"packages":[{"id":13545675,"name":"golang-github-google-go-cmp","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/google/go-cmp","licenses":"bsd-3-clause","normalized_licenses":[],"repository_url":"https://github.com/google/go-cmp","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-11T02:02:39.013Z","latest_release_published_at":"2026-02-11T02:02:39.013Z","latest_release_number":"0.5.9-1","last_synced_at":"2026-03-11T09:03:58.181Z","created_at":"2026-02-11T02:02:38.809Z","updated_at":"2026-08-23T02:19:11.619Z","registry_url":"https://launchpad.net/ubuntu/+source/golang-github-google-go-cmp","install_command":"apt-get install golang-github-google-go-cmp","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"extra","binary":"golang-github-google-go-cmp-dev","standards_version":"4.6.1","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":37550168,"uuid":"96570421","full_name":"google/go-cmp","owner":"google","description":"Package for comparing Go values in tests","archived":false,"fork":false,"pushed_at":"2026-06-18T07:33:22.000Z","size":550,"stargazers_count":4675,"open_issues_count":62,"forks_count":239,"subscribers_count":30,"default_branch":"master","last_synced_at":"2026-08-23T00:59:22.536Z","etag":null,"topics":["equality","go","testing"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/google.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-07-07T19:28:22.000Z","updated_at":"2026-08-22T16:01:37.000Z","dependencies_parsed_at":"2023-10-10T19:54:16.595Z","dependency_job_id":"011030ac-84ca-4f02-8743-5fa5d47e0fde","html_url":"https://github.com/google/go-cmp","commit_stats":{"total_commits":171,"total_committers":29,"mean_commits":5.896551724137931,"dds":"0.20467836257309946","last_synced_commit":"391980c4b2e1cc2c30d2bfae6039815350490495"},"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/google/go-cmp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/sbom","scorecard":{"id":437038,"data":{"date":"2025-08-11","repo":{"name":"github.com/google/go-cmp","commit":"9b12f366a942ebc7254abc7f32ca05068b455fb7"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":7.9,"checks":[{"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":"Maintained","score":0,"reason":"0 commit(s) and 1 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":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Token-Permissions","score":10,"reason":"GitHub workflow tokens follow principle of least privilege","details":["Info: topLevel 'contents' permission set to 'read': .github/workflows/test.yml:4","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":10,"reason":"all dependencies are pinned","details":["Info:   2 out of   2 GitHub-owned 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":"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":"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/google/.github/SECURITY.md:1","Info: Found linked content: github.com/google/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/google/.github/SECURITY.md:1","Info: Found text in security policy: github.com/google/.github/SECURITY.md:1"],"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":"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: 2 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T04:56:10.380Z","repository_id":37550168,"created_at":"2025-08-19T04:56:10.380Z","updated_at":"2025-08-19T04:56:10.380Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36838867,"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":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"google","name":"Google","uuid":"1342004","kind":"organization","description":"Google ❤️ Open Source","email":"opensource@google.com","website":"https://opensource.google/","location":"United States of America","twitter":"GoogleOSS","company":null,"icon_url":"https://avatars.githubusercontent.com/u/1342004?v=4","repositories_count":2871,"last_synced_at":"2026-08-22T00:54:31.773Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/google","funding_links":[],"total_stars":2139152,"followers":77253,"following":0,"created_at":"2022-11-02T16:20:58.973Z","updated_at":"2026-08-22T00:54:31.787Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google/repositories"},"tags":[{"name":"v0.7.0","sha":"9b12f366a942ebc7254abc7f32ca05068b455fb7","kind":"commit","published_at":"2025-01-14T18:15:44.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.7.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"c3ad8435e7bef96af35732bc0789e5a2278c6d5f","kind":"commit","published_at":"2023-08-31T17:32:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.6.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.6.0/manifests"},{"name":"v0.5.9","sha":"a97318bf6562f2ed2632c5f985db51b1bc5bdcd0","kind":"commit","published_at":"2022-09-02T22:41:56.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.9","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.9/manifests"},{"name":"v0.5.8","sha":"f144a35ed4ac538fae93fa3783175108738f71b9","kind":"commit","published_at":"2022-04-26T20:49:16.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.8","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.8/manifests"},{"name":"v0.5.7","sha":"039e37cba1f3e52c48404633d6960421b369a19a","kind":"commit","published_at":"2022-01-04T17:50:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.7","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.7/manifests"},{"name":"v0.5.6","sha":"d103655696d8ae43c4125ee61454dbf03d8e8324","kind":"commit","published_at":"2021-05-25T02:50:45.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.6","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.6/manifests"},{"name":"v0.5.5","sha":"8fa37b4dd109f12e42b131e485268768f18bcbf8","kind":"commit","published_at":"2021-03-03T20:48:37.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.5","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.5/manifests"},{"name":"v0.5.4","sha":"ec71d6d790538ad88c95a192fd059e11afb45b6f","kind":"commit","published_at":"2020-11-24T18:26:02.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.4","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.4/manifests"},{"name":"v0.5.3","sha":"0a3ecd384c2ae80de757e4b62138949ab721f02e","kind":"commit","published_at":"2020-11-12T20:24:02.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.3","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"d2fcc899bdc2d134b7c00e36137260db963e193c","kind":"commit","published_at":"2020-08-18T19:37:11.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.2","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"9680bfaf28748393e28e00238d94070fb9972fd8","kind":"commit","published_at":"2020-07-21T19:17:14.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"77ae86f624cb174e21763cffcbbf070eb06cb016","kind":"commit","published_at":"2020-06-18T00:25:47.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.0/manifests"},{"name":"v0.4.1","sha":"7e5cb83929c528b29e5a8ac1244eab0436f79bce","kind":"commit","published_at":"2020-05-15T04:39:44.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.4.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"5a6f75716e1203a923a78c9efb94089d857df0f6","kind":"commit","published_at":"2019-12-16T21:18:14.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.4.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.0/manifests"},{"name":"v0.3.1","sha":"2d0692c2e9617365a95b295612ac0d4415ba4627","kind":"commit","published_at":"2019-08-05T20:51:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.3.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"6f77996f0c42f7b84e5a2b252227263f93432e9b","kind":"commit","published_at":"2019-03-12T03:24:27.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.3.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"3af367b6b30c263d47e8895973edcca9a49cf029","kind":"commit","published_at":"2018-02-02T21:19:42.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.2.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"8099a9787ce5dc5984ed879a3bda47dc730a8e97","kind":"commit","published_at":"2017-08-03T17:35:09.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.1.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-08-23T02:19:11.619Z","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-google-go-cmp?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-google-go-cmp","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/golang-github-google-go-cmp","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/golang-github-google-go-cmp/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T10:32:02.656Z","issues_count":96,"pull_requests_count":79,"avg_time_to_close_issue":4356788.288461538,"avg_time_to_close_pull_request":2716696.919354839,"issues_closed_count":52,"pull_requests_closed_count":62,"pull_request_authors_count":31,"issue_authors_count":79,"avg_comments_per_issue":3.75,"avg_comments_per_pull_request":1.8101265822784809,"merged_pull_requests_count":51,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":2,"past_year_pull_requests_count":16,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":578075.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":13,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":0.5,"past_year_avg_comments_per_pull_request":1.25,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/issues","maintainers":[{"login":"dsnet","count":44,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"neild","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/neild"},{"login":"rsc","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rsc"},{"login":"medyagh","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/medyagh"}],"active_maintainers":[{"login":"medyagh","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/medyagh"},{"login":"neild","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/neild"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/golang-github-google-go-cmp/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/golang-github-google-go-cmp/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/golang-github-google-go-cmp/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/golang-github-google-go-cmp/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/golang-github-google-go-cmp/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/golang-github-google-go-cmp/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":1092},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:49.117Z","updated_at":"2026-08-23T05:05:50.135Z","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":13645674,"name":"golang-github-google-go-cmp","ecosystem":"debian","description":null,"homepage":"https://github.com/google/go-cmp","licenses":"bsd-3-clause","normalized_licenses":[],"repository_url":"https://github.com/google/go-cmp","keywords_array":["golang"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-12T03:15:50.838Z","latest_release_published_at":"2026-02-12T03:15:50.838Z","latest_release_number":"0.6.0-1","last_synced_at":"2026-03-13T20:10:40.519Z","created_at":"2026-02-12T03:15:50.391Z","updated_at":"2026-08-23T02:19:12.296Z","registry_url":"https://tracker.debian.org/pkg/golang-github-google-go-cmp","install_command":"apt-get install golang-github-google-go-cmp","documentation_url":"https://packages.debian.org/trixie/golang-github-google-go-cmp","metadata":{"component":"main","architecture":"all","priority":"extra","binary":"golang-github-google-go-cmp-dev","standards_version":"4.6.1","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":37550168,"uuid":"96570421","full_name":"google/go-cmp","owner":"google","description":"Package for comparing Go values in tests","archived":false,"fork":false,"pushed_at":"2026-06-18T07:33:22.000Z","size":550,"stargazers_count":4675,"open_issues_count":62,"forks_count":239,"subscribers_count":30,"default_branch":"master","last_synced_at":"2026-08-23T00:59:22.536Z","etag":null,"topics":["equality","go","testing"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/google.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-07-07T19:28:22.000Z","updated_at":"2026-08-22T16:01:37.000Z","dependencies_parsed_at":"2023-10-10T19:54:16.595Z","dependency_job_id":"011030ac-84ca-4f02-8743-5fa5d47e0fde","html_url":"https://github.com/google/go-cmp","commit_stats":{"total_commits":171,"total_committers":29,"mean_commits":5.896551724137931,"dds":"0.20467836257309946","last_synced_commit":"391980c4b2e1cc2c30d2bfae6039815350490495"},"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/google/go-cmp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/sbom","scorecard":{"id":437038,"data":{"date":"2025-08-11","repo":{"name":"github.com/google/go-cmp","commit":"9b12f366a942ebc7254abc7f32ca05068b455fb7"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":7.9,"checks":[{"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":"Maintained","score":0,"reason":"0 commit(s) and 1 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":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Token-Permissions","score":10,"reason":"GitHub workflow tokens follow principle of least privilege","details":["Info: topLevel 'contents' permission set to 'read': .github/workflows/test.yml:4","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":10,"reason":"all dependencies are pinned","details":["Info:   2 out of   2 GitHub-owned 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":"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":"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/google/.github/SECURITY.md:1","Info: Found linked content: github.com/google/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/google/.github/SECURITY.md:1","Info: Found text in security policy: github.com/google/.github/SECURITY.md:1"],"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":"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: 2 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T04:56:10.380Z","repository_id":37550168,"created_at":"2025-08-19T04:56:10.380Z","updated_at":"2025-08-19T04:56:10.380Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36838867,"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":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"google","name":"Google","uuid":"1342004","kind":"organization","description":"Google ❤️ Open Source","email":"opensource@google.com","website":"https://opensource.google/","location":"United States of America","twitter":"GoogleOSS","company":null,"icon_url":"https://avatars.githubusercontent.com/u/1342004?v=4","repositories_count":2871,"last_synced_at":"2026-08-22T00:54:31.773Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/google","funding_links":[],"total_stars":2139152,"followers":77253,"following":0,"created_at":"2022-11-02T16:20:58.973Z","updated_at":"2026-08-22T00:54:31.787Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google/repositories"},"tags":[{"name":"v0.7.0","sha":"9b12f366a942ebc7254abc7f32ca05068b455fb7","kind":"commit","published_at":"2025-01-14T18:15:44.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.7.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"c3ad8435e7bef96af35732bc0789e5a2278c6d5f","kind":"commit","published_at":"2023-08-31T17:32:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.6.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.6.0/manifests"},{"name":"v0.5.9","sha":"a97318bf6562f2ed2632c5f985db51b1bc5bdcd0","kind":"commit","published_at":"2022-09-02T22:41:56.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.9","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.9/manifests"},{"name":"v0.5.8","sha":"f144a35ed4ac538fae93fa3783175108738f71b9","kind":"commit","published_at":"2022-04-26T20:49:16.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.8","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.8/manifests"},{"name":"v0.5.7","sha":"039e37cba1f3e52c48404633d6960421b369a19a","kind":"commit","published_at":"2022-01-04T17:50:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.7","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.7/manifests"},{"name":"v0.5.6","sha":"d103655696d8ae43c4125ee61454dbf03d8e8324","kind":"commit","published_at":"2021-05-25T02:50:45.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.6","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.6/manifests"},{"name":"v0.5.5","sha":"8fa37b4dd109f12e42b131e485268768f18bcbf8","kind":"commit","published_at":"2021-03-03T20:48:37.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.5","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.5/manifests"},{"name":"v0.5.4","sha":"ec71d6d790538ad88c95a192fd059e11afb45b6f","kind":"commit","published_at":"2020-11-24T18:26:02.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.4","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.4/manifests"},{"name":"v0.5.3","sha":"0a3ecd384c2ae80de757e4b62138949ab721f02e","kind":"commit","published_at":"2020-11-12T20:24:02.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.3","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"d2fcc899bdc2d134b7c00e36137260db963e193c","kind":"commit","published_at":"2020-08-18T19:37:11.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.2","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"9680bfaf28748393e28e00238d94070fb9972fd8","kind":"commit","published_at":"2020-07-21T19:17:14.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"77ae86f624cb174e21763cffcbbf070eb06cb016","kind":"commit","published_at":"2020-06-18T00:25:47.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.0/manifests"},{"name":"v0.4.1","sha":"7e5cb83929c528b29e5a8ac1244eab0436f79bce","kind":"commit","published_at":"2020-05-15T04:39:44.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.4.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"5a6f75716e1203a923a78c9efb94089d857df0f6","kind":"commit","published_at":"2019-12-16T21:18:14.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.4.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.0/manifests"},{"name":"v0.3.1","sha":"2d0692c2e9617365a95b295612ac0d4415ba4627","kind":"commit","published_at":"2019-08-05T20:51:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.3.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"6f77996f0c42f7b84e5a2b252227263f93432e9b","kind":"commit","published_at":"2019-03-12T03:24:27.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.3.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"3af367b6b30c263d47e8895973edcca9a49cf029","kind":"commit","published_at":"2018-02-02T21:19:42.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.2.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"8099a9787ce5dc5984ed879a3bda47dc730a8e97","kind":"commit","published_at":"2017-08-03T17:35:09.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.1.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-08-23T02:19:12.296Z","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-google-go-cmp?arch=source\u0026distro=debian-13\u0026repository_url=https://packages.debian.org/trixie","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/golang-github-google-go-cmp","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/golang-github-google-go-cmp","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/golang-github-google-go-cmp/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T10:32:02.656Z","issues_count":96,"pull_requests_count":79,"avg_time_to_close_issue":4356788.288461538,"avg_time_to_close_pull_request":2716696.919354839,"issues_closed_count":52,"pull_requests_closed_count":62,"pull_request_authors_count":31,"issue_authors_count":79,"avg_comments_per_issue":3.75,"avg_comments_per_pull_request":1.8101265822784809,"merged_pull_requests_count":51,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":2,"past_year_pull_requests_count":16,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":578075.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":13,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":0.5,"past_year_avg_comments_per_pull_request":1.25,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/issues","maintainers":[{"login":"dsnet","count":44,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"neild","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/neild"},{"login":"rsc","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rsc"},{"login":"medyagh","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/medyagh"}],"active_maintainers":[{"login":"medyagh","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/medyagh"},{"login":"neild","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/neild"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/golang-github-google-go-cmp/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/golang-github-google-go-cmp/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/golang-github-google-go-cmp/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/golang-github-google-go-cmp/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/golang-github-google-go-cmp/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/golang-github-google-go-cmp/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":1676},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:50.448Z","updated_at":"2026-08-23T05:04:55.028Z","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":13964570,"name":"go-github-com-google-go-cmp","ecosystem":"guix","description":"Determine equality of values in Go","homepage":"https://github.com/google/go-cmp","licenses":"bsd-3","normalized_licenses":["BSD-1-Clause"],"repository_url":"https://github.com/google/go-cmp","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-03-02T23:14:46.766Z","latest_release_published_at":"2026-03-02T23:14:46.766Z","latest_release_number":"0.7.0","last_synced_at":"2026-04-07T02:02:14.477Z","created_at":"2026-03-02T23:14:46.591Z","updated_at":"2026-08-23T04:23:12.958Z","registry_url":"https://packages.guix.gnu.org/packages/go-github-com-google-go-cmp/0.7.0/","install_command":"guix install go-github-com-google-go-cmp","documentation_url":"https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/golang-build.scm#n347","metadata":{"location":"gnu/packages/golang-build.scm:347","variable_name":"go-github-com-google-go-cmp"},"repo_metadata":{"id":37550168,"uuid":"96570421","full_name":"google/go-cmp","owner":"google","description":"Package for comparing Go values in tests","archived":false,"fork":false,"pushed_at":"2026-06-18T07:33:22.000Z","size":550,"stargazers_count":4675,"open_issues_count":62,"forks_count":239,"subscribers_count":30,"default_branch":"master","last_synced_at":"2026-08-23T00:59:22.536Z","etag":null,"topics":["equality","go","testing"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/google.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-07-07T19:28:22.000Z","updated_at":"2026-08-22T16:01:37.000Z","dependencies_parsed_at":"2023-10-10T19:54:16.595Z","dependency_job_id":"011030ac-84ca-4f02-8743-5fa5d47e0fde","html_url":"https://github.com/google/go-cmp","commit_stats":{"total_commits":171,"total_committers":29,"mean_commits":5.896551724137931,"dds":"0.20467836257309946","last_synced_commit":"391980c4b2e1cc2c30d2bfae6039815350490495"},"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/google/go-cmp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/sbom","scorecard":{"id":437038,"data":{"date":"2025-08-11","repo":{"name":"github.com/google/go-cmp","commit":"9b12f366a942ebc7254abc7f32ca05068b455fb7"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":7.9,"checks":[{"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":"Maintained","score":0,"reason":"0 commit(s) and 1 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":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Token-Permissions","score":10,"reason":"GitHub workflow tokens follow principle of least privilege","details":["Info: topLevel 'contents' permission set to 'read': .github/workflows/test.yml:4","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":10,"reason":"all dependencies are pinned","details":["Info:   2 out of   2 GitHub-owned 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":"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":"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/google/.github/SECURITY.md:1","Info: Found linked content: github.com/google/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/google/.github/SECURITY.md:1","Info: Found text in security policy: github.com/google/.github/SECURITY.md:1"],"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":"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: 2 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T04:56:10.380Z","repository_id":37550168,"created_at":"2025-08-19T04:56:10.380Z","updated_at":"2025-08-19T04:56:10.380Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36838867,"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":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"google","name":"Google","uuid":"1342004","kind":"organization","description":"Google ❤️ Open Source","email":"opensource@google.com","website":"https://opensource.google/","location":"United States of America","twitter":"GoogleOSS","company":null,"icon_url":"https://avatars.githubusercontent.com/u/1342004?v=4","repositories_count":2871,"last_synced_at":"2026-08-22T00:54:31.773Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/google","funding_links":[],"total_stars":2139152,"followers":77253,"following":0,"created_at":"2022-11-02T16:20:58.973Z","updated_at":"2026-08-22T00:54:31.787Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google/repositories"},"tags":[{"name":"v0.7.0","sha":"9b12f366a942ebc7254abc7f32ca05068b455fb7","kind":"commit","published_at":"2025-01-14T18:15:44.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.7.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"c3ad8435e7bef96af35732bc0789e5a2278c6d5f","kind":"commit","published_at":"2023-08-31T17:32:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.6.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.6.0/manifests"},{"name":"v0.5.9","sha":"a97318bf6562f2ed2632c5f985db51b1bc5bdcd0","kind":"commit","published_at":"2022-09-02T22:41:56.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.9","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.9/manifests"},{"name":"v0.5.8","sha":"f144a35ed4ac538fae93fa3783175108738f71b9","kind":"commit","published_at":"2022-04-26T20:49:16.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.8","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.8/manifests"},{"name":"v0.5.7","sha":"039e37cba1f3e52c48404633d6960421b369a19a","kind":"commit","published_at":"2022-01-04T17:50:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.7","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.7/manifests"},{"name":"v0.5.6","sha":"d103655696d8ae43c4125ee61454dbf03d8e8324","kind":"commit","published_at":"2021-05-25T02:50:45.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.6","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.6/manifests"},{"name":"v0.5.5","sha":"8fa37b4dd109f12e42b131e485268768f18bcbf8","kind":"commit","published_at":"2021-03-03T20:48:37.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.5","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.5/manifests"},{"name":"v0.5.4","sha":"ec71d6d790538ad88c95a192fd059e11afb45b6f","kind":"commit","published_at":"2020-11-24T18:26:02.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.4","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.4/manifests"},{"name":"v0.5.3","sha":"0a3ecd384c2ae80de757e4b62138949ab721f02e","kind":"commit","published_at":"2020-11-12T20:24:02.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.3","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"d2fcc899bdc2d134b7c00e36137260db963e193c","kind":"commit","published_at":"2020-08-18T19:37:11.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.2","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"9680bfaf28748393e28e00238d94070fb9972fd8","kind":"commit","published_at":"2020-07-21T19:17:14.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"77ae86f624cb174e21763cffcbbf070eb06cb016","kind":"commit","published_at":"2020-06-18T00:25:47.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.0/manifests"},{"name":"v0.4.1","sha":"7e5cb83929c528b29e5a8ac1244eab0436f79bce","kind":"commit","published_at":"2020-05-15T04:39:44.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.4.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"5a6f75716e1203a923a78c9efb94089d857df0f6","kind":"commit","published_at":"2019-12-16T21:18:14.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.4.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.0/manifests"},{"name":"v0.3.1","sha":"2d0692c2e9617365a95b295612ac0d4415ba4627","kind":"commit","published_at":"2019-08-05T20:51:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.3.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"6f77996f0c42f7b84e5a2b252227263f93432e9b","kind":"commit","published_at":"2019-03-12T03:24:27.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.3.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"3af367b6b30c263d47e8895973edcca9a49cf029","kind":"commit","published_at":"2018-02-02T21:19:42.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.2.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"8099a9787ce5dc5984ed879a3bda47dc730a8e97","kind":"commit","published_at":"2017-08-03T17:35:09.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.1.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-08-23T04:23:12.958Z","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-google-go-cmp","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/guix/go-github-com-google-go-cmp","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/guix/go-github-com-google-go-cmp","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/guix/go-github-com-google-go-cmp/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T10:32:02.656Z","issues_count":96,"pull_requests_count":79,"avg_time_to_close_issue":4356788.288461538,"avg_time_to_close_pull_request":2716696.919354839,"issues_closed_count":52,"pull_requests_closed_count":62,"pull_request_authors_count":31,"issue_authors_count":79,"avg_comments_per_issue":3.75,"avg_comments_per_pull_request":1.8101265822784809,"merged_pull_requests_count":51,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":2,"past_year_pull_requests_count":16,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":578075.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":13,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":0.5,"past_year_avg_comments_per_pull_request":1.25,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/issues","maintainers":[{"login":"dsnet","count":44,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"neild","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/neild"},{"login":"rsc","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rsc"},{"login":"medyagh","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/medyagh"}],"active_maintainers":[{"login":"medyagh","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/medyagh"},{"login":"neild","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/neild"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/go-github-com-google-go-cmp/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/go-github-com-google-go-cmp/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/go-github-com-google-go-cmp/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/go-github-com-google-go-cmp/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/go-github-com-google-go-cmp/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/go-github-com-google-go-cmp/codemeta","maintainers":[],"registry":{"name":"guix","url":"https://guix.gnu.org","ecosystem":"guix","default":true,"packages_count":32314,"maintainers_count":0,"namespaces_count":0,"keywords_count":1654,"github":"guix-mirror","metadata":{"funded_packages_count":1213},"icon_url":"https://github.com/guix-mirror.png","created_at":"2026-03-02T16:23:46.981Z","updated_at":"2026-08-23T05:05:01.027Z","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":13417580,"name":"golang-github-google-go-cmp","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/google/go-cmp","licenses":"bsd-3-clause","normalized_licenses":[],"repository_url":"https://github.com/google/go-cmp","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-07T03:19:07.862Z","latest_release_published_at":"2026-02-07T03:19:07.862Z","latest_release_number":"0.5.6-1","last_synced_at":"2026-03-07T03:36:29.719Z","created_at":"2026-02-07T03:19:07.468Z","updated_at":"2026-08-23T01:40:43.808Z","registry_url":"https://launchpad.net/ubuntu/+source/golang-github-google-go-cmp","install_command":"apt-get install golang-github-google-go-cmp","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"extra","binary":"golang-github-google-go-cmp-dev","standards_version":"4.6.0","maintainer":"Debian Go Packaging Team \u003cteam+pkg-go@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-golang, golang-any, golang-golang-x-xerrors-dev (\u003e= 0.0~git20191204.9bdfabe~)","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":37550168,"uuid":"96570421","full_name":"google/go-cmp","owner":"google","description":"Package for comparing Go values in tests","archived":false,"fork":false,"pushed_at":"2026-06-18T07:33:22.000Z","size":550,"stargazers_count":4675,"open_issues_count":62,"forks_count":239,"subscribers_count":30,"default_branch":"master","last_synced_at":"2026-08-23T00:59:22.536Z","etag":null,"topics":["equality","go","testing"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/google.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-07-07T19:28:22.000Z","updated_at":"2026-08-22T16:01:37.000Z","dependencies_parsed_at":"2023-10-10T19:54:16.595Z","dependency_job_id":"011030ac-84ca-4f02-8743-5fa5d47e0fde","html_url":"https://github.com/google/go-cmp","commit_stats":{"total_commits":171,"total_committers":29,"mean_commits":5.896551724137931,"dds":"0.20467836257309946","last_synced_commit":"391980c4b2e1cc2c30d2bfae6039815350490495"},"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/google/go-cmp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/sbom","scorecard":{"id":437038,"data":{"date":"2025-08-11","repo":{"name":"github.com/google/go-cmp","commit":"9b12f366a942ebc7254abc7f32ca05068b455fb7"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":7.9,"checks":[{"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":"Maintained","score":0,"reason":"0 commit(s) and 1 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":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Token-Permissions","score":10,"reason":"GitHub workflow tokens follow principle of least privilege","details":["Info: topLevel 'contents' permission set to 'read': .github/workflows/test.yml:4","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":10,"reason":"all dependencies are pinned","details":["Info:   2 out of   2 GitHub-owned 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":"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":"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/google/.github/SECURITY.md:1","Info: Found linked content: github.com/google/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/google/.github/SECURITY.md:1","Info: Found text in security policy: github.com/google/.github/SECURITY.md:1"],"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":"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: 2 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T04:56:10.380Z","repository_id":37550168,"created_at":"2025-08-19T04:56:10.380Z","updated_at":"2025-08-19T04:56:10.380Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36838867,"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":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"google","name":"Google","uuid":"1342004","kind":"organization","description":"Google ❤️ Open Source","email":"opensource@google.com","website":"https://opensource.google/","location":"United States of America","twitter":"GoogleOSS","company":null,"icon_url":"https://avatars.githubusercontent.com/u/1342004?v=4","repositories_count":2871,"last_synced_at":"2026-08-22T00:54:31.773Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/google","funding_links":[],"total_stars":2139152,"followers":77253,"following":0,"created_at":"2022-11-02T16:20:58.973Z","updated_at":"2026-08-22T00:54:31.787Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google/repositories"},"tags":[{"name":"v0.7.0","sha":"9b12f366a942ebc7254abc7f32ca05068b455fb7","kind":"commit","published_at":"2025-01-14T18:15:44.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.7.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"c3ad8435e7bef96af35732bc0789e5a2278c6d5f","kind":"commit","published_at":"2023-08-31T17:32:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.6.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.6.0/manifests"},{"name":"v0.5.9","sha":"a97318bf6562f2ed2632c5f985db51b1bc5bdcd0","kind":"commit","published_at":"2022-09-02T22:41:56.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.9","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.9/manifests"},{"name":"v0.5.8","sha":"f144a35ed4ac538fae93fa3783175108738f71b9","kind":"commit","published_at":"2022-04-26T20:49:16.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.8","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.8/manifests"},{"name":"v0.5.7","sha":"039e37cba1f3e52c48404633d6960421b369a19a","kind":"commit","published_at":"2022-01-04T17:50:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.7","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.7/manifests"},{"name":"v0.5.6","sha":"d103655696d8ae43c4125ee61454dbf03d8e8324","kind":"commit","published_at":"2021-05-25T02:50:45.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.6","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.6/manifests"},{"name":"v0.5.5","sha":"8fa37b4dd109f12e42b131e485268768f18bcbf8","kind":"commit","published_at":"2021-03-03T20:48:37.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.5","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.5/manifests"},{"name":"v0.5.4","sha":"ec71d6d790538ad88c95a192fd059e11afb45b6f","kind":"commit","published_at":"2020-11-24T18:26:02.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.4","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.4/manifests"},{"name":"v0.5.3","sha":"0a3ecd384c2ae80de757e4b62138949ab721f02e","kind":"commit","published_at":"2020-11-12T20:24:02.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.3","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"d2fcc899bdc2d134b7c00e36137260db963e193c","kind":"commit","published_at":"2020-08-18T19:37:11.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.2","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"9680bfaf28748393e28e00238d94070fb9972fd8","kind":"commit","published_at":"2020-07-21T19:17:14.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"77ae86f624cb174e21763cffcbbf070eb06cb016","kind":"commit","published_at":"2020-06-18T00:25:47.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.0/manifests"},{"name":"v0.4.1","sha":"7e5cb83929c528b29e5a8ac1244eab0436f79bce","kind":"commit","published_at":"2020-05-15T04:39:44.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.4.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"5a6f75716e1203a923a78c9efb94089d857df0f6","kind":"commit","published_at":"2019-12-16T21:18:14.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.4.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.0/manifests"},{"name":"v0.3.1","sha":"2d0692c2e9617365a95b295612ac0d4415ba4627","kind":"commit","published_at":"2019-08-05T20:51:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.3.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"6f77996f0c42f7b84e5a2b252227263f93432e9b","kind":"commit","published_at":"2019-03-12T03:24:27.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.3.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"3af367b6b30c263d47e8895973edcca9a49cf029","kind":"commit","published_at":"2018-02-02T21:19:42.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.2.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"8099a9787ce5dc5984ed879a3bda47dc730a8e97","kind":"commit","published_at":"2017-08-03T17:35:09.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.1.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-08-23T01:40:43.807Z","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-google-go-cmp?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-google-go-cmp","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/golang-github-google-go-cmp","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/golang-github-google-go-cmp/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T10:32:02.656Z","issues_count":96,"pull_requests_count":79,"avg_time_to_close_issue":4356788.288461538,"avg_time_to_close_pull_request":2716696.919354839,"issues_closed_count":52,"pull_requests_closed_count":62,"pull_request_authors_count":31,"issue_authors_count":79,"avg_comments_per_issue":3.75,"avg_comments_per_pull_request":1.8101265822784809,"merged_pull_requests_count":51,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":2,"past_year_pull_requests_count":16,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":578075.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":13,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":0.5,"past_year_avg_comments_per_pull_request":1.25,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/issues","maintainers":[{"login":"dsnet","count":44,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"neild","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/neild"},{"login":"rsc","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rsc"},{"login":"medyagh","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/medyagh"}],"active_maintainers":[{"login":"medyagh","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/medyagh"},{"login":"neild","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/neild"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/golang-github-google-go-cmp/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/golang-github-google-go-cmp/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/golang-github-google-go-cmp/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/golang-github-google-go-cmp/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/golang-github-google-go-cmp/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/golang-github-google-go-cmp/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":962},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:46.486Z","updated_at":"2026-08-23T05:05:44.430Z","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":13504569,"name":"golang-github-google-go-cmp","ecosystem":"debian","description":null,"homepage":"https://github.com/google/go-cmp","licenses":"bsd-3-clause","normalized_licenses":[],"repository_url":"https://github.com/google/go-cmp","keywords_array":["golang"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-10T18:57:05.176Z","latest_release_published_at":"2026-02-10T18:57:05.176Z","latest_release_number":"0.5.4-1","last_synced_at":"2026-03-13T14:33:18.745Z","created_at":"2026-02-10T18:57:04.960Z","updated_at":"2026-08-23T02:19:12.204Z","registry_url":"https://tracker.debian.org/pkg/golang-github-google-go-cmp","install_command":"apt-get install golang-github-google-go-cmp","documentation_url":"https://packages.debian.org/bullseye/golang-github-google-go-cmp","metadata":{"component":"main","architecture":"all","priority":"extra","binary":"golang-github-google-go-cmp-dev","standards_version":"4.5.1","maintainer":"Debian Go Packaging Team \u003cteam+pkg-go@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-golang, golang-any, golang-golang-x-xerrors-dev (\u003e= 0.0~git20191204.9bdfabe~)","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":37550168,"uuid":"96570421","full_name":"google/go-cmp","owner":"google","description":"Package for comparing Go values in tests","archived":false,"fork":false,"pushed_at":"2026-06-18T07:33:22.000Z","size":550,"stargazers_count":4675,"open_issues_count":62,"forks_count":239,"subscribers_count":30,"default_branch":"master","last_synced_at":"2026-08-23T00:59:22.536Z","etag":null,"topics":["equality","go","testing"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/google.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-07-07T19:28:22.000Z","updated_at":"2026-08-22T16:01:37.000Z","dependencies_parsed_at":"2023-10-10T19:54:16.595Z","dependency_job_id":"011030ac-84ca-4f02-8743-5fa5d47e0fde","html_url":"https://github.com/google/go-cmp","commit_stats":{"total_commits":171,"total_committers":29,"mean_commits":5.896551724137931,"dds":"0.20467836257309946","last_synced_commit":"391980c4b2e1cc2c30d2bfae6039815350490495"},"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/google/go-cmp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/sbom","scorecard":{"id":437038,"data":{"date":"2025-08-11","repo":{"name":"github.com/google/go-cmp","commit":"9b12f366a942ebc7254abc7f32ca05068b455fb7"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":7.9,"checks":[{"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":"Maintained","score":0,"reason":"0 commit(s) and 1 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":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Token-Permissions","score":10,"reason":"GitHub workflow tokens follow principle of least privilege","details":["Info: topLevel 'contents' permission set to 'read': .github/workflows/test.yml:4","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":10,"reason":"all dependencies are pinned","details":["Info:   2 out of   2 GitHub-owned 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":"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":"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/google/.github/SECURITY.md:1","Info: Found linked content: github.com/google/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/google/.github/SECURITY.md:1","Info: Found text in security policy: github.com/google/.github/SECURITY.md:1"],"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":"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: 2 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T04:56:10.380Z","repository_id":37550168,"created_at":"2025-08-19T04:56:10.380Z","updated_at":"2025-08-19T04:56:10.380Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36838867,"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":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"google","name":"Google","uuid":"1342004","kind":"organization","description":"Google ❤️ Open Source","email":"opensource@google.com","website":"https://opensource.google/","location":"United States of America","twitter":"GoogleOSS","company":null,"icon_url":"https://avatars.githubusercontent.com/u/1342004?v=4","repositories_count":2871,"last_synced_at":"2026-08-22T00:54:31.773Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/google","funding_links":[],"total_stars":2139152,"followers":77253,"following":0,"created_at":"2022-11-02T16:20:58.973Z","updated_at":"2026-08-22T00:54:31.787Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google/repositories"},"tags":[{"name":"v0.7.0","sha":"9b12f366a942ebc7254abc7f32ca05068b455fb7","kind":"commit","published_at":"2025-01-14T18:15:44.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.7.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"c3ad8435e7bef96af35732bc0789e5a2278c6d5f","kind":"commit","published_at":"2023-08-31T17:32:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.6.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.6.0/manifests"},{"name":"v0.5.9","sha":"a97318bf6562f2ed2632c5f985db51b1bc5bdcd0","kind":"commit","published_at":"2022-09-02T22:41:56.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.9","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.9/manifests"},{"name":"v0.5.8","sha":"f144a35ed4ac538fae93fa3783175108738f71b9","kind":"commit","published_at":"2022-04-26T20:49:16.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.8","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.8/manifests"},{"name":"v0.5.7","sha":"039e37cba1f3e52c48404633d6960421b369a19a","kind":"commit","published_at":"2022-01-04T17:50:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.7","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.7/manifests"},{"name":"v0.5.6","sha":"d103655696d8ae43c4125ee61454dbf03d8e8324","kind":"commit","published_at":"2021-05-25T02:50:45.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.6","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.6/manifests"},{"name":"v0.5.5","sha":"8fa37b4dd109f12e42b131e485268768f18bcbf8","kind":"commit","published_at":"2021-03-03T20:48:37.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.5","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.5/manifests"},{"name":"v0.5.4","sha":"ec71d6d790538ad88c95a192fd059e11afb45b6f","kind":"commit","published_at":"2020-11-24T18:26:02.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.4","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.4/manifests"},{"name":"v0.5.3","sha":"0a3ecd384c2ae80de757e4b62138949ab721f02e","kind":"commit","published_at":"2020-11-12T20:24:02.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.3","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"d2fcc899bdc2d134b7c00e36137260db963e193c","kind":"commit","published_at":"2020-08-18T19:37:11.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.2","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"9680bfaf28748393e28e00238d94070fb9972fd8","kind":"commit","published_at":"2020-07-21T19:17:14.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"77ae86f624cb174e21763cffcbbf070eb06cb016","kind":"commit","published_at":"2020-06-18T00:25:47.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.0/manifests"},{"name":"v0.4.1","sha":"7e5cb83929c528b29e5a8ac1244eab0436f79bce","kind":"commit","published_at":"2020-05-15T04:39:44.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.4.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"5a6f75716e1203a923a78c9efb94089d857df0f6","kind":"commit","published_at":"2019-12-16T21:18:14.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.4.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.0/manifests"},{"name":"v0.3.1","sha":"2d0692c2e9617365a95b295612ac0d4415ba4627","kind":"commit","published_at":"2019-08-05T20:51:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.3.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"6f77996f0c42f7b84e5a2b252227263f93432e9b","kind":"commit","published_at":"2019-03-12T03:24:27.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.3.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"3af367b6b30c263d47e8895973edcca9a49cf029","kind":"commit","published_at":"2018-02-02T21:19:42.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.2.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"8099a9787ce5dc5984ed879a3bda47dc730a8e97","kind":"commit","published_at":"2017-08-03T17:35:09.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.1.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-08-23T02:19:12.204Z","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-google-go-cmp?arch=source\u0026distro=debian-11\u0026repository_url=https://packages.debian.org/bullseye","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/golang-github-google-go-cmp","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/golang-github-google-go-cmp","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/golang-github-google-go-cmp/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T10:32:02.656Z","issues_count":96,"pull_requests_count":79,"avg_time_to_close_issue":4356788.288461538,"avg_time_to_close_pull_request":2716696.919354839,"issues_closed_count":52,"pull_requests_closed_count":62,"pull_request_authors_count":31,"issue_authors_count":79,"avg_comments_per_issue":3.75,"avg_comments_per_pull_request":1.8101265822784809,"merged_pull_requests_count":51,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":2,"past_year_pull_requests_count":16,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":578075.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":13,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":0.5,"past_year_avg_comments_per_pull_request":1.25,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/issues","maintainers":[{"login":"dsnet","count":44,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"neild","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/neild"},{"login":"rsc","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rsc"},{"login":"medyagh","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/medyagh"}],"active_maintainers":[{"login":"medyagh","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/medyagh"},{"login":"neild","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/neild"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/golang-github-google-go-cmp/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/golang-github-google-go-cmp/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/golang-github-google-go-cmp/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/golang-github-google-go-cmp/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/golang-github-google-go-cmp/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/golang-github-google-go-cmp/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":792},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:49.702Z","updated_at":"2026-08-23T05:05:53.786Z","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":13448296,"name":"golang-github-google-go-cmp","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/google/go-cmp","licenses":"bsd-3-clause","normalized_licenses":[],"repository_url":"https://github.com/google/go-cmp","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-08T15:23:59.873Z","latest_release_published_at":"2026-02-08T15:23:59.873Z","latest_release_number":"0.6.0-1","last_synced_at":"2026-03-08T15:45:39.833Z","created_at":"2026-02-08T15:23:58.848Z","updated_at":"2026-08-23T02:19:12.405Z","registry_url":"https://launchpad.net/ubuntu/+source/golang-github-google-go-cmp","install_command":"apt-get install golang-github-google-go-cmp","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"extra","binary":"golang-github-google-go-cmp-dev","standards_version":"4.6.1","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":37550168,"uuid":"96570421","full_name":"google/go-cmp","owner":"google","description":"Package for comparing Go values in tests","archived":false,"fork":false,"pushed_at":"2026-06-18T07:33:22.000Z","size":550,"stargazers_count":4675,"open_issues_count":62,"forks_count":239,"subscribers_count":30,"default_branch":"master","last_synced_at":"2026-08-23T00:59:22.536Z","etag":null,"topics":["equality","go","testing"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/google.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-07-07T19:28:22.000Z","updated_at":"2026-08-22T16:01:37.000Z","dependencies_parsed_at":"2023-10-10T19:54:16.595Z","dependency_job_id":"011030ac-84ca-4f02-8743-5fa5d47e0fde","html_url":"https://github.com/google/go-cmp","commit_stats":{"total_commits":171,"total_committers":29,"mean_commits":5.896551724137931,"dds":"0.20467836257309946","last_synced_commit":"391980c4b2e1cc2c30d2bfae6039815350490495"},"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/google/go-cmp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/sbom","scorecard":{"id":437038,"data":{"date":"2025-08-11","repo":{"name":"github.com/google/go-cmp","commit":"9b12f366a942ebc7254abc7f32ca05068b455fb7"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":7.9,"checks":[{"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":"Maintained","score":0,"reason":"0 commit(s) and 1 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":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Token-Permissions","score":10,"reason":"GitHub workflow tokens follow principle of least privilege","details":["Info: topLevel 'contents' permission set to 'read': .github/workflows/test.yml:4","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":10,"reason":"all dependencies are pinned","details":["Info:   2 out of   2 GitHub-owned 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":"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":"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/google/.github/SECURITY.md:1","Info: Found linked content: github.com/google/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/google/.github/SECURITY.md:1","Info: Found text in security policy: github.com/google/.github/SECURITY.md:1"],"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":"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: 2 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T04:56:10.380Z","repository_id":37550168,"created_at":"2025-08-19T04:56:10.380Z","updated_at":"2025-08-19T04:56:10.380Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36838867,"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":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"google","name":"Google","uuid":"1342004","kind":"organization","description":"Google ❤️ Open Source","email":"opensource@google.com","website":"https://opensource.google/","location":"United States of America","twitter":"GoogleOSS","company":null,"icon_url":"https://avatars.githubusercontent.com/u/1342004?v=4","repositories_count":2871,"last_synced_at":"2026-08-22T00:54:31.773Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/google","funding_links":[],"total_stars":2139152,"followers":77253,"following":0,"created_at":"2022-11-02T16:20:58.973Z","updated_at":"2026-08-22T00:54:31.787Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google/repositories"},"tags":[{"name":"v0.7.0","sha":"9b12f366a942ebc7254abc7f32ca05068b455fb7","kind":"commit","published_at":"2025-01-14T18:15:44.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.7.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"c3ad8435e7bef96af35732bc0789e5a2278c6d5f","kind":"commit","published_at":"2023-08-31T17:32:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.6.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.6.0/manifests"},{"name":"v0.5.9","sha":"a97318bf6562f2ed2632c5f985db51b1bc5bdcd0","kind":"commit","published_at":"2022-09-02T22:41:56.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.9","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.9/manifests"},{"name":"v0.5.8","sha":"f144a35ed4ac538fae93fa3783175108738f71b9","kind":"commit","published_at":"2022-04-26T20:49:16.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.8","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.8/manifests"},{"name":"v0.5.7","sha":"039e37cba1f3e52c48404633d6960421b369a19a","kind":"commit","published_at":"2022-01-04T17:50:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.7","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.7/manifests"},{"name":"v0.5.6","sha":"d103655696d8ae43c4125ee61454dbf03d8e8324","kind":"commit","published_at":"2021-05-25T02:50:45.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.6","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.6/manifests"},{"name":"v0.5.5","sha":"8fa37b4dd109f12e42b131e485268768f18bcbf8","kind":"commit","published_at":"2021-03-03T20:48:37.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.5","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.5/manifests"},{"name":"v0.5.4","sha":"ec71d6d790538ad88c95a192fd059e11afb45b6f","kind":"commit","published_at":"2020-11-24T18:26:02.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.4","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.4/manifests"},{"name":"v0.5.3","sha":"0a3ecd384c2ae80de757e4b62138949ab721f02e","kind":"commit","published_at":"2020-11-12T20:24:02.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.3","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"d2fcc899bdc2d134b7c00e36137260db963e193c","kind":"commit","published_at":"2020-08-18T19:37:11.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.2","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"9680bfaf28748393e28e00238d94070fb9972fd8","kind":"commit","published_at":"2020-07-21T19:17:14.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"77ae86f624cb174e21763cffcbbf070eb06cb016","kind":"commit","published_at":"2020-06-18T00:25:47.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.0/manifests"},{"name":"v0.4.1","sha":"7e5cb83929c528b29e5a8ac1244eab0436f79bce","kind":"commit","published_at":"2020-05-15T04:39:44.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.4.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"5a6f75716e1203a923a78c9efb94089d857df0f6","kind":"commit","published_at":"2019-12-16T21:18:14.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.4.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.0/manifests"},{"name":"v0.3.1","sha":"2d0692c2e9617365a95b295612ac0d4415ba4627","kind":"commit","published_at":"2019-08-05T20:51:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.3.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"6f77996f0c42f7b84e5a2b252227263f93432e9b","kind":"commit","published_at":"2019-03-12T03:24:27.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.3.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"3af367b6b30c263d47e8895973edcca9a49cf029","kind":"commit","published_at":"2018-02-02T21:19:42.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.2.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"8099a9787ce5dc5984ed879a3bda47dc730a8e97","kind":"commit","published_at":"2017-08-03T17:35:09.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.1.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-08-23T02:19:12.404Z","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-google-go-cmp?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-google-go-cmp","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/golang-github-google-go-cmp","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/golang-github-google-go-cmp/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T10:32:02.656Z","issues_count":96,"pull_requests_count":79,"avg_time_to_close_issue":4356788.288461538,"avg_time_to_close_pull_request":2716696.919354839,"issues_closed_count":52,"pull_requests_closed_count":62,"pull_request_authors_count":31,"issue_authors_count":79,"avg_comments_per_issue":3.75,"avg_comments_per_pull_request":1.8101265822784809,"merged_pull_requests_count":51,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":2,"past_year_pull_requests_count":16,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":578075.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":13,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":0.5,"past_year_avg_comments_per_pull_request":1.25,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/issues","maintainers":[{"login":"dsnet","count":44,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"neild","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/neild"},{"login":"rsc","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rsc"},{"login":"medyagh","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/medyagh"}],"active_maintainers":[{"login":"medyagh","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/medyagh"},{"login":"neild","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/neild"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/golang-github-google-go-cmp/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/golang-github-google-go-cmp/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/golang-github-google-go-cmp/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/golang-github-google-go-cmp/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/golang-github-google-go-cmp/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/golang-github-google-go-cmp/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":1298},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:48.028Z","updated_at":"2026-08-23T05:04:56.939Z","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":13684727,"name":"golang-github-google-go-cmp","ecosystem":"debian","description":null,"homepage":"https://github.com/google/go-cmp","licenses":"bsd-3-clause","normalized_licenses":[],"repository_url":"https://github.com/google/go-cmp","keywords_array":["golang"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-12T17:48:11.894Z","latest_release_published_at":"2026-02-12T17:48:11.894Z","latest_release_number":"0.5.9-1","last_synced_at":"2026-03-12T23:09:29.723Z","created_at":"2026-02-12T17:48:11.722Z","updated_at":"2026-08-23T02:19:12.574Z","registry_url":"https://tracker.debian.org/pkg/golang-github-google-go-cmp","install_command":"apt-get install golang-github-google-go-cmp","documentation_url":"https://packages.debian.org/bookworm/golang-github-google-go-cmp","metadata":{"component":"main","architecture":"all","priority":"extra","binary":"golang-github-google-go-cmp-dev","standards_version":"4.6.1","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":37550168,"uuid":"96570421","full_name":"google/go-cmp","owner":"google","description":"Package for comparing Go values in tests","archived":false,"fork":false,"pushed_at":"2026-06-18T07:33:22.000Z","size":550,"stargazers_count":4675,"open_issues_count":62,"forks_count":239,"subscribers_count":30,"default_branch":"master","last_synced_at":"2026-08-23T00:59:22.536Z","etag":null,"topics":["equality","go","testing"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/google.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-07-07T19:28:22.000Z","updated_at":"2026-08-22T16:01:37.000Z","dependencies_parsed_at":"2023-10-10T19:54:16.595Z","dependency_job_id":"011030ac-84ca-4f02-8743-5fa5d47e0fde","html_url":"https://github.com/google/go-cmp","commit_stats":{"total_commits":171,"total_committers":29,"mean_commits":5.896551724137931,"dds":"0.20467836257309946","last_synced_commit":"391980c4b2e1cc2c30d2bfae6039815350490495"},"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/google/go-cmp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/sbom","scorecard":{"id":437038,"data":{"date":"2025-08-11","repo":{"name":"github.com/google/go-cmp","commit":"9b12f366a942ebc7254abc7f32ca05068b455fb7"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":7.9,"checks":[{"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":"Maintained","score":0,"reason":"0 commit(s) and 1 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":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Token-Permissions","score":10,"reason":"GitHub workflow tokens follow principle of least privilege","details":["Info: topLevel 'contents' permission set to 'read': .github/workflows/test.yml:4","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":10,"reason":"all dependencies are pinned","details":["Info:   2 out of   2 GitHub-owned 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":"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":"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/google/.github/SECURITY.md:1","Info: Found linked content: github.com/google/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/google/.github/SECURITY.md:1","Info: Found text in security policy: github.com/google/.github/SECURITY.md:1"],"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":"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: 2 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T04:56:10.380Z","repository_id":37550168,"created_at":"2025-08-19T04:56:10.380Z","updated_at":"2025-08-19T04:56:10.380Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36838867,"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":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"google","name":"Google","uuid":"1342004","kind":"organization","description":"Google ❤️ Open Source","email":"opensource@google.com","website":"https://opensource.google/","location":"United States of America","twitter":"GoogleOSS","company":null,"icon_url":"https://avatars.githubusercontent.com/u/1342004?v=4","repositories_count":2871,"last_synced_at":"2026-08-22T00:54:31.773Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/google","funding_links":[],"total_stars":2139152,"followers":77253,"following":0,"created_at":"2022-11-02T16:20:58.973Z","updated_at":"2026-08-22T00:54:31.787Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google/repositories"},"tags":[{"name":"v0.7.0","sha":"9b12f366a942ebc7254abc7f32ca05068b455fb7","kind":"commit","published_at":"2025-01-14T18:15:44.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.7.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"c3ad8435e7bef96af35732bc0789e5a2278c6d5f","kind":"commit","published_at":"2023-08-31T17:32:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.6.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.6.0/manifests"},{"name":"v0.5.9","sha":"a97318bf6562f2ed2632c5f985db51b1bc5bdcd0","kind":"commit","published_at":"2022-09-02T22:41:56.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.9","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.9/manifests"},{"name":"v0.5.8","sha":"f144a35ed4ac538fae93fa3783175108738f71b9","kind":"commit","published_at":"2022-04-26T20:49:16.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.8","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.8/manifests"},{"name":"v0.5.7","sha":"039e37cba1f3e52c48404633d6960421b369a19a","kind":"commit","published_at":"2022-01-04T17:50:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.7","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.7/manifests"},{"name":"v0.5.6","sha":"d103655696d8ae43c4125ee61454dbf03d8e8324","kind":"commit","published_at":"2021-05-25T02:50:45.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.6","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.6/manifests"},{"name":"v0.5.5","sha":"8fa37b4dd109f12e42b131e485268768f18bcbf8","kind":"commit","published_at":"2021-03-03T20:48:37.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.5","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.5/manifests"},{"name":"v0.5.4","sha":"ec71d6d790538ad88c95a192fd059e11afb45b6f","kind":"commit","published_at":"2020-11-24T18:26:02.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.4","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.4/manifests"},{"name":"v0.5.3","sha":"0a3ecd384c2ae80de757e4b62138949ab721f02e","kind":"commit","published_at":"2020-11-12T20:24:02.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.3","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"d2fcc899bdc2d134b7c00e36137260db963e193c","kind":"commit","published_at":"2020-08-18T19:37:11.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.2","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"9680bfaf28748393e28e00238d94070fb9972fd8","kind":"commit","published_at":"2020-07-21T19:17:14.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"77ae86f624cb174e21763cffcbbf070eb06cb016","kind":"commit","published_at":"2020-06-18T00:25:47.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.0/manifests"},{"name":"v0.4.1","sha":"7e5cb83929c528b29e5a8ac1244eab0436f79bce","kind":"commit","published_at":"2020-05-15T04:39:44.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.4.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"5a6f75716e1203a923a78c9efb94089d857df0f6","kind":"commit","published_at":"2019-12-16T21:18:14.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.4.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.0/manifests"},{"name":"v0.3.1","sha":"2d0692c2e9617365a95b295612ac0d4415ba4627","kind":"commit","published_at":"2019-08-05T20:51:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.3.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"6f77996f0c42f7b84e5a2b252227263f93432e9b","kind":"commit","published_at":"2019-03-12T03:24:27.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.3.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"3af367b6b30c263d47e8895973edcca9a49cf029","kind":"commit","published_at":"2018-02-02T21:19:42.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.2.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"8099a9787ce5dc5984ed879a3bda47dc730a8e97","kind":"commit","published_at":"2017-08-03T17:35:09.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.1.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-08-23T02:19:12.574Z","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-google-go-cmp?arch=source\u0026distro=debian-12","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/golang-github-google-go-cmp","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/golang-github-google-go-cmp","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/golang-github-google-go-cmp/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T10:32:02.656Z","issues_count":96,"pull_requests_count":79,"avg_time_to_close_issue":4356788.288461538,"avg_time_to_close_pull_request":2716696.919354839,"issues_closed_count":52,"pull_requests_closed_count":62,"pull_request_authors_count":31,"issue_authors_count":79,"avg_comments_per_issue":3.75,"avg_comments_per_pull_request":1.8101265822784809,"merged_pull_requests_count":51,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":2,"past_year_pull_requests_count":16,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":578075.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":13,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":0.5,"past_year_avg_comments_per_pull_request":1.25,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/issues","maintainers":[{"login":"dsnet","count":44,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"neild","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/neild"},{"login":"rsc","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rsc"},{"login":"medyagh","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/medyagh"}],"active_maintainers":[{"login":"medyagh","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/medyagh"},{"login":"neild","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/neild"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/golang-github-google-go-cmp/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/golang-github-google-go-cmp/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/golang-github-google-go-cmp/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/golang-github-google-go-cmp/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/golang-github-google-go-cmp/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/golang-github-google-go-cmp/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":2650,"github":"debian","metadata":{"codename":"bookworm","funded_packages_count":1227},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:49.459Z","updated_at":"2026-08-23T05:05:52.746Z","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":14393768,"name":"github.com/google/go-cmp/cmp/internal/diff","ecosystem":"go","description":"Package diff implements an algorithm for producing edit-scripts.\nThe edit-script is a sequence of operations needed to transform one list\nof symbols into another (or vice-versa). The edits allowed are insertions,\ndeletions, and modifications. The summation of all edits is called the\nLevenshtein distance as this problem is well-known in computer science.\n\nThis package prioritizes performance over accuracy. That is, the run time\nis more important than obtaining a minimal Levenshtein distance.","homepage":"https://github.com/google/go-cmp","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/google/go-cmp","keywords_array":[],"namespace":"github.com/google/go-cmp/cmp/internal","versions_count":18,"first_release_published_at":"2026-05-07T00:32:48.798Z","latest_release_published_at":"2026-05-07T00:32:48.798Z","latest_release_number":"v0.7.0","last_synced_at":"2026-08-22T10:59:27.189Z","created_at":"2026-05-07T00:32:23.547Z","updated_at":"2026-08-23T03:23:31.103Z","registry_url":"https://pkg.go.dev/github.com/google/go-cmp/cmp/internal/diff","install_command":"go get github.com/google/go-cmp/cmp/internal/diff","documentation_url":"https://pkg.go.dev/github.com/google/go-cmp/cmp/internal/diff#section-documentation","metadata":{},"repo_metadata":{"id":37550168,"uuid":"96570421","full_name":"google/go-cmp","owner":"google","description":"Package for comparing Go values in tests","archived":false,"fork":false,"pushed_at":"2026-06-18T07:33:22.000Z","size":550,"stargazers_count":4675,"open_issues_count":62,"forks_count":239,"subscribers_count":30,"default_branch":"master","last_synced_at":"2026-08-23T00:59:22.536Z","etag":null,"topics":["equality","go","testing"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/google.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-07-07T19:28:22.000Z","updated_at":"2026-08-22T16:01:37.000Z","dependencies_parsed_at":"2023-10-10T19:54:16.595Z","dependency_job_id":"011030ac-84ca-4f02-8743-5fa5d47e0fde","html_url":"https://github.com/google/go-cmp","commit_stats":{"total_commits":171,"total_committers":29,"mean_commits":5.896551724137931,"dds":"0.20467836257309946","last_synced_commit":"391980c4b2e1cc2c30d2bfae6039815350490495"},"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/google/go-cmp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/sbom","scorecard":{"id":437038,"data":{"date":"2025-08-11","repo":{"name":"github.com/google/go-cmp","commit":"9b12f366a942ebc7254abc7f32ca05068b455fb7"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":7.9,"checks":[{"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":"Maintained","score":0,"reason":"0 commit(s) and 1 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":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Token-Permissions","score":10,"reason":"GitHub workflow tokens follow principle of least privilege","details":["Info: topLevel 'contents' permission set to 'read': .github/workflows/test.yml:4","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":10,"reason":"all dependencies are pinned","details":["Info:   2 out of   2 GitHub-owned 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":"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":"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/google/.github/SECURITY.md:1","Info: Found linked content: github.com/google/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/google/.github/SECURITY.md:1","Info: Found text in security policy: github.com/google/.github/SECURITY.md:1"],"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":"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: 2 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T04:56:10.380Z","repository_id":37550168,"created_at":"2025-08-19T04:56:10.380Z","updated_at":"2025-08-19T04:56:10.380Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36838867,"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":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"google","name":"Google","uuid":"1342004","kind":"organization","description":"Google ❤️ Open Source","email":"opensource@google.com","website":"https://opensource.google/","location":"United States of America","twitter":"GoogleOSS","company":null,"icon_url":"https://avatars.githubusercontent.com/u/1342004?v=4","repositories_count":2871,"last_synced_at":"2026-08-22T00:54:31.773Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/google","funding_links":[],"total_stars":2139152,"followers":77253,"following":0,"created_at":"2022-11-02T16:20:58.973Z","updated_at":"2026-08-22T00:54:31.787Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google/repositories"},"tags":[{"name":"v0.7.0","sha":"9b12f366a942ebc7254abc7f32ca05068b455fb7","kind":"commit","published_at":"2025-01-14T18:15:44.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.7.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"c3ad8435e7bef96af35732bc0789e5a2278c6d5f","kind":"commit","published_at":"2023-08-31T17:32:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.6.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.6.0/manifests"},{"name":"v0.5.9","sha":"a97318bf6562f2ed2632c5f985db51b1bc5bdcd0","kind":"commit","published_at":"2022-09-02T22:41:56.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.9","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.9/manifests"},{"name":"v0.5.8","sha":"f144a35ed4ac538fae93fa3783175108738f71b9","kind":"commit","published_at":"2022-04-26T20:49:16.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.8","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.8/manifests"},{"name":"v0.5.7","sha":"039e37cba1f3e52c48404633d6960421b369a19a","kind":"commit","published_at":"2022-01-04T17:50:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.7","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.7/manifests"},{"name":"v0.5.6","sha":"d103655696d8ae43c4125ee61454dbf03d8e8324","kind":"commit","published_at":"2021-05-25T02:50:45.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.6","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.6/manifests"},{"name":"v0.5.5","sha":"8fa37b4dd109f12e42b131e485268768f18bcbf8","kind":"commit","published_at":"2021-03-03T20:48:37.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.5","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.5/manifests"},{"name":"v0.5.4","sha":"ec71d6d790538ad88c95a192fd059e11afb45b6f","kind":"commit","published_at":"2020-11-24T18:26:02.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.4","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.4/manifests"},{"name":"v0.5.3","sha":"0a3ecd384c2ae80de757e4b62138949ab721f02e","kind":"commit","published_at":"2020-11-12T20:24:02.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.3","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"d2fcc899bdc2d134b7c00e36137260db963e193c","kind":"commit","published_at":"2020-08-18T19:37:11.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.2","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"9680bfaf28748393e28e00238d94070fb9972fd8","kind":"commit","published_at":"2020-07-21T19:17:14.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"77ae86f624cb174e21763cffcbbf070eb06cb016","kind":"commit","published_at":"2020-06-18T00:25:47.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.0/manifests"},{"name":"v0.4.1","sha":"7e5cb83929c528b29e5a8ac1244eab0436f79bce","kind":"commit","published_at":"2020-05-15T04:39:44.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.4.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"5a6f75716e1203a923a78c9efb94089d857df0f6","kind":"commit","published_at":"2019-12-16T21:18:14.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.4.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.0/manifests"},{"name":"v0.3.1","sha":"2d0692c2e9617365a95b295612ac0d4415ba4627","kind":"commit","published_at":"2019-08-05T20:51:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.3.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"6f77996f0c42f7b84e5a2b252227263f93432e9b","kind":"commit","published_at":"2019-03-12T03:24:27.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.3.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"3af367b6b30c263d47e8895973edcca9a49cf029","kind":"commit","published_at":"2018-02-02T21:19:42.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.2.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"8099a9787ce5dc5984ed879a3bda47dc730a8e97","kind":"commit","published_at":"2017-08-03T17:35:09.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.1.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-08-23T03:23:31.103Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":5.10009395951028,"dependent_packages_count":4.778736471275303,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":4.939415215392792},"purl":"pkg:golang/github.com/google/go-cmp/cmp/internal/diff","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/google/go-cmp/cmp/internal/diff","docker_dependents_count":1,"docker_downloads_count":9,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/google/go-cmp/cmp/internal/diff","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/google/go-cmp/cmp/internal/diff/dependencies","status":"removed","funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T10:32:02.656Z","issues_count":96,"pull_requests_count":79,"avg_time_to_close_issue":4356788.288461538,"avg_time_to_close_pull_request":2716696.919354839,"issues_closed_count":52,"pull_requests_closed_count":62,"pull_request_authors_count":31,"issue_authors_count":79,"avg_comments_per_issue":3.75,"avg_comments_per_pull_request":1.8101265822784809,"merged_pull_requests_count":51,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":2,"past_year_pull_requests_count":16,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":578075.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":13,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":0.5,"past_year_avg_comments_per_pull_request":1.25,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/issues","maintainers":[{"login":"dsnet","count":44,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"neild","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/neild"},{"login":"rsc","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rsc"},{"login":"medyagh","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/medyagh"}],"active_maintainers":[{"login":"medyagh","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/medyagh"},{"login":"neild","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/neild"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgoogle%2Fgo-cmp%2Fcmp%2Finternal%2Fdiff/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgoogle%2Fgo-cmp%2Fcmp%2Finternal%2Fdiff/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgoogle%2Fgo-cmp%2Fcmp%2Finternal%2Fdiff/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgoogle%2Fgo-cmp%2Fcmp%2Finternal%2Fdiff/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgoogle%2Fgo-cmp%2Fcmp%2Finternal%2Fdiff/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgoogle%2Fgo-cmp%2Fcmp%2Finternal%2Fdiff/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2281883,"maintainers_count":0,"namespaces_count":839478,"keywords_count":124863,"github":"golang","metadata":{"funded_packages_count":67811,"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-23T05:01:16.146Z","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":13387948,"name":"golang-github-google-go-cmp","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/google/go-cmp","licenses":"bsd-3-clause","normalized_licenses":[],"repository_url":"https://github.com/google/go-cmp","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-05T16:00:32.902Z","latest_release_published_at":"2026-02-05T16:00:32.902Z","latest_release_number":"0.6.0-1","last_synced_at":"2026-02-05T16:01:42.011Z","created_at":"2026-02-05T16:00:25.704Z","updated_at":"2026-08-23T03:23:31.103Z","registry_url":"https://launchpad.net/ubuntu/+source/golang-github-google-go-cmp","install_command":"apt-get install golang-github-google-go-cmp","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"extra","binary":"golang-github-google-go-cmp-dev","standards_version":"4.6.1","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":37550168,"uuid":"96570421","full_name":"google/go-cmp","owner":"google","description":"Package for comparing Go values in tests","archived":false,"fork":false,"pushed_at":"2026-06-18T07:33:22.000Z","size":550,"stargazers_count":4675,"open_issues_count":62,"forks_count":239,"subscribers_count":30,"default_branch":"master","last_synced_at":"2026-08-23T00:59:22.536Z","etag":null,"topics":["equality","go","testing"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/google.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-07-07T19:28:22.000Z","updated_at":"2026-08-22T16:01:37.000Z","dependencies_parsed_at":"2023-10-10T19:54:16.595Z","dependency_job_id":"011030ac-84ca-4f02-8743-5fa5d47e0fde","html_url":"https://github.com/google/go-cmp","commit_stats":{"total_commits":171,"total_committers":29,"mean_commits":5.896551724137931,"dds":"0.20467836257309946","last_synced_commit":"391980c4b2e1cc2c30d2bfae6039815350490495"},"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/google/go-cmp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/sbom","scorecard":{"id":437038,"data":{"date":"2025-08-11","repo":{"name":"github.com/google/go-cmp","commit":"9b12f366a942ebc7254abc7f32ca05068b455fb7"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":7.9,"checks":[{"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":"Maintained","score":0,"reason":"0 commit(s) and 1 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":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Token-Permissions","score":10,"reason":"GitHub workflow tokens follow principle of least privilege","details":["Info: topLevel 'contents' permission set to 'read': .github/workflows/test.yml:4","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":10,"reason":"all dependencies are pinned","details":["Info:   2 out of   2 GitHub-owned 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":"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":"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/google/.github/SECURITY.md:1","Info: Found linked content: github.com/google/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/google/.github/SECURITY.md:1","Info: Found text in security policy: github.com/google/.github/SECURITY.md:1"],"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":"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: 2 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T04:56:10.380Z","repository_id":37550168,"created_at":"2025-08-19T04:56:10.380Z","updated_at":"2025-08-19T04:56:10.380Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36838867,"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":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"google","name":"Google","uuid":"1342004","kind":"organization","description":"Google ❤️ Open Source","email":"opensource@google.com","website":"https://opensource.google/","location":"United States of America","twitter":"GoogleOSS","company":null,"icon_url":"https://avatars.githubusercontent.com/u/1342004?v=4","repositories_count":2871,"last_synced_at":"2026-08-22T00:54:31.773Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/google","funding_links":[],"total_stars":2139152,"followers":77253,"following":0,"created_at":"2022-11-02T16:20:58.973Z","updated_at":"2026-08-22T00:54:31.787Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google/repositories"},"tags":[{"name":"v0.7.0","sha":"9b12f366a942ebc7254abc7f32ca05068b455fb7","kind":"commit","published_at":"2025-01-14T18:15:44.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.7.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"c3ad8435e7bef96af35732bc0789e5a2278c6d5f","kind":"commit","published_at":"2023-08-31T17:32:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.6.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.6.0/manifests"},{"name":"v0.5.9","sha":"a97318bf6562f2ed2632c5f985db51b1bc5bdcd0","kind":"commit","published_at":"2022-09-02T22:41:56.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.9","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.9/manifests"},{"name":"v0.5.8","sha":"f144a35ed4ac538fae93fa3783175108738f71b9","kind":"commit","published_at":"2022-04-26T20:49:16.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.8","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.8/manifests"},{"name":"v0.5.7","sha":"039e37cba1f3e52c48404633d6960421b369a19a","kind":"commit","published_at":"2022-01-04T17:50:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.7","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.7/manifests"},{"name":"v0.5.6","sha":"d103655696d8ae43c4125ee61454dbf03d8e8324","kind":"commit","published_at":"2021-05-25T02:50:45.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.6","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.6/manifests"},{"name":"v0.5.5","sha":"8fa37b4dd109f12e42b131e485268768f18bcbf8","kind":"commit","published_at":"2021-03-03T20:48:37.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.5","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.5/manifests"},{"name":"v0.5.4","sha":"ec71d6d790538ad88c95a192fd059e11afb45b6f","kind":"commit","published_at":"2020-11-24T18:26:02.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.4","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.4/manifests"},{"name":"v0.5.3","sha":"0a3ecd384c2ae80de757e4b62138949ab721f02e","kind":"commit","published_at":"2020-11-12T20:24:02.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.3","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"d2fcc899bdc2d134b7c00e36137260db963e193c","kind":"commit","published_at":"2020-08-18T19:37:11.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.2","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"9680bfaf28748393e28e00238d94070fb9972fd8","kind":"commit","published_at":"2020-07-21T19:17:14.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"77ae86f624cb174e21763cffcbbf070eb06cb016","kind":"commit","published_at":"2020-06-18T00:25:47.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.0/manifests"},{"name":"v0.4.1","sha":"7e5cb83929c528b29e5a8ac1244eab0436f79bce","kind":"commit","published_at":"2020-05-15T04:39:44.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.4.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"5a6f75716e1203a923a78c9efb94089d857df0f6","kind":"commit","published_at":"2019-12-16T21:18:14.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.4.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.0/manifests"},{"name":"v0.3.1","sha":"2d0692c2e9617365a95b295612ac0d4415ba4627","kind":"commit","published_at":"2019-08-05T20:51:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.3.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"6f77996f0c42f7b84e5a2b252227263f93432e9b","kind":"commit","published_at":"2019-03-12T03:24:27.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.3.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"3af367b6b30c263d47e8895973edcca9a49cf029","kind":"commit","published_at":"2018-02-02T21:19:42.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.2.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"8099a9787ce5dc5984ed879a3bda47dc730a8e97","kind":"commit","published_at":"2017-08-03T17:35:09.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.1.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-08-23T03:23:31.103Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{},"purl":"pkg:deb/ubuntu/golang-github-google-go-cmp?arch=source\u0026distro=ubuntu-24.04","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/golang-github-google-go-cmp","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/golang-github-google-go-cmp","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/golang-github-google-go-cmp/dependencies","status":"removed","funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T10:32:02.656Z","issues_count":96,"pull_requests_count":79,"avg_time_to_close_issue":4356788.288461538,"avg_time_to_close_pull_request":2716696.919354839,"issues_closed_count":52,"pull_requests_closed_count":62,"pull_request_authors_count":31,"issue_authors_count":79,"avg_comments_per_issue":3.75,"avg_comments_per_pull_request":1.8101265822784809,"merged_pull_requests_count":51,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":2,"past_year_pull_requests_count":16,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":578075.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":13,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":0.5,"past_year_avg_comments_per_pull_request":1.25,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/issues","maintainers":[{"login":"dsnet","count":44,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"neild","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/neild"},{"login":"rsc","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rsc"},{"login":"medyagh","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/medyagh"}],"active_maintainers":[{"login":"medyagh","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/medyagh"},{"login":"neild","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/neild"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/golang-github-google-go-cmp/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/golang-github-google-go-cmp/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/golang-github-google-go-cmp/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/golang-github-google-go-cmp/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/golang-github-google-go-cmp/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/golang-github-google-go-cmp/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":1229},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:45.928Z","updated_at":"2026-08-23T05:05:47.254Z","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":14397204,"name":"github.com/google/go-cmp/cmp/internal/function","ecosystem":"go","description":"Package function provides functionality for identifying function types.","homepage":"https://github.com/google/go-cmp","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/google/go-cmp","keywords_array":[],"namespace":"github.com/google/go-cmp/cmp/internal","versions_count":18,"first_release_published_at":"2026-05-07T19:52:05.217Z","latest_release_published_at":"2026-05-07T19:52:05.217Z","latest_release_number":"v0.7.0","last_synced_at":"2026-08-23T01:03:42.776Z","created_at":"2026-05-07T19:51:39.289Z","updated_at":"2026-08-23T02:19:12.499Z","registry_url":"https://pkg.go.dev/github.com/google/go-cmp/cmp/internal/function","install_command":"go get github.com/google/go-cmp/cmp/internal/function","documentation_url":"https://pkg.go.dev/github.com/google/go-cmp/cmp/internal/function#section-documentation","metadata":{},"repo_metadata":{"id":37550168,"uuid":"96570421","full_name":"google/go-cmp","owner":"google","description":"Package for comparing Go values in tests","archived":false,"fork":false,"pushed_at":"2026-06-18T07:33:22.000Z","size":550,"stargazers_count":4675,"open_issues_count":62,"forks_count":239,"subscribers_count":30,"default_branch":"master","last_synced_at":"2026-08-23T00:59:22.536Z","etag":null,"topics":["equality","go","testing"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/google.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-07-07T19:28:22.000Z","updated_at":"2026-08-22T16:01:37.000Z","dependencies_parsed_at":"2023-10-10T19:54:16.595Z","dependency_job_id":"011030ac-84ca-4f02-8743-5fa5d47e0fde","html_url":"https://github.com/google/go-cmp","commit_stats":{"total_commits":171,"total_committers":29,"mean_commits":5.896551724137931,"dds":"0.20467836257309946","last_synced_commit":"391980c4b2e1cc2c30d2bfae6039815350490495"},"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/google/go-cmp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/sbom","scorecard":{"id":437038,"data":{"date":"2025-08-11","repo":{"name":"github.com/google/go-cmp","commit":"9b12f366a942ebc7254abc7f32ca05068b455fb7"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":7.9,"checks":[{"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":"Maintained","score":0,"reason":"0 commit(s) and 1 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":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Token-Permissions","score":10,"reason":"GitHub workflow tokens follow principle of least privilege","details":["Info: topLevel 'contents' permission set to 'read': .github/workflows/test.yml:4","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":10,"reason":"all dependencies are pinned","details":["Info:   2 out of   2 GitHub-owned 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":"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":"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/google/.github/SECURITY.md:1","Info: Found linked content: github.com/google/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/google/.github/SECURITY.md:1","Info: Found text in security policy: github.com/google/.github/SECURITY.md:1"],"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":"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: 2 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T04:56:10.380Z","repository_id":37550168,"created_at":"2025-08-19T04:56:10.380Z","updated_at":"2025-08-19T04:56:10.380Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36838867,"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":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"google","name":"Google","uuid":"1342004","kind":"organization","description":"Google ❤️ Open Source","email":"opensource@google.com","website":"https://opensource.google/","location":"United States of America","twitter":"GoogleOSS","company":null,"icon_url":"https://avatars.githubusercontent.com/u/1342004?v=4","repositories_count":2871,"last_synced_at":"2026-08-22T00:54:31.773Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/google","funding_links":[],"total_stars":2139152,"followers":77253,"following":0,"created_at":"2022-11-02T16:20:58.973Z","updated_at":"2026-08-22T00:54:31.787Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google/repositories"},"tags":[{"name":"v0.7.0","sha":"9b12f366a942ebc7254abc7f32ca05068b455fb7","kind":"commit","published_at":"2025-01-14T18:15:44.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.7.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"c3ad8435e7bef96af35732bc0789e5a2278c6d5f","kind":"commit","published_at":"2023-08-31T17:32:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.6.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.6.0/manifests"},{"name":"v0.5.9","sha":"a97318bf6562f2ed2632c5f985db51b1bc5bdcd0","kind":"commit","published_at":"2022-09-02T22:41:56.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.9","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.9/manifests"},{"name":"v0.5.8","sha":"f144a35ed4ac538fae93fa3783175108738f71b9","kind":"commit","published_at":"2022-04-26T20:49:16.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.8","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.8/manifests"},{"name":"v0.5.7","sha":"039e37cba1f3e52c48404633d6960421b369a19a","kind":"commit","published_at":"2022-01-04T17:50:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.7","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.7/manifests"},{"name":"v0.5.6","sha":"d103655696d8ae43c4125ee61454dbf03d8e8324","kind":"commit","published_at":"2021-05-25T02:50:45.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.6","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.6/manifests"},{"name":"v0.5.5","sha":"8fa37b4dd109f12e42b131e485268768f18bcbf8","kind":"commit","published_at":"2021-03-03T20:48:37.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.5","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.5/manifests"},{"name":"v0.5.4","sha":"ec71d6d790538ad88c95a192fd059e11afb45b6f","kind":"commit","published_at":"2020-11-24T18:26:02.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.4","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.4/manifests"},{"name":"v0.5.3","sha":"0a3ecd384c2ae80de757e4b62138949ab721f02e","kind":"commit","published_at":"2020-11-12T20:24:02.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.3","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"d2fcc899bdc2d134b7c00e36137260db963e193c","kind":"commit","published_at":"2020-08-18T19:37:11.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.2","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"9680bfaf28748393e28e00238d94070fb9972fd8","kind":"commit","published_at":"2020-07-21T19:17:14.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"77ae86f624cb174e21763cffcbbf070eb06cb016","kind":"commit","published_at":"2020-06-18T00:25:47.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.0/manifests"},{"name":"v0.4.1","sha":"7e5cb83929c528b29e5a8ac1244eab0436f79bce","kind":"commit","published_at":"2020-05-15T04:39:44.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.4.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"5a6f75716e1203a923a78c9efb94089d857df0f6","kind":"commit","published_at":"2019-12-16T21:18:14.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.4.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.0/manifests"},{"name":"v0.3.1","sha":"2d0692c2e9617365a95b295612ac0d4415ba4627","kind":"commit","published_at":"2019-08-05T20:51:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.3.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"6f77996f0c42f7b84e5a2b252227263f93432e9b","kind":"commit","published_at":"2019-03-12T03:24:27.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.3.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"3af367b6b30c263d47e8895973edcca9a49cf029","kind":"commit","published_at":"2018-02-02T21:19:42.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.2.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"8099a9787ce5dc5984ed879a3bda47dc730a8e97","kind":"commit","published_at":"2017-08-03T17:35:09.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.1.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-08-23T02:19:12.499Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":5.091683115617868,"dependent_packages_count":4.770822773561183,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":4.9312529445895255},"purl":"pkg:golang/github.com/google/go-cmp/cmp/internal/function","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/google/go-cmp/cmp/internal/function","docker_dependents_count":1,"docker_downloads_count":9,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/google/go-cmp/cmp/internal/function","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/google/go-cmp/cmp/internal/function/dependencies","status":"removed","funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T10:32:02.656Z","issues_count":96,"pull_requests_count":79,"avg_time_to_close_issue":4356788.288461538,"avg_time_to_close_pull_request":2716696.919354839,"issues_closed_count":52,"pull_requests_closed_count":62,"pull_request_authors_count":31,"issue_authors_count":79,"avg_comments_per_issue":3.75,"avg_comments_per_pull_request":1.8101265822784809,"merged_pull_requests_count":51,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":2,"past_year_pull_requests_count":16,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":578075.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":13,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":0.5,"past_year_avg_comments_per_pull_request":1.25,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/issues","maintainers":[{"login":"dsnet","count":44,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"neild","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/neild"},{"login":"rsc","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rsc"},{"login":"medyagh","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/medyagh"}],"active_maintainers":[{"login":"medyagh","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/medyagh"},{"login":"neild","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/neild"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgoogle%2Fgo-cmp%2Fcmp%2Finternal%2Ffunction/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgoogle%2Fgo-cmp%2Fcmp%2Finternal%2Ffunction/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgoogle%2Fgo-cmp%2Fcmp%2Finternal%2Ffunction/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgoogle%2Fgo-cmp%2Fcmp%2Finternal%2Ffunction/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgoogle%2Fgo-cmp%2Fcmp%2Finternal%2Ffunction/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgoogle%2Fgo-cmp%2Fcmp%2Finternal%2Ffunction/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2281883,"maintainers_count":0,"namespaces_count":839478,"keywords_count":124863,"github":"golang","metadata":{"funded_packages_count":67811,"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-23T05:01:16.146Z","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":10806792,"name":"github.com/Google/go-cmp","ecosystem":"go","description":"","homepage":"https://github.com/Google/go-cmp","licenses":"bsd-3-clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/Google/go-cmp","keywords_array":[],"namespace":"github.com/Google","versions_count":18,"first_release_published_at":"2017-08-03T17:35:09.000Z","latest_release_published_at":"2025-01-14T18:15:44.000Z","latest_release_number":"v0.7.0","last_synced_at":"2026-08-22T02:14:07.243Z","created_at":"2024-08-13T05:27:49.268Z","updated_at":"2026-08-22T02:14:07.244Z","registry_url":"https://pkg.go.dev/github.com/Google/go-cmp","install_command":"go get github.com/Google/go-cmp","documentation_url":"https://pkg.go.dev/github.com/Google/go-cmp#section-documentation","metadata":{},"repo_metadata":{"id":37550168,"uuid":"96570421","full_name":"google/go-cmp","owner":"google","description":"Package for comparing Go values in tests","archived":false,"fork":false,"pushed_at":"2026-06-18T07:33:22.000Z","size":550,"stargazers_count":4672,"open_issues_count":60,"forks_count":237,"subscribers_count":30,"default_branch":"master","last_synced_at":"2026-08-16T00:54:02.448Z","etag":null,"topics":["equality","go","testing"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/google.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-07-07T19:28:22.000Z","updated_at":"2026-08-13T20:35:50.000Z","dependencies_parsed_at":"2023-10-10T19:54:16.595Z","dependency_job_id":"011030ac-84ca-4f02-8743-5fa5d47e0fde","html_url":"https://github.com/google/go-cmp","commit_stats":{"total_commits":171,"total_committers":29,"mean_commits":5.896551724137931,"dds":"0.20467836257309946","last_synced_commit":"391980c4b2e1cc2c30d2bfae6039815350490495"},"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/google/go-cmp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/sbom","scorecard":{"id":437038,"data":{"date":"2025-08-11","repo":{"name":"github.com/google/go-cmp","commit":"9b12f366a942ebc7254abc7f32ca05068b455fb7"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":7.9,"checks":[{"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":"Maintained","score":0,"reason":"0 commit(s) and 1 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":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Token-Permissions","score":10,"reason":"GitHub workflow tokens follow principle of least privilege","details":["Info: topLevel 'contents' permission set to 'read': .github/workflows/test.yml:4","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":10,"reason":"all dependencies are pinned","details":["Info:   2 out of   2 GitHub-owned 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":"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":"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/google/.github/SECURITY.md:1","Info: Found linked content: github.com/google/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/google/.github/SECURITY.md:1","Info: Found text in security policy: github.com/google/.github/SECURITY.md:1"],"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":"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: 2 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T04:56:10.380Z","repository_id":37550168,"created_at":"2025-08-19T04:56:10.380Z","updated_at":"2025-08-19T04:56:10.380Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36782153,"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-19T02:00:06.185Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"google","name":"Google","uuid":"1342004","kind":"organization","description":"Google ❤️ Open Source","email":"opensource@google.com","website":"https://opensource.google/","location":"United States of America","twitter":"GoogleOSS","company":null,"icon_url":"https://avatars.githubusercontent.com/u/1342004?v=4","repositories_count":2869,"last_synced_at":"2026-08-14T04:50:58.876Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/google","funding_links":[],"total_stars":2136681,"followers":76921,"following":0,"created_at":"2022-11-02T16:20:58.973Z","updated_at":"2026-08-14T04:50:58.893Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google/repositories"},"tags":[{"name":"v0.7.0","sha":"9b12f366a942ebc7254abc7f32ca05068b455fb7","kind":"commit","published_at":"2025-01-14T18:15:44.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.7.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"c3ad8435e7bef96af35732bc0789e5a2278c6d5f","kind":"commit","published_at":"2023-08-31T17:32:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.6.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.6.0/manifests"},{"name":"v0.5.9","sha":"a97318bf6562f2ed2632c5f985db51b1bc5bdcd0","kind":"commit","published_at":"2022-09-02T22:41:56.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.9","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.9/manifests"},{"name":"v0.5.8","sha":"f144a35ed4ac538fae93fa3783175108738f71b9","kind":"commit","published_at":"2022-04-26T20:49:16.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.8","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.8/manifests"},{"name":"v0.5.7","sha":"039e37cba1f3e52c48404633d6960421b369a19a","kind":"commit","published_at":"2022-01-04T17:50:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.7","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.7/manifests"},{"name":"v0.5.6","sha":"d103655696d8ae43c4125ee61454dbf03d8e8324","kind":"commit","published_at":"2021-05-25T02:50:45.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.6","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.6/manifests"},{"name":"v0.5.5","sha":"8fa37b4dd109f12e42b131e485268768f18bcbf8","kind":"commit","published_at":"2021-03-03T20:48:37.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.5","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.5/manifests"},{"name":"v0.5.4","sha":"ec71d6d790538ad88c95a192fd059e11afb45b6f","kind":"commit","published_at":"2020-11-24T18:26:02.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.4","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.4/manifests"},{"name":"v0.5.3","sha":"0a3ecd384c2ae80de757e4b62138949ab721f02e","kind":"commit","published_at":"2020-11-12T20:24:02.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.3","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"d2fcc899bdc2d134b7c00e36137260db963e193c","kind":"commit","published_at":"2020-08-18T19:37:11.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.2","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"9680bfaf28748393e28e00238d94070fb9972fd8","kind":"commit","published_at":"2020-07-21T19:17:14.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"77ae86f624cb174e21763cffcbbf070eb06cb016","kind":"commit","published_at":"2020-06-18T00:25:47.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.0/manifests"},{"name":"v0.4.1","sha":"7e5cb83929c528b29e5a8ac1244eab0436f79bce","kind":"commit","published_at":"2020-05-15T04:39:44.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.4.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"5a6f75716e1203a923a78c9efb94089d857df0f6","kind":"commit","published_at":"2019-12-16T21:18:14.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.4.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.0/manifests"},{"name":"v0.3.1","sha":"2d0692c2e9617365a95b295612ac0d4415ba4627","kind":"commit","published_at":"2019-08-05T20:51:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.3.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"6f77996f0c42f7b84e5a2b252227263f93432e9b","kind":"commit","published_at":"2019-03-12T03:24:27.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.3.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"3af367b6b30c263d47e8895973edcca9a49cf029","kind":"commit","published_at":"2018-02-02T21:19:42.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.2.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"8099a9787ce5dc5984ed879a3bda47dc730a8e97","kind":"commit","published_at":"2017-08-03T17:35:09.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.1.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-08-19T10:32:50.014Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":6.719821798073824,"dependent_packages_count":6.295425070324077,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":6.507623434198951},"purl":"pkg:golang/github.com/%21google/go-cmp","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/Google/go-cmp","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/Google/go-cmp","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/Google/go-cmp/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-19T09:02:01.174Z","issues_count":96,"pull_requests_count":78,"avg_time_to_close_issue":4356788.288461538,"avg_time_to_close_pull_request":2716696.919354839,"issues_closed_count":52,"pull_requests_closed_count":62,"pull_request_authors_count":30,"issue_authors_count":79,"avg_comments_per_issue":3.75,"avg_comments_per_pull_request":1.8205128205128205,"merged_pull_requests_count":51,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":2,"past_year_pull_requests_count":15,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":578075.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":12,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":0.5,"past_year_avg_comments_per_pull_request":1.2666666666666666,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/issues","maintainers":[{"login":"dsnet","count":44,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"neild","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/neild"},{"login":"rsc","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rsc"},{"login":"medyagh","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/medyagh"}],"active_maintainers":[{"login":"medyagh","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/medyagh"},{"login":"neild","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/neild"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGoogle%2Fgo-cmp/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGoogle%2Fgo-cmp/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGoogle%2Fgo-cmp/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGoogle%2Fgo-cmp/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGoogle%2Fgo-cmp/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGoogle%2Fgo-cmp/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2281883,"maintainers_count":0,"namespaces_count":839478,"keywords_count":124863,"github":"golang","metadata":{"funded_packages_count":67811,"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-23T05:01:16.146Z","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":14415458,"name":"github.com/google/go-cmp/cmp/cmpopts","ecosystem":"go","description":"Package cmpopts provides common options for the cmp package.","homepage":"https://github.com/google/go-cmp","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/google/go-cmp","keywords_array":[],"namespace":"github.com/google/go-cmp/cmp","versions_count":18,"first_release_published_at":"2026-05-09T19:49:46.551Z","latest_release_published_at":"2026-05-09T19:49:46.551Z","latest_release_number":"v0.7.0","last_synced_at":"2026-08-22T10:46:34.373Z","created_at":"2026-05-09T19:49:21.519Z","updated_at":"2026-08-23T02:19:12.597Z","registry_url":"https://pkg.go.dev/github.com/google/go-cmp/cmp/cmpopts","install_command":"go get github.com/google/go-cmp/cmp/cmpopts","documentation_url":"https://pkg.go.dev/github.com/google/go-cmp/cmp/cmpopts#section-documentation","metadata":{},"repo_metadata":{"id":37550168,"uuid":"96570421","full_name":"google/go-cmp","owner":"google","description":"Package for comparing Go values in tests","archived":false,"fork":false,"pushed_at":"2026-06-18T07:33:22.000Z","size":550,"stargazers_count":4675,"open_issues_count":62,"forks_count":239,"subscribers_count":30,"default_branch":"master","last_synced_at":"2026-08-23T00:59:22.536Z","etag":null,"topics":["equality","go","testing"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/google.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-07-07T19:28:22.000Z","updated_at":"2026-08-22T16:01:37.000Z","dependencies_parsed_at":"2023-10-10T19:54:16.595Z","dependency_job_id":"011030ac-84ca-4f02-8743-5fa5d47e0fde","html_url":"https://github.com/google/go-cmp","commit_stats":{"total_commits":171,"total_committers":29,"mean_commits":5.896551724137931,"dds":"0.20467836257309946","last_synced_commit":"391980c4b2e1cc2c30d2bfae6039815350490495"},"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/google/go-cmp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/sbom","scorecard":{"id":437038,"data":{"date":"2025-08-11","repo":{"name":"github.com/google/go-cmp","commit":"9b12f366a942ebc7254abc7f32ca05068b455fb7"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":7.9,"checks":[{"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":"Maintained","score":0,"reason":"0 commit(s) and 1 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":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Token-Permissions","score":10,"reason":"GitHub workflow tokens follow principle of least privilege","details":["Info: topLevel 'contents' permission set to 'read': .github/workflows/test.yml:4","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":10,"reason":"all dependencies are pinned","details":["Info:   2 out of   2 GitHub-owned 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":"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":"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/google/.github/SECURITY.md:1","Info: Found linked content: github.com/google/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/google/.github/SECURITY.md:1","Info: Found text in security policy: github.com/google/.github/SECURITY.md:1"],"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":"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: 2 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T04:56:10.380Z","repository_id":37550168,"created_at":"2025-08-19T04:56:10.380Z","updated_at":"2025-08-19T04:56:10.380Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36838867,"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":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"google","name":"Google","uuid":"1342004","kind":"organization","description":"Google ❤️ Open Source","email":"opensource@google.com","website":"https://opensource.google/","location":"United States of America","twitter":"GoogleOSS","company":null,"icon_url":"https://avatars.githubusercontent.com/u/1342004?v=4","repositories_count":2871,"last_synced_at":"2026-08-22T00:54:31.773Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/google","funding_links":[],"total_stars":2139152,"followers":77253,"following":0,"created_at":"2022-11-02T16:20:58.973Z","updated_at":"2026-08-22T00:54:31.787Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google/repositories"},"tags":[{"name":"v0.7.0","sha":"9b12f366a942ebc7254abc7f32ca05068b455fb7","kind":"commit","published_at":"2025-01-14T18:15:44.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.7.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"c3ad8435e7bef96af35732bc0789e5a2278c6d5f","kind":"commit","published_at":"2023-08-31T17:32:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.6.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.6.0/manifests"},{"name":"v0.5.9","sha":"a97318bf6562f2ed2632c5f985db51b1bc5bdcd0","kind":"commit","published_at":"2022-09-02T22:41:56.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.9","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.9/manifests"},{"name":"v0.5.8","sha":"f144a35ed4ac538fae93fa3783175108738f71b9","kind":"commit","published_at":"2022-04-26T20:49:16.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.8","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.8/manifests"},{"name":"v0.5.7","sha":"039e37cba1f3e52c48404633d6960421b369a19a","kind":"commit","published_at":"2022-01-04T17:50:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.7","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.7/manifests"},{"name":"v0.5.6","sha":"d103655696d8ae43c4125ee61454dbf03d8e8324","kind":"commit","published_at":"2021-05-25T02:50:45.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.6","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.6/manifests"},{"name":"v0.5.5","sha":"8fa37b4dd109f12e42b131e485268768f18bcbf8","kind":"commit","published_at":"2021-03-03T20:48:37.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.5","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.5/manifests"},{"name":"v0.5.4","sha":"ec71d6d790538ad88c95a192fd059e11afb45b6f","kind":"commit","published_at":"2020-11-24T18:26:02.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.4","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.4/manifests"},{"name":"v0.5.3","sha":"0a3ecd384c2ae80de757e4b62138949ab721f02e","kind":"commit","published_at":"2020-11-12T20:24:02.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.3","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"d2fcc899bdc2d134b7c00e36137260db963e193c","kind":"commit","published_at":"2020-08-18T19:37:11.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.2","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"9680bfaf28748393e28e00238d94070fb9972fd8","kind":"commit","published_at":"2020-07-21T19:17:14.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"77ae86f624cb174e21763cffcbbf070eb06cb016","kind":"commit","published_at":"2020-06-18T00:25:47.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.0/manifests"},{"name":"v0.4.1","sha":"7e5cb83929c528b29e5a8ac1244eab0436f79bce","kind":"commit","published_at":"2020-05-15T04:39:44.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.4.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"5a6f75716e1203a923a78c9efb94089d857df0f6","kind":"commit","published_at":"2019-12-16T21:18:14.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.4.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.0/manifests"},{"name":"v0.3.1","sha":"2d0692c2e9617365a95b295612ac0d4415ba4627","kind":"commit","published_at":"2019-08-05T20:51:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.3.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"6f77996f0c42f7b84e5a2b252227263f93432e9b","kind":"commit","published_at":"2019-03-12T03:24:27.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.3.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"3af367b6b30c263d47e8895973edcca9a49cf029","kind":"commit","published_at":"2018-02-02T21:19:42.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.2.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"8099a9787ce5dc5984ed879a3bda47dc730a8e97","kind":"commit","published_at":"2017-08-03T17:35:09.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.1.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-08-23T02:19:12.597Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":5.080071416441731,"dependent_packages_count":4.759766986501993,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":4.919919201471862},"purl":"pkg:golang/github.com/google/go-cmp/cmp/cmpopts","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/google/go-cmp/cmp/cmpopts","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/google/go-cmp/cmp/cmpopts","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/google/go-cmp/cmp/cmpopts/dependencies","status":"removed","funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T10:32:02.656Z","issues_count":96,"pull_requests_count":79,"avg_time_to_close_issue":4356788.288461538,"avg_time_to_close_pull_request":2716696.919354839,"issues_closed_count":52,"pull_requests_closed_count":62,"pull_request_authors_count":31,"issue_authors_count":79,"avg_comments_per_issue":3.75,"avg_comments_per_pull_request":1.8101265822784809,"merged_pull_requests_count":51,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":2,"past_year_pull_requests_count":16,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":578075.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":13,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":0.5,"past_year_avg_comments_per_pull_request":1.25,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/issues","maintainers":[{"login":"dsnet","count":44,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"neild","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/neild"},{"login":"rsc","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rsc"},{"login":"medyagh","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/medyagh"}],"active_maintainers":[{"login":"medyagh","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/medyagh"},{"login":"neild","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/neild"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgoogle%2Fgo-cmp%2Fcmp%2Fcmpopts/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgoogle%2Fgo-cmp%2Fcmp%2Fcmpopts/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgoogle%2Fgo-cmp%2Fcmp%2Fcmpopts/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgoogle%2Fgo-cmp%2Fcmp%2Fcmpopts/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgoogle%2Fgo-cmp%2Fcmp%2Fcmpopts/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgoogle%2Fgo-cmp%2Fcmp%2Fcmpopts/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2281883,"maintainers_count":0,"namespaces_count":839478,"keywords_count":124863,"github":"golang","metadata":{"funded_packages_count":67811,"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-23T05:01:16.146Z","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":14397206,"name":"github.com/google/go-cmp/cmp/internal/value","ecosystem":"go","description":"","homepage":"https://github.com/google/go-cmp","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/google/go-cmp","keywords_array":[],"namespace":"github.com/google/go-cmp/cmp/internal","versions_count":18,"first_release_published_at":"2026-05-07T19:52:06.823Z","latest_release_published_at":"2026-05-07T19:52:06.823Z","latest_release_number":"v0.7.0","last_synced_at":"2026-08-22T10:52:11.240Z","created_at":"2026-05-07T19:51:40.057Z","updated_at":"2026-08-23T02:19:12.597Z","registry_url":"https://pkg.go.dev/github.com/google/go-cmp/cmp/internal/value","install_command":"go get github.com/google/go-cmp/cmp/internal/value","documentation_url":"https://pkg.go.dev/github.com/google/go-cmp/cmp/internal/value#section-documentation","metadata":{},"repo_metadata":{"id":37550168,"uuid":"96570421","full_name":"google/go-cmp","owner":"google","description":"Package for comparing Go values in tests","archived":false,"fork":false,"pushed_at":"2026-06-18T07:33:22.000Z","size":550,"stargazers_count":4675,"open_issues_count":62,"forks_count":239,"subscribers_count":30,"default_branch":"master","last_synced_at":"2026-08-23T00:59:22.536Z","etag":null,"topics":["equality","go","testing"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/google.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-07-07T19:28:22.000Z","updated_at":"2026-08-22T16:01:37.000Z","dependencies_parsed_at":"2023-10-10T19:54:16.595Z","dependency_job_id":"011030ac-84ca-4f02-8743-5fa5d47e0fde","html_url":"https://github.com/google/go-cmp","commit_stats":{"total_commits":171,"total_committers":29,"mean_commits":5.896551724137931,"dds":"0.20467836257309946","last_synced_commit":"391980c4b2e1cc2c30d2bfae6039815350490495"},"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/google/go-cmp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/sbom","scorecard":{"id":437038,"data":{"date":"2025-08-11","repo":{"name":"github.com/google/go-cmp","commit":"9b12f366a942ebc7254abc7f32ca05068b455fb7"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":7.9,"checks":[{"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":"Maintained","score":0,"reason":"0 commit(s) and 1 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":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Token-Permissions","score":10,"reason":"GitHub workflow tokens follow principle of least privilege","details":["Info: topLevel 'contents' permission set to 'read': .github/workflows/test.yml:4","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":10,"reason":"all dependencies are pinned","details":["Info:   2 out of   2 GitHub-owned 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":"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":"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/google/.github/SECURITY.md:1","Info: Found linked content: github.com/google/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/google/.github/SECURITY.md:1","Info: Found text in security policy: github.com/google/.github/SECURITY.md:1"],"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":"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: 2 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T04:56:10.380Z","repository_id":37550168,"created_at":"2025-08-19T04:56:10.380Z","updated_at":"2025-08-19T04:56:10.380Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36838867,"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":"ssl_error","status_checked_at":"2026-08-22T15:14:58.237Z","response_time":51,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"google","name":"Google","uuid":"1342004","kind":"organization","description":"Google ❤️ Open Source","email":"opensource@google.com","website":"https://opensource.google/","location":"United States of America","twitter":"GoogleOSS","company":null,"icon_url":"https://avatars.githubusercontent.com/u/1342004?v=4","repositories_count":2871,"last_synced_at":"2026-08-22T00:54:31.773Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/google","funding_links":[],"total_stars":2139152,"followers":77253,"following":0,"created_at":"2022-11-02T16:20:58.973Z","updated_at":"2026-08-22T00:54:31.787Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google/repositories"},"tags":[{"name":"v0.7.0","sha":"9b12f366a942ebc7254abc7f32ca05068b455fb7","kind":"commit","published_at":"2025-01-14T18:15:44.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.7.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"c3ad8435e7bef96af35732bc0789e5a2278c6d5f","kind":"commit","published_at":"2023-08-31T17:32:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.6.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.6.0/manifests"},{"name":"v0.5.9","sha":"a97318bf6562f2ed2632c5f985db51b1bc5bdcd0","kind":"commit","published_at":"2022-09-02T22:41:56.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.9","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.9/manifests"},{"name":"v0.5.8","sha":"f144a35ed4ac538fae93fa3783175108738f71b9","kind":"commit","published_at":"2022-04-26T20:49:16.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.8","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.8/manifests"},{"name":"v0.5.7","sha":"039e37cba1f3e52c48404633d6960421b369a19a","kind":"commit","published_at":"2022-01-04T17:50:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.7","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.7/manifests"},{"name":"v0.5.6","sha":"d103655696d8ae43c4125ee61454dbf03d8e8324","kind":"commit","published_at":"2021-05-25T02:50:45.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.6","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.6/manifests"},{"name":"v0.5.5","sha":"8fa37b4dd109f12e42b131e485268768f18bcbf8","kind":"commit","published_at":"2021-03-03T20:48:37.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.5","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.5/manifests"},{"name":"v0.5.4","sha":"ec71d6d790538ad88c95a192fd059e11afb45b6f","kind":"commit","published_at":"2020-11-24T18:26:02.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.4","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.4/manifests"},{"name":"v0.5.3","sha":"0a3ecd384c2ae80de757e4b62138949ab721f02e","kind":"commit","published_at":"2020-11-12T20:24:02.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.3","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"d2fcc899bdc2d134b7c00e36137260db963e193c","kind":"commit","published_at":"2020-08-18T19:37:11.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.2","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"9680bfaf28748393e28e00238d94070fb9972fd8","kind":"commit","published_at":"2020-07-21T19:17:14.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"77ae86f624cb174e21763cffcbbf070eb06cb016","kind":"commit","published_at":"2020-06-18T00:25:47.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.0/manifests"},{"name":"v0.4.1","sha":"7e5cb83929c528b29e5a8ac1244eab0436f79bce","kind":"commit","published_at":"2020-05-15T04:39:44.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.4.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"5a6f75716e1203a923a78c9efb94089d857df0f6","kind":"commit","published_at":"2019-12-16T21:18:14.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.4.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.0/manifests"},{"name":"v0.3.1","sha":"2d0692c2e9617365a95b295612ac0d4415ba4627","kind":"commit","published_at":"2019-08-05T20:51:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.3.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"6f77996f0c42f7b84e5a2b252227263f93432e9b","kind":"commit","published_at":"2019-03-12T03:24:27.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.3.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"3af367b6b30c263d47e8895973edcca9a49cf029","kind":"commit","published_at":"2018-02-02T21:19:42.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.2.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"8099a9787ce5dc5984ed879a3bda47dc730a8e97","kind":"commit","published_at":"2017-08-03T17:35:09.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.1.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-08-23T02:19:12.597Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":5.091683115617868,"dependent_packages_count":4.770822773561183,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":4.9312529445895255},"purl":"pkg:golang/github.com/google/go-cmp/cmp/internal/value","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/google/go-cmp/cmp/internal/value","docker_dependents_count":1,"docker_downloads_count":9,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/google/go-cmp/cmp/internal/value","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/google/go-cmp/cmp/internal/value/dependencies","status":"removed","funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-22T10:32:02.656Z","issues_count":96,"pull_requests_count":79,"avg_time_to_close_issue":4356788.288461538,"avg_time_to_close_pull_request":2716696.919354839,"issues_closed_count":52,"pull_requests_closed_count":62,"pull_request_authors_count":31,"issue_authors_count":79,"avg_comments_per_issue":3.75,"avg_comments_per_pull_request":1.8101265822784809,"merged_pull_requests_count":51,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":2,"past_year_pull_requests_count":16,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":578075.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":13,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":0.5,"past_year_avg_comments_per_pull_request":1.25,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/issues","maintainers":[{"login":"dsnet","count":44,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"neild","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/neild"},{"login":"rsc","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rsc"},{"login":"medyagh","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/medyagh"}],"active_maintainers":[{"login":"medyagh","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/medyagh"},{"login":"neild","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/neild"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgoogle%2Fgo-cmp%2Fcmp%2Finternal%2Fvalue/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgoogle%2Fgo-cmp%2Fcmp%2Finternal%2Fvalue/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgoogle%2Fgo-cmp%2Fcmp%2Finternal%2Fvalue/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgoogle%2Fgo-cmp%2Fcmp%2Finternal%2Fvalue/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgoogle%2Fgo-cmp%2Fcmp%2Finternal%2Fvalue/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgoogle%2Fgo-cmp%2Fcmp%2Finternal%2Fvalue/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2281883,"maintainers_count":0,"namespaces_count":839478,"keywords_count":124863,"github":"golang","metadata":{"funded_packages_count":67811,"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-23T05:01:16.146Z","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":14397202,"name":"github.com/google/go-cmp/cmp/internal/flags","ecosystem":"go","description":"","homepage":"https://github.com/google/go-cmp","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/google/go-cmp","keywords_array":[],"namespace":"github.com/google/go-cmp/cmp/internal","versions_count":16,"first_release_published_at":"2026-05-07T19:52:00.807Z","latest_release_published_at":"2026-05-07T19:52:00.807Z","latest_release_number":"v0.7.0","last_synced_at":"2026-08-22T10:41:50.570Z","created_at":"2026-05-07T19:51:38.946Z","updated_at":"2026-08-22T10:41:50.571Z","registry_url":"https://pkg.go.dev/github.com/google/go-cmp/cmp/internal/flags","install_command":"go get github.com/google/go-cmp/cmp/internal/flags","documentation_url":"https://pkg.go.dev/github.com/google/go-cmp/cmp/internal/flags#section-documentation","metadata":{},"repo_metadata":{"id":37550168,"uuid":"96570421","full_name":"google/go-cmp","owner":"google","description":"Package for comparing Go values in tests","archived":false,"fork":false,"pushed_at":"2026-06-18T07:33:22.000Z","size":550,"stargazers_count":4671,"open_issues_count":61,"forks_count":237,"subscribers_count":30,"default_branch":"master","last_synced_at":"2026-08-06T03:16:34.363Z","etag":null,"topics":["equality","go","testing"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/google.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-07-07T19:28:22.000Z","updated_at":"2026-08-05T11:06:05.000Z","dependencies_parsed_at":"2023-10-10T19:54:16.595Z","dependency_job_id":"011030ac-84ca-4f02-8743-5fa5d47e0fde","html_url":"https://github.com/google/go-cmp","commit_stats":{"total_commits":171,"total_committers":29,"mean_commits":5.896551724137931,"dds":"0.20467836257309946","last_synced_commit":"391980c4b2e1cc2c30d2bfae6039815350490495"},"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/google/go-cmp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/sbom","scorecard":{"id":437038,"data":{"date":"2025-08-11","repo":{"name":"github.com/google/go-cmp","commit":"9b12f366a942ebc7254abc7f32ca05068b455fb7"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":7.9,"checks":[{"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":"Maintained","score":0,"reason":"0 commit(s) and 1 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":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Token-Permissions","score":10,"reason":"GitHub workflow tokens follow principle of least privilege","details":["Info: topLevel 'contents' permission set to 'read': .github/workflows/test.yml:4","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":10,"reason":"all dependencies are pinned","details":["Info:   2 out of   2 GitHub-owned 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":"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":"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/google/.github/SECURITY.md:1","Info: Found linked content: github.com/google/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/google/.github/SECURITY.md:1","Info: Found text in security policy: github.com/google/.github/SECURITY.md:1"],"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":"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: 2 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T04:56:10.380Z","repository_id":37550168,"created_at":"2025-08-19T04:56:10.380Z","updated_at":"2025-08-19T04:56:10.380Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36334224,"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":"ssl_error","status_checked_at":"2026-08-06T04:43:02.660Z","response_time":54,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"google","name":"Google","uuid":"1342004","kind":"organization","description":"Google ❤️ Open Source","email":"opensource@google.com","website":"https://opensource.google/","location":"United States of America","twitter":"GoogleOSS","company":null,"icon_url":"https://avatars.githubusercontent.com/u/1342004?v=4","repositories_count":2869,"last_synced_at":"2026-08-14T04:50:58.876Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/google","funding_links":[],"total_stars":2136681,"followers":76921,"following":0,"created_at":"2022-11-02T16:20:58.973Z","updated_at":"2026-08-14T04:50:58.893Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google/repositories"},"tags":[{"name":"v0.7.0","sha":"9b12f366a942ebc7254abc7f32ca05068b455fb7","kind":"commit","published_at":"2025-01-14T18:15:44.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.7.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"c3ad8435e7bef96af35732bc0789e5a2278c6d5f","kind":"commit","published_at":"2023-08-31T17:32:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.6.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.6.0/manifests"},{"name":"v0.5.9","sha":"a97318bf6562f2ed2632c5f985db51b1bc5bdcd0","kind":"commit","published_at":"2022-09-02T22:41:56.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.9","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.9/manifests"},{"name":"v0.5.8","sha":"f144a35ed4ac538fae93fa3783175108738f71b9","kind":"commit","published_at":"2022-04-26T20:49:16.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.8","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.8/manifests"},{"name":"v0.5.7","sha":"039e37cba1f3e52c48404633d6960421b369a19a","kind":"commit","published_at":"2022-01-04T17:50:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.7","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.7/manifests"},{"name":"v0.5.6","sha":"d103655696d8ae43c4125ee61454dbf03d8e8324","kind":"commit","published_at":"2021-05-25T02:50:45.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.6","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.6/manifests"},{"name":"v0.5.5","sha":"8fa37b4dd109f12e42b131e485268768f18bcbf8","kind":"commit","published_at":"2021-03-03T20:48:37.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.5","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.5/manifests"},{"name":"v0.5.4","sha":"ec71d6d790538ad88c95a192fd059e11afb45b6f","kind":"commit","published_at":"2020-11-24T18:26:02.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.4","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.4/manifests"},{"name":"v0.5.3","sha":"0a3ecd384c2ae80de757e4b62138949ab721f02e","kind":"commit","published_at":"2020-11-12T20:24:02.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.3","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"d2fcc899bdc2d134b7c00e36137260db963e193c","kind":"commit","published_at":"2020-08-18T19:37:11.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.2","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"9680bfaf28748393e28e00238d94070fb9972fd8","kind":"commit","published_at":"2020-07-21T19:17:14.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"77ae86f624cb174e21763cffcbbf070eb06cb016","kind":"commit","published_at":"2020-06-18T00:25:47.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.0/manifests"},{"name":"v0.4.1","sha":"7e5cb83929c528b29e5a8ac1244eab0436f79bce","kind":"commit","published_at":"2020-05-15T04:39:44.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.4.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"5a6f75716e1203a923a78c9efb94089d857df0f6","kind":"commit","published_at":"2019-12-16T21:18:14.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.4.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.0/manifests"},{"name":"v0.3.1","sha":"2d0692c2e9617365a95b295612ac0d4415ba4627","kind":"commit","published_at":"2019-08-05T20:51:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.3.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"6f77996f0c42f7b84e5a2b252227263f93432e9b","kind":"commit","published_at":"2019-03-12T03:24:27.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.3.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"3af367b6b30c263d47e8895973edcca9a49cf029","kind":"commit","published_at":"2018-02-02T21:19:42.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.2.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"8099a9787ce5dc5984ed879a3bda47dc730a8e97","kind":"commit","published_at":"2017-08-03T17:35:09.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.1.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-08-16T00:55:38.702Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":5.091683115617868,"dependent_packages_count":4.770822773561183,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":4.9312529445895255},"purl":"pkg:golang/github.com/google/go-cmp/cmp/internal/flags","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/google/go-cmp/cmp/internal/flags","docker_dependents_count":1,"docker_downloads_count":9,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/google/go-cmp/cmp/internal/flags","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/google/go-cmp/cmp/internal/flags/dependencies","status":"removed","funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T06:33:20.317Z","issues_count":96,"pull_requests_count":77,"avg_time_to_close_issue":4356788.288461538,"avg_time_to_close_pull_request":2716696.919354839,"issues_closed_count":52,"pull_requests_closed_count":62,"pull_request_authors_count":29,"issue_authors_count":79,"avg_comments_per_issue":3.75,"avg_comments_per_pull_request":1.8311688311688312,"merged_pull_requests_count":51,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":2,"past_year_pull_requests_count":14,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":578075.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":11,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":0.5,"past_year_avg_comments_per_pull_request":1.2857142857142858,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/issues","maintainers":[{"login":"dsnet","count":44,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"neild","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/neild"},{"login":"rsc","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rsc"},{"login":"medyagh","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/medyagh"}],"active_maintainers":[{"login":"medyagh","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/medyagh"},{"login":"neild","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/neild"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgoogle%2Fgo-cmp%2Fcmp%2Finternal%2Fflags/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgoogle%2Fgo-cmp%2Fcmp%2Finternal%2Fflags/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgoogle%2Fgo-cmp%2Fcmp%2Finternal%2Fflags/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgoogle%2Fgo-cmp%2Fcmp%2Finternal%2Fflags/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgoogle%2Fgo-cmp%2Fcmp%2Finternal%2Fflags/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgoogle%2Fgo-cmp%2Fcmp%2Finternal%2Fflags/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2281883,"maintainers_count":0,"namespaces_count":839478,"keywords_count":124863,"github":"golang","metadata":{"funded_packages_count":67811,"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-23T05:01:16.146Z","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":14710189,"name":"github.com/Google/Go-cmp","ecosystem":"go","description":"","homepage":"https://github.com/Google/Go-cmp","licenses":"bsd-3-clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/Google/Go-cmp","keywords_array":[],"namespace":"github.com/Google","versions_count":2,"first_release_published_at":"2017-08-03T17:35:09.000Z","latest_release_published_at":"2018-02-02T21:19:42.000Z","latest_release_number":"v0.2.0","last_synced_at":"2026-08-22T10:46:00.334Z","created_at":"2026-07-03T10:45:54.110Z","updated_at":"2026-08-22T10:46:00.336Z","registry_url":"https://pkg.go.dev/github.com/Google/Go-cmp","install_command":"go get github.com/Google/Go-cmp","documentation_url":"https://pkg.go.dev/github.com/Google/Go-cmp#section-documentation","metadata":{},"repo_metadata":{"id":37550168,"uuid":"96570421","full_name":"google/go-cmp","owner":"google","description":"Package for comparing Go values in tests","archived":false,"fork":false,"pushed_at":"2026-06-18T07:33:22.000Z","size":550,"stargazers_count":4672,"open_issues_count":60,"forks_count":237,"subscribers_count":30,"default_branch":"master","last_synced_at":"2026-08-16T00:54:02.448Z","etag":null,"topics":["equality","go","testing"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/google.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-07-07T19:28:22.000Z","updated_at":"2026-08-13T20:35:50.000Z","dependencies_parsed_at":"2023-10-10T19:54:16.595Z","dependency_job_id":"011030ac-84ca-4f02-8743-5fa5d47e0fde","html_url":"https://github.com/google/go-cmp","commit_stats":{"total_commits":171,"total_committers":29,"mean_commits":5.896551724137931,"dds":"0.20467836257309946","last_synced_commit":"391980c4b2e1cc2c30d2bfae6039815350490495"},"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/google/go-cmp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/sbom","scorecard":{"id":437038,"data":{"date":"2025-08-11","repo":{"name":"github.com/google/go-cmp","commit":"9b12f366a942ebc7254abc7f32ca05068b455fb7"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":7.9,"checks":[{"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":"Maintained","score":0,"reason":"0 commit(s) and 1 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":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Token-Permissions","score":10,"reason":"GitHub workflow tokens follow principle of least privilege","details":["Info: topLevel 'contents' permission set to 'read': .github/workflows/test.yml:4","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":10,"reason":"all dependencies are pinned","details":["Info:   2 out of   2 GitHub-owned 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":"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":"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/google/.github/SECURITY.md:1","Info: Found linked content: github.com/google/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/google/.github/SECURITY.md:1","Info: Found text in security policy: github.com/google/.github/SECURITY.md:1"],"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":"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: 2 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T04:56:10.380Z","repository_id":37550168,"created_at":"2025-08-19T04:56:10.380Z","updated_at":"2025-08-19T04:56:10.380Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36780260,"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-19T02:00:06.185Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"google","name":"Google","uuid":"1342004","kind":"organization","description":"Google ❤️ Open Source","email":"opensource@google.com","website":"https://opensource.google/","location":"United States of America","twitter":"GoogleOSS","company":null,"icon_url":"https://avatars.githubusercontent.com/u/1342004?v=4","repositories_count":2869,"last_synced_at":"2026-08-14T04:50:58.876Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/google","funding_links":[],"total_stars":2136681,"followers":76921,"following":0,"created_at":"2022-11-02T16:20:58.973Z","updated_at":"2026-08-14T04:50:58.893Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google/repositories"},"tags":[{"name":"v0.7.0","sha":"9b12f366a942ebc7254abc7f32ca05068b455fb7","kind":"commit","published_at":"2025-01-14T18:15:44.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.7.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"c3ad8435e7bef96af35732bc0789e5a2278c6d5f","kind":"commit","published_at":"2023-08-31T17:32:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.6.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.6.0/manifests"},{"name":"v0.5.9","sha":"a97318bf6562f2ed2632c5f985db51b1bc5bdcd0","kind":"commit","published_at":"2022-09-02T22:41:56.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.9","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.9/manifests"},{"name":"v0.5.8","sha":"f144a35ed4ac538fae93fa3783175108738f71b9","kind":"commit","published_at":"2022-04-26T20:49:16.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.8","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.8/manifests"},{"name":"v0.5.7","sha":"039e37cba1f3e52c48404633d6960421b369a19a","kind":"commit","published_at":"2022-01-04T17:50:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.7","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.7/manifests"},{"name":"v0.5.6","sha":"d103655696d8ae43c4125ee61454dbf03d8e8324","kind":"commit","published_at":"2021-05-25T02:50:45.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.6","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.6/manifests"},{"name":"v0.5.5","sha":"8fa37b4dd109f12e42b131e485268768f18bcbf8","kind":"commit","published_at":"2021-03-03T20:48:37.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.5","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.5/manifests"},{"name":"v0.5.4","sha":"ec71d6d790538ad88c95a192fd059e11afb45b6f","kind":"commit","published_at":"2020-11-24T18:26:02.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.4","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.4/manifests"},{"name":"v0.5.3","sha":"0a3ecd384c2ae80de757e4b62138949ab721f02e","kind":"commit","published_at":"2020-11-12T20:24:02.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.3","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"d2fcc899bdc2d134b7c00e36137260db963e193c","kind":"commit","published_at":"2020-08-18T19:37:11.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.2","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"9680bfaf28748393e28e00238d94070fb9972fd8","kind":"commit","published_at":"2020-07-21T19:17:14.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"77ae86f624cb174e21763cffcbbf070eb06cb016","kind":"commit","published_at":"2020-06-18T00:25:47.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.0/manifests"},{"name":"v0.4.1","sha":"7e5cb83929c528b29e5a8ac1244eab0436f79bce","kind":"commit","published_at":"2020-05-15T04:39:44.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.4.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"5a6f75716e1203a923a78c9efb94089d857df0f6","kind":"commit","published_at":"2019-12-16T21:18:14.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.4.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.0/manifests"},{"name":"v0.3.1","sha":"2d0692c2e9617365a95b295612ac0d4415ba4627","kind":"commit","published_at":"2019-08-05T20:51:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.3.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"6f77996f0c42f7b84e5a2b252227263f93432e9b","kind":"commit","published_at":"2019-03-12T03:24:27.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.3.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"3af367b6b30c263d47e8895973edcca9a49cf029","kind":"commit","published_at":"2018-02-02T21:19:42.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.2.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"8099a9787ce5dc5984ed879a3bda47dc730a8e97","kind":"commit","published_at":"2017-08-03T17:35:09.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.1.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-08-19T09:04:51.127Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":4.926933158137311,"dependent_packages_count":4.616412160775715,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":4.771672659456513},"purl":"pkg:golang/github.com/%21google/%21go-cmp","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/Google/Go-cmp","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/Google/Go-cmp","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/Google/Go-cmp/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-18T08:31:21.091Z","issues_count":96,"pull_requests_count":78,"avg_time_to_close_issue":4356788.288461538,"avg_time_to_close_pull_request":2716696.919354839,"issues_closed_count":52,"pull_requests_closed_count":62,"pull_request_authors_count":30,"issue_authors_count":79,"avg_comments_per_issue":3.75,"avg_comments_per_pull_request":1.8205128205128205,"merged_pull_requests_count":51,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":2,"past_year_pull_requests_count":15,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":578075.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":12,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":0.5,"past_year_avg_comments_per_pull_request":1.2666666666666666,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/issues","maintainers":[{"login":"dsnet","count":44,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"neild","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/neild"},{"login":"rsc","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rsc"},{"login":"medyagh","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/medyagh"}],"active_maintainers":[{"login":"medyagh","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/medyagh"},{"login":"neild","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/neild"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGoogle%2FGo-cmp/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGoogle%2FGo-cmp/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGoogle%2FGo-cmp/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGoogle%2FGo-cmp/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGoogle%2FGo-cmp/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGoogle%2FGo-cmp/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2281883,"maintainers_count":0,"namespaces_count":839478,"keywords_count":124863,"github":"golang","metadata":{"funded_packages_count":67811,"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-23T05:01:16.146Z","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":11880950,"name":"github.com/GOOGLE/go-cmp","ecosystem":"go","description":"","homepage":"https://github.com/GOOGLE/go-cmp","licenses":"bsd-3-clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/GOOGLE/go-cmp","keywords_array":[],"namespace":"github.com/GOOGLE","versions_count":18,"first_release_published_at":"2025-07-05T10:57:44.006Z","latest_release_published_at":"2025-01-14T18:15:44.000Z","latest_release_number":"v0.7.0","last_synced_at":"2026-08-22T10:52:54.456Z","created_at":"2025-07-05T10:57:38.371Z","updated_at":"2026-08-22T10:52:54.457Z","registry_url":"https://pkg.go.dev/github.com/GOOGLE/go-cmp","install_command":"go get github.com/GOOGLE/go-cmp","documentation_url":"https://pkg.go.dev/github.com/GOOGLE/go-cmp#section-documentation","metadata":{},"repo_metadata":{"id":37550168,"uuid":"96570421","full_name":"google/go-cmp","owner":"google","description":"Package for comparing Go values in tests","archived":false,"fork":false,"pushed_at":"2026-06-18T07:33:22.000Z","size":550,"stargazers_count":4672,"open_issues_count":60,"forks_count":237,"subscribers_count":30,"default_branch":"master","last_synced_at":"2026-08-16T00:54:02.448Z","etag":null,"topics":["equality","go","testing"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/google.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-07-07T19:28:22.000Z","updated_at":"2026-08-13T20:35:50.000Z","dependencies_parsed_at":"2023-10-10T19:54:16.595Z","dependency_job_id":"011030ac-84ca-4f02-8743-5fa5d47e0fde","html_url":"https://github.com/google/go-cmp","commit_stats":{"total_commits":171,"total_committers":29,"mean_commits":5.896551724137931,"dds":"0.20467836257309946","last_synced_commit":"391980c4b2e1cc2c30d2bfae6039815350490495"},"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/google/go-cmp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/sbom","scorecard":{"id":437038,"data":{"date":"2025-08-11","repo":{"name":"github.com/google/go-cmp","commit":"9b12f366a942ebc7254abc7f32ca05068b455fb7"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":7.9,"checks":[{"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":"Maintained","score":0,"reason":"0 commit(s) and 1 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":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Token-Permissions","score":10,"reason":"GitHub workflow tokens follow principle of least privilege","details":["Info: topLevel 'contents' permission set to 'read': .github/workflows/test.yml:4","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":10,"reason":"all dependencies are pinned","details":["Info:   2 out of   2 GitHub-owned 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":"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":"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/google/.github/SECURITY.md:1","Info: Found linked content: github.com/google/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/google/.github/SECURITY.md:1","Info: Found text in security policy: github.com/google/.github/SECURITY.md:1"],"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":"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: 2 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T04:56:10.380Z","repository_id":37550168,"created_at":"2025-08-19T04:56:10.380Z","updated_at":"2025-08-19T04:56:10.380Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36780259,"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-19T02:00:06.185Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"google","name":"Google","uuid":"1342004","kind":"organization","description":"Google ❤️ Open Source","email":"opensource@google.com","website":"https://opensource.google/","location":"United States of America","twitter":"GoogleOSS","company":null,"icon_url":"https://avatars.githubusercontent.com/u/1342004?v=4","repositories_count":2869,"last_synced_at":"2026-08-14T04:50:58.876Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/google","funding_links":[],"total_stars":2136681,"followers":76921,"following":0,"created_at":"2022-11-02T16:20:58.973Z","updated_at":"2026-08-14T04:50:58.893Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google/repositories"},"tags":[{"name":"v0.7.0","sha":"9b12f366a942ebc7254abc7f32ca05068b455fb7","kind":"commit","published_at":"2025-01-14T18:15:44.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.7.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"c3ad8435e7bef96af35732bc0789e5a2278c6d5f","kind":"commit","published_at":"2023-08-31T17:32:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.6.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.6.0/manifests"},{"name":"v0.5.9","sha":"a97318bf6562f2ed2632c5f985db51b1bc5bdcd0","kind":"commit","published_at":"2022-09-02T22:41:56.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.9","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.9/manifests"},{"name":"v0.5.8","sha":"f144a35ed4ac538fae93fa3783175108738f71b9","kind":"commit","published_at":"2022-04-26T20:49:16.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.8","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.8/manifests"},{"name":"v0.5.7","sha":"039e37cba1f3e52c48404633d6960421b369a19a","kind":"commit","published_at":"2022-01-04T17:50:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.7","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.7/manifests"},{"name":"v0.5.6","sha":"d103655696d8ae43c4125ee61454dbf03d8e8324","kind":"commit","published_at":"2021-05-25T02:50:45.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.6","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.6/manifests"},{"name":"v0.5.5","sha":"8fa37b4dd109f12e42b131e485268768f18bcbf8","kind":"commit","published_at":"2021-03-03T20:48:37.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.5","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.5/manifests"},{"name":"v0.5.4","sha":"ec71d6d790538ad88c95a192fd059e11afb45b6f","kind":"commit","published_at":"2020-11-24T18:26:02.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.4","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.4/manifests"},{"name":"v0.5.3","sha":"0a3ecd384c2ae80de757e4b62138949ab721f02e","kind":"commit","published_at":"2020-11-12T20:24:02.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.3","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"d2fcc899bdc2d134b7c00e36137260db963e193c","kind":"commit","published_at":"2020-08-18T19:37:11.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.2","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"9680bfaf28748393e28e00238d94070fb9972fd8","kind":"commit","published_at":"2020-07-21T19:17:14.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"77ae86f624cb174e21763cffcbbf070eb06cb016","kind":"commit","published_at":"2020-06-18T00:25:47.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.0/manifests"},{"name":"v0.4.1","sha":"7e5cb83929c528b29e5a8ac1244eab0436f79bce","kind":"commit","published_at":"2020-05-15T04:39:44.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.4.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"5a6f75716e1203a923a78c9efb94089d857df0f6","kind":"commit","published_at":"2019-12-16T21:18:14.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.4.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.0/manifests"},{"name":"v0.3.1","sha":"2d0692c2e9617365a95b295612ac0d4415ba4627","kind":"commit","published_at":"2019-08-05T20:51:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.3.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"6f77996f0c42f7b84e5a2b252227263f93432e9b","kind":"commit","published_at":"2019-03-12T03:24:27.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.3.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"3af367b6b30c263d47e8895973edcca9a49cf029","kind":"commit","published_at":"2018-02-02T21:19:42.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.2.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"8099a9787ce5dc5984ed879a3bda47dc730a8e97","kind":"commit","published_at":"2017-08-03T17:35:09.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.1.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-08-19T09:02:36.749Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":5.665946810909923,"dependent_packages_count":5.309176041623606,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":5.4875614262667645},"purl":"pkg:golang/github.com/%21g%21o%21o%21g%21l%21e/go-cmp","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/GOOGLE/go-cmp","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/GOOGLE/go-cmp","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/GOOGLE/go-cmp/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-18T08:31:21.091Z","issues_count":96,"pull_requests_count":78,"avg_time_to_close_issue":4356788.288461538,"avg_time_to_close_pull_request":2716696.919354839,"issues_closed_count":52,"pull_requests_closed_count":62,"pull_request_authors_count":30,"issue_authors_count":79,"avg_comments_per_issue":3.75,"avg_comments_per_pull_request":1.8205128205128205,"merged_pull_requests_count":51,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":2,"past_year_pull_requests_count":15,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":578075.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":12,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":0.5,"past_year_avg_comments_per_pull_request":1.2666666666666666,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/issues","maintainers":[{"login":"dsnet","count":44,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"neild","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/neild"},{"login":"rsc","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rsc"},{"login":"medyagh","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/medyagh"}],"active_maintainers":[{"login":"medyagh","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/medyagh"},{"login":"neild","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/neild"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGOOGLE%2Fgo-cmp/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGOOGLE%2Fgo-cmp/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGOOGLE%2Fgo-cmp/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGOOGLE%2Fgo-cmp/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGOOGLE%2Fgo-cmp/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGOOGLE%2Fgo-cmp/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2281883,"maintainers_count":0,"namespaces_count":839478,"keywords_count":124863,"github":"golang","metadata":{"funded_packages_count":67811,"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-23T05:01:16.146Z","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":3492563,"name":"github.com/google/go-cmp","ecosystem":"go","description":"","homepage":"https://github.com/google/go-cmp","licenses":"bsd-3-clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/google/go-cmp","keywords_array":[],"namespace":"github.com/google","versions_count":18,"first_release_published_at":"2017-08-03T17:35:09.000Z","latest_release_published_at":"2025-01-14T18:15:44.000Z","latest_release_number":"v0.7.0","last_synced_at":"2026-08-22T10:49:10.325Z","created_at":"2022-04-10T19:10:23.548Z","updated_at":"2026-08-22T10:49:10.326Z","registry_url":"https://pkg.go.dev/github.com/google/go-cmp","install_command":"go get github.com/google/go-cmp","documentation_url":"https://pkg.go.dev/github.com/google/go-cmp#section-documentation","metadata":{},"repo_metadata":{"id":37550168,"uuid":"96570421","full_name":"google/go-cmp","owner":"google","description":"Package for comparing Go values in tests","archived":false,"fork":false,"pushed_at":"2026-06-18T07:33:22.000Z","size":550,"stargazers_count":4672,"open_issues_count":60,"forks_count":237,"subscribers_count":30,"default_branch":"master","last_synced_at":"2026-08-16T00:54:02.448Z","etag":null,"topics":["equality","go","testing"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/google.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-07-07T19:28:22.000Z","updated_at":"2026-08-13T20:35:50.000Z","dependencies_parsed_at":"2023-10-10T19:54:16.595Z","dependency_job_id":"011030ac-84ca-4f02-8743-5fa5d47e0fde","html_url":"https://github.com/google/go-cmp","commit_stats":{"total_commits":171,"total_committers":29,"mean_commits":5.896551724137931,"dds":"0.20467836257309946","last_synced_commit":"391980c4b2e1cc2c30d2bfae6039815350490495"},"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/google/go-cmp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/sbom","scorecard":{"id":437038,"data":{"date":"2025-08-11","repo":{"name":"github.com/google/go-cmp","commit":"9b12f366a942ebc7254abc7f32ca05068b455fb7"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":7.9,"checks":[{"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":"Maintained","score":0,"reason":"0 commit(s) and 1 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":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Token-Permissions","score":10,"reason":"GitHub workflow tokens follow principle of least privilege","details":["Info: topLevel 'contents' permission set to 'read': .github/workflows/test.yml:4","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":10,"reason":"all dependencies are pinned","details":["Info:   2 out of   2 GitHub-owned 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":"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":"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/google/.github/SECURITY.md:1","Info: Found linked content: github.com/google/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/google/.github/SECURITY.md:1","Info: Found text in security policy: github.com/google/.github/SECURITY.md:1"],"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":"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: 2 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T04:56:10.380Z","repository_id":37550168,"created_at":"2025-08-19T04:56:10.380Z","updated_at":"2025-08-19T04:56:10.380Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36706792,"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-16T02:00:06.462Z","response_time":62,"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":"google","name":"Google","uuid":"1342004","kind":"organization","description":"Google ❤️ Open Source","email":"opensource@google.com","website":"https://opensource.google/","location":"United States of America","twitter":"GoogleOSS","company":null,"icon_url":"https://avatars.githubusercontent.com/u/1342004?v=4","repositories_count":2869,"last_synced_at":"2026-08-14T04:50:58.876Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/google","funding_links":[],"total_stars":2136681,"followers":76921,"following":0,"created_at":"2022-11-02T16:20:58.973Z","updated_at":"2026-08-14T04:50:58.893Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google/repositories"},"tags":[{"name":"v0.7.0","sha":"9b12f366a942ebc7254abc7f32ca05068b455fb7","kind":"commit","published_at":"2025-01-14T18:15:44.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.7.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"c3ad8435e7bef96af35732bc0789e5a2278c6d5f","kind":"commit","published_at":"2023-08-31T17:32:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.6.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.6.0/manifests"},{"name":"v0.5.9","sha":"a97318bf6562f2ed2632c5f985db51b1bc5bdcd0","kind":"commit","published_at":"2022-09-02T22:41:56.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.9","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.9/manifests"},{"name":"v0.5.8","sha":"f144a35ed4ac538fae93fa3783175108738f71b9","kind":"commit","published_at":"2022-04-26T20:49:16.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.8","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.8/manifests"},{"name":"v0.5.7","sha":"039e37cba1f3e52c48404633d6960421b369a19a","kind":"commit","published_at":"2022-01-04T17:50:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.7","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.7/manifests"},{"name":"v0.5.6","sha":"d103655696d8ae43c4125ee61454dbf03d8e8324","kind":"commit","published_at":"2021-05-25T02:50:45.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.6","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.6/manifests"},{"name":"v0.5.5","sha":"8fa37b4dd109f12e42b131e485268768f18bcbf8","kind":"commit","published_at":"2021-03-03T20:48:37.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.5","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.5/manifests"},{"name":"v0.5.4","sha":"ec71d6d790538ad88c95a192fd059e11afb45b6f","kind":"commit","published_at":"2020-11-24T18:26:02.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.4","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.4/manifests"},{"name":"v0.5.3","sha":"0a3ecd384c2ae80de757e4b62138949ab721f02e","kind":"commit","published_at":"2020-11-12T20:24:02.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.3","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"d2fcc899bdc2d134b7c00e36137260db963e193c","kind":"commit","published_at":"2020-08-18T19:37:11.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.2","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"9680bfaf28748393e28e00238d94070fb9972fd8","kind":"commit","published_at":"2020-07-21T19:17:14.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"77ae86f624cb174e21763cffcbbf070eb06cb016","kind":"commit","published_at":"2020-06-18T00:25:47.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.0/manifests"},{"name":"v0.4.1","sha":"7e5cb83929c528b29e5a8ac1244eab0436f79bce","kind":"commit","published_at":"2020-05-15T04:39:44.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.4.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"5a6f75716e1203a923a78c9efb94089d857df0f6","kind":"commit","published_at":"2019-12-16T21:18:14.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.4.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.0/manifests"},{"name":"v0.3.1","sha":"2d0692c2e9617365a95b295612ac0d4415ba4627","kind":"commit","published_at":"2019-08-05T20:51:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.3.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"6f77996f0c42f7b84e5a2b252227263f93432e9b","kind":"commit","published_at":"2019-03-12T03:24:27.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.3.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"3af367b6b30c263d47e8895973edcca9a49cf029","kind":"commit","published_at":"2018-02-02T21:19:42.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.2.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"8099a9787ce5dc5984ed879a3bda47dc730a8e97","kind":"commit","published_at":"2017-08-03T17:35:09.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.1.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-08-19T10:03:57.082Z","dependent_packages_count":71578,"downloads":null,"downloads_period":null,"dependent_repos_count":201810,"rankings":{"downloads":null,"dependent_repos_count":0.0014517972212601184,"dependent_packages_count":0.0018665964273344381,"stargazers_count":1.1456706549444897,"forks_count":1.8981211669960862,"docker_downloads_count":0.003007294244038817,"average":0.6100235019666418},"purl":"pkg:golang/github.com/google/go-cmp","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/google/go-cmp","docker_dependents_count":21048,"docker_downloads_count":56848354109,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/google/go-cmp","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/google/go-cmp/dependencies","status":null,"funding_links":[],"critical":true,"issue_metadata":{"last_synced_at":"2026-08-19T09:02:01.174Z","issues_count":96,"pull_requests_count":78,"avg_time_to_close_issue":4356788.288461538,"avg_time_to_close_pull_request":2716696.919354839,"issues_closed_count":52,"pull_requests_closed_count":62,"pull_request_authors_count":30,"issue_authors_count":79,"avg_comments_per_issue":3.75,"avg_comments_per_pull_request":1.8205128205128205,"merged_pull_requests_count":51,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":2,"past_year_pull_requests_count":15,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":578075.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":12,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":0.5,"past_year_avg_comments_per_pull_request":1.2666666666666666,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/issues","maintainers":[{"login":"dsnet","count":44,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"neild","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/neild"},{"login":"rsc","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rsc"},{"login":"medyagh","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/medyagh"}],"active_maintainers":[{"login":"medyagh","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/medyagh"},{"login":"neild","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/neild"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgoogle%2Fgo-cmp/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgoogle%2Fgo-cmp/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgoogle%2Fgo-cmp/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgoogle%2Fgo-cmp/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgoogle%2Fgo-cmp/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgoogle%2Fgo-cmp/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2281883,"maintainers_count":0,"namespaces_count":839478,"keywords_count":124863,"github":"golang","metadata":{"funded_packages_count":67811,"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-23T05:01:16.146Z","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":13438455,"name":"golang-github-google-go-cmp","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/google/go-cmp","licenses":"bsd-3-clause","normalized_licenses":[],"repository_url":"https://github.com/google/go-cmp","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-08T01:33:55.711Z","latest_release_published_at":"2026-02-08T01:33:55.711Z","latest_release_number":"0.3.1-1","last_synced_at":"2026-08-17T14:32:33.362Z","created_at":"2026-02-08T01:33:55.320Z","updated_at":"2026-08-17T14:32:33.363Z","registry_url":"https://launchpad.net/ubuntu/+source/golang-github-google-go-cmp","install_command":"apt-get install golang-github-google-go-cmp","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"extra","binary":"golang-github-google-go-cmp-dev","standards_version":"4.4.0","maintainer":"Debian Go Packaging Team \u003cteam+pkg-go@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 12), dh-golang, golang-any","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":37550168,"uuid":"96570421","full_name":"google/go-cmp","owner":"google","description":"Package for comparing Go values in tests","archived":false,"fork":false,"pushed_at":"2026-06-18T07:33:22.000Z","size":550,"stargazers_count":4671,"open_issues_count":61,"forks_count":237,"subscribers_count":30,"default_branch":"master","last_synced_at":"2026-08-06T03:16:34.363Z","etag":null,"topics":["equality","go","testing"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/google.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-07-07T19:28:22.000Z","updated_at":"2026-08-05T11:06:05.000Z","dependencies_parsed_at":"2023-10-10T19:54:16.595Z","dependency_job_id":"011030ac-84ca-4f02-8743-5fa5d47e0fde","html_url":"https://github.com/google/go-cmp","commit_stats":{"total_commits":171,"total_committers":29,"mean_commits":5.896551724137931,"dds":"0.20467836257309946","last_synced_commit":"391980c4b2e1cc2c30d2bfae6039815350490495"},"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/google/go-cmp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/sbom","scorecard":{"id":437038,"data":{"date":"2025-08-11","repo":{"name":"github.com/google/go-cmp","commit":"9b12f366a942ebc7254abc7f32ca05068b455fb7"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":7.9,"checks":[{"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":"Maintained","score":0,"reason":"0 commit(s) and 1 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":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Token-Permissions","score":10,"reason":"GitHub workflow tokens follow principle of least privilege","details":["Info: topLevel 'contents' permission set to 'read': .github/workflows/test.yml:4","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":10,"reason":"all dependencies are pinned","details":["Info:   2 out of   2 GitHub-owned 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":"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":"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/google/.github/SECURITY.md:1","Info: Found linked content: github.com/google/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/google/.github/SECURITY.md:1","Info: Found text in security policy: github.com/google/.github/SECURITY.md:1"],"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":"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: 2 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T04:56:10.380Z","repository_id":37550168,"created_at":"2025-08-19T04:56:10.380Z","updated_at":"2025-08-19T04:56:10.380Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36334224,"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":"ssl_error","status_checked_at":"2026-08-06T04:43:02.660Z","response_time":54,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"google","name":"Google","uuid":"1342004","kind":"organization","description":"Google ❤️ Open Source","email":"opensource@google.com","website":"https://opensource.google/","location":"United States of America","twitter":"GoogleOSS","company":null,"icon_url":"https://avatars.githubusercontent.com/u/1342004?v=4","repositories_count":2869,"last_synced_at":"2026-08-14T04:50:58.876Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/google","funding_links":[],"total_stars":2136681,"followers":76921,"following":0,"created_at":"2022-11-02T16:20:58.973Z","updated_at":"2026-08-14T04:50:58.893Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google/repositories"},"tags":[{"name":"v0.7.0","sha":"9b12f366a942ebc7254abc7f32ca05068b455fb7","kind":"commit","published_at":"2025-01-14T18:15:44.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.7.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"c3ad8435e7bef96af35732bc0789e5a2278c6d5f","kind":"commit","published_at":"2023-08-31T17:32:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.6.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.6.0/manifests"},{"name":"v0.5.9","sha":"a97318bf6562f2ed2632c5f985db51b1bc5bdcd0","kind":"commit","published_at":"2022-09-02T22:41:56.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.9","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.9/manifests"},{"name":"v0.5.8","sha":"f144a35ed4ac538fae93fa3783175108738f71b9","kind":"commit","published_at":"2022-04-26T20:49:16.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.8","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.8/manifests"},{"name":"v0.5.7","sha":"039e37cba1f3e52c48404633d6960421b369a19a","kind":"commit","published_at":"2022-01-04T17:50:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.7","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.7/manifests"},{"name":"v0.5.6","sha":"d103655696d8ae43c4125ee61454dbf03d8e8324","kind":"commit","published_at":"2021-05-25T02:50:45.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.6","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.6/manifests"},{"name":"v0.5.5","sha":"8fa37b4dd109f12e42b131e485268768f18bcbf8","kind":"commit","published_at":"2021-03-03T20:48:37.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.5","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.5/manifests"},{"name":"v0.5.4","sha":"ec71d6d790538ad88c95a192fd059e11afb45b6f","kind":"commit","published_at":"2020-11-24T18:26:02.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.4","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.4/manifests"},{"name":"v0.5.3","sha":"0a3ecd384c2ae80de757e4b62138949ab721f02e","kind":"commit","published_at":"2020-11-12T20:24:02.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.3","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"d2fcc899bdc2d134b7c00e36137260db963e193c","kind":"commit","published_at":"2020-08-18T19:37:11.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.2","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"9680bfaf28748393e28e00238d94070fb9972fd8","kind":"commit","published_at":"2020-07-21T19:17:14.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"77ae86f624cb174e21763cffcbbf070eb06cb016","kind":"commit","published_at":"2020-06-18T00:25:47.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.0/manifests"},{"name":"v0.4.1","sha":"7e5cb83929c528b29e5a8ac1244eab0436f79bce","kind":"commit","published_at":"2020-05-15T04:39:44.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.4.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"5a6f75716e1203a923a78c9efb94089d857df0f6","kind":"commit","published_at":"2019-12-16T21:18:14.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.4.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.0/manifests"},{"name":"v0.3.1","sha":"2d0692c2e9617365a95b295612ac0d4415ba4627","kind":"commit","published_at":"2019-08-05T20:51:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.3.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"6f77996f0c42f7b84e5a2b252227263f93432e9b","kind":"commit","published_at":"2019-03-12T03:24:27.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.3.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"3af367b6b30c263d47e8895973edcca9a49cf029","kind":"commit","published_at":"2018-02-02T21:19:42.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.2.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"8099a9787ce5dc5984ed879a3bda47dc730a8e97","kind":"commit","published_at":"2017-08-03T17:35:09.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.1.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-08-16T00:55:39.013Z","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-google-go-cmp?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-google-go-cmp","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/golang-github-google-go-cmp","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/golang-github-google-go-cmp/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T06:33:20.317Z","issues_count":96,"pull_requests_count":77,"avg_time_to_close_issue":4356788.288461538,"avg_time_to_close_pull_request":2716696.919354839,"issues_closed_count":52,"pull_requests_closed_count":62,"pull_request_authors_count":29,"issue_authors_count":79,"avg_comments_per_issue":3.75,"avg_comments_per_pull_request":1.8311688311688312,"merged_pull_requests_count":51,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":2,"past_year_pull_requests_count":14,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":578075.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":11,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":0.5,"past_year_avg_comments_per_pull_request":1.2857142857142858,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/issues","maintainers":[{"login":"dsnet","count":44,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"neild","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/neild"},{"login":"rsc","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rsc"},{"login":"medyagh","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/medyagh"}],"active_maintainers":[{"login":"medyagh","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/medyagh"},{"login":"neild","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/neild"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/golang-github-google-go-cmp/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/golang-github-google-go-cmp/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/golang-github-google-go-cmp/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/golang-github-google-go-cmp/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/golang-github-google-go-cmp/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/golang-github-google-go-cmp/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":746},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:47.233Z","updated_at":"2026-08-23T05:05:51.160Z","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":13581078,"name":"golang-github-google-go-cmp","ecosystem":"debian","description":null,"homepage":"https://github.com/google/go-cmp","licenses":"bsd-3-clause","normalized_licenses":[],"repository_url":"https://github.com/google/go-cmp","keywords_array":["misc"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-11T08:51:12.952Z","latest_release_published_at":"2026-02-11T08:51:12.952Z","latest_release_number":"0.2.0-1","last_synced_at":"2026-03-13T07:10:49.514Z","created_at":"2026-02-11T08:51:12.776Z","updated_at":"2026-08-16T00:55:38.737Z","registry_url":"https://tracker.debian.org/pkg/golang-github-google-go-cmp","install_command":"apt-get install golang-github-google-go-cmp","documentation_url":"https://packages.debian.org/buster/golang-github-google-go-cmp","metadata":{"component":"main","architecture":"all","priority":"extra","binary":"golang-github-google-go-cmp-dev","standards_version":"4.1.4","maintainer":"Debian Go Packaging Team \u003cpkg-go-maintainers@lists.alioth.debian.org\u003e","build_depends":"debhelper (\u003e= 11), dh-golang, golang-any","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":37550168,"uuid":"96570421","full_name":"google/go-cmp","owner":"google","description":"Package for comparing Go values in tests","archived":false,"fork":false,"pushed_at":"2026-06-18T07:33:22.000Z","size":550,"stargazers_count":4671,"open_issues_count":61,"forks_count":237,"subscribers_count":30,"default_branch":"master","last_synced_at":"2026-08-06T03:16:34.363Z","etag":null,"topics":["equality","go","testing"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/google.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-07-07T19:28:22.000Z","updated_at":"2026-08-05T11:06:05.000Z","dependencies_parsed_at":"2023-10-10T19:54:16.595Z","dependency_job_id":"011030ac-84ca-4f02-8743-5fa5d47e0fde","html_url":"https://github.com/google/go-cmp","commit_stats":{"total_commits":171,"total_committers":29,"mean_commits":5.896551724137931,"dds":"0.20467836257309946","last_synced_commit":"391980c4b2e1cc2c30d2bfae6039815350490495"},"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/google/go-cmp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/sbom","scorecard":{"id":437038,"data":{"date":"2025-08-11","repo":{"name":"github.com/google/go-cmp","commit":"9b12f366a942ebc7254abc7f32ca05068b455fb7"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":7.9,"checks":[{"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":"Maintained","score":0,"reason":"0 commit(s) and 1 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":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Token-Permissions","score":10,"reason":"GitHub workflow tokens follow principle of least privilege","details":["Info: topLevel 'contents' permission set to 'read': .github/workflows/test.yml:4","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":10,"reason":"all dependencies are pinned","details":["Info:   2 out of   2 GitHub-owned 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":"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":"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/google/.github/SECURITY.md:1","Info: Found linked content: github.com/google/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/google/.github/SECURITY.md:1","Info: Found text in security policy: github.com/google/.github/SECURITY.md:1"],"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":"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: 2 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T04:56:10.380Z","repository_id":37550168,"created_at":"2025-08-19T04:56:10.380Z","updated_at":"2025-08-19T04:56:10.380Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36334224,"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":"ssl_error","status_checked_at":"2026-08-06T04:43:02.660Z","response_time":54,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"google","name":"Google","uuid":"1342004","kind":"organization","description":"Google ❤️ Open Source","email":"opensource@google.com","website":"https://opensource.google/","location":"United States of America","twitter":"GoogleOSS","company":null,"icon_url":"https://avatars.githubusercontent.com/u/1342004?v=4","repositories_count":2869,"last_synced_at":"2026-08-14T04:50:58.876Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/google","funding_links":[],"total_stars":2136681,"followers":76921,"following":0,"created_at":"2022-11-02T16:20:58.973Z","updated_at":"2026-08-14T04:50:58.893Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google/repositories"},"tags":[{"name":"v0.7.0","sha":"9b12f366a942ebc7254abc7f32ca05068b455fb7","kind":"commit","published_at":"2025-01-14T18:15:44.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.7.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"c3ad8435e7bef96af35732bc0789e5a2278c6d5f","kind":"commit","published_at":"2023-08-31T17:32:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.6.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.6.0/manifests"},{"name":"v0.5.9","sha":"a97318bf6562f2ed2632c5f985db51b1bc5bdcd0","kind":"commit","published_at":"2022-09-02T22:41:56.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.9","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.9/manifests"},{"name":"v0.5.8","sha":"f144a35ed4ac538fae93fa3783175108738f71b9","kind":"commit","published_at":"2022-04-26T20:49:16.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.8","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.8/manifests"},{"name":"v0.5.7","sha":"039e37cba1f3e52c48404633d6960421b369a19a","kind":"commit","published_at":"2022-01-04T17:50:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.7","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.7/manifests"},{"name":"v0.5.6","sha":"d103655696d8ae43c4125ee61454dbf03d8e8324","kind":"commit","published_at":"2021-05-25T02:50:45.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.6","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.6/manifests"},{"name":"v0.5.5","sha":"8fa37b4dd109f12e42b131e485268768f18bcbf8","kind":"commit","published_at":"2021-03-03T20:48:37.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.5","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.5/manifests"},{"name":"v0.5.4","sha":"ec71d6d790538ad88c95a192fd059e11afb45b6f","kind":"commit","published_at":"2020-11-24T18:26:02.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.4","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.4/manifests"},{"name":"v0.5.3","sha":"0a3ecd384c2ae80de757e4b62138949ab721f02e","kind":"commit","published_at":"2020-11-12T20:24:02.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.3","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"d2fcc899bdc2d134b7c00e36137260db963e193c","kind":"commit","published_at":"2020-08-18T19:37:11.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.2","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"9680bfaf28748393e28e00238d94070fb9972fd8","kind":"commit","published_at":"2020-07-21T19:17:14.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"77ae86f624cb174e21763cffcbbf070eb06cb016","kind":"commit","published_at":"2020-06-18T00:25:47.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.0/manifests"},{"name":"v0.4.1","sha":"7e5cb83929c528b29e5a8ac1244eab0436f79bce","kind":"commit","published_at":"2020-05-15T04:39:44.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.4.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"5a6f75716e1203a923a78c9efb94089d857df0f6","kind":"commit","published_at":"2019-12-16T21:18:14.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.4.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.0/manifests"},{"name":"v0.3.1","sha":"2d0692c2e9617365a95b295612ac0d4415ba4627","kind":"commit","published_at":"2019-08-05T20:51:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.3.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"6f77996f0c42f7b84e5a2b252227263f93432e9b","kind":"commit","published_at":"2019-03-12T03:24:27.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.3.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"3af367b6b30c263d47e8895973edcca9a49cf029","kind":"commit","published_at":"2018-02-02T21:19:42.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.2.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"8099a9787ce5dc5984ed879a3bda47dc730a8e97","kind":"commit","published_at":"2017-08-03T17:35:09.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.1.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-08-16T00:55:38.737Z","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-google-go-cmp?arch=source\u0026distro=debian-10\u0026repository_url=https://packages.debian.org/buster","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/golang-github-google-go-cmp","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/golang-github-google-go-cmp","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/golang-github-google-go-cmp/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T06:33:20.317Z","issues_count":96,"pull_requests_count":77,"avg_time_to_close_issue":4356788.288461538,"avg_time_to_close_pull_request":2716696.919354839,"issues_closed_count":52,"pull_requests_closed_count":62,"pull_request_authors_count":29,"issue_authors_count":79,"avg_comments_per_issue":3.75,"avg_comments_per_pull_request":1.8311688311688312,"merged_pull_requests_count":51,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":2,"past_year_pull_requests_count":14,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":578075.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":11,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":0.5,"past_year_avg_comments_per_pull_request":1.2857142857142858,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/issues","maintainers":[{"login":"dsnet","count":44,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"neild","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/neild"},{"login":"rsc","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rsc"},{"login":"medyagh","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/medyagh"}],"active_maintainers":[{"login":"medyagh","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/medyagh"},{"login":"neild","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/neild"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/golang-github-google-go-cmp/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/golang-github-google-go-cmp/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/golang-github-google-go-cmp/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/golang-github-google-go-cmp/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/golang-github-google-go-cmp/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/golang-github-google-go-cmp/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":602},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:50.156Z","updated_at":"2026-08-23T05:03:29.697Z","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":13475682,"name":"golang-github-google-go-cmp","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/google/go-cmp","licenses":"bsd-3-clause","normalized_licenses":[],"repository_url":"https://github.com/google/go-cmp","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-10T03:42:31.427Z","latest_release_published_at":"2026-02-10T03:42:31.427Z","latest_release_number":"0.5.9-1","last_synced_at":"2026-03-10T04:13:57.808Z","created_at":"2026-02-10T03:42:30.919Z","updated_at":"2026-08-16T00:55:38.756Z","registry_url":"https://launchpad.net/ubuntu/+source/golang-github-google-go-cmp","install_command":"apt-get install golang-github-google-go-cmp","documentation_url":null,"metadata":{"component":"universe","architecture":"all","priority":"extra","binary":"golang-github-google-go-cmp-dev","standards_version":"4.6.1","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":37550168,"uuid":"96570421","full_name":"google/go-cmp","owner":"google","description":"Package for comparing Go values in tests","archived":false,"fork":false,"pushed_at":"2026-06-18T07:33:22.000Z","size":550,"stargazers_count":4671,"open_issues_count":61,"forks_count":237,"subscribers_count":30,"default_branch":"master","last_synced_at":"2026-08-06T03:16:34.363Z","etag":null,"topics":["equality","go","testing"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/google.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-07-07T19:28:22.000Z","updated_at":"2026-08-05T11:06:05.000Z","dependencies_parsed_at":"2023-10-10T19:54:16.595Z","dependency_job_id":"011030ac-84ca-4f02-8743-5fa5d47e0fde","html_url":"https://github.com/google/go-cmp","commit_stats":{"total_commits":171,"total_committers":29,"mean_commits":5.896551724137931,"dds":"0.20467836257309946","last_synced_commit":"391980c4b2e1cc2c30d2bfae6039815350490495"},"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/google/go-cmp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/sbom","scorecard":{"id":437038,"data":{"date":"2025-08-11","repo":{"name":"github.com/google/go-cmp","commit":"9b12f366a942ebc7254abc7f32ca05068b455fb7"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":7.9,"checks":[{"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":"Maintained","score":0,"reason":"0 commit(s) and 1 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":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Token-Permissions","score":10,"reason":"GitHub workflow tokens follow principle of least privilege","details":["Info: topLevel 'contents' permission set to 'read': .github/workflows/test.yml:4","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":10,"reason":"all dependencies are pinned","details":["Info:   2 out of   2 GitHub-owned 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":"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":"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/google/.github/SECURITY.md:1","Info: Found linked content: github.com/google/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/google/.github/SECURITY.md:1","Info: Found text in security policy: github.com/google/.github/SECURITY.md:1"],"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":"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: 2 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T04:56:10.380Z","repository_id":37550168,"created_at":"2025-08-19T04:56:10.380Z","updated_at":"2025-08-19T04:56:10.380Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36334224,"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":"ssl_error","status_checked_at":"2026-08-06T04:43:02.660Z","response_time":54,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"google","name":"Google","uuid":"1342004","kind":"organization","description":"Google ❤️ Open Source","email":"opensource@google.com","website":"https://opensource.google/","location":"United States of America","twitter":"GoogleOSS","company":null,"icon_url":"https://avatars.githubusercontent.com/u/1342004?v=4","repositories_count":2869,"last_synced_at":"2026-08-14T04:50:58.876Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/google","funding_links":[],"total_stars":2136681,"followers":76921,"following":0,"created_at":"2022-11-02T16:20:58.973Z","updated_at":"2026-08-14T04:50:58.893Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google/repositories"},"tags":[{"name":"v0.7.0","sha":"9b12f366a942ebc7254abc7f32ca05068b455fb7","kind":"commit","published_at":"2025-01-14T18:15:44.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.7.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"c3ad8435e7bef96af35732bc0789e5a2278c6d5f","kind":"commit","published_at":"2023-08-31T17:32:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.6.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.6.0/manifests"},{"name":"v0.5.9","sha":"a97318bf6562f2ed2632c5f985db51b1bc5bdcd0","kind":"commit","published_at":"2022-09-02T22:41:56.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.9","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.9/manifests"},{"name":"v0.5.8","sha":"f144a35ed4ac538fae93fa3783175108738f71b9","kind":"commit","published_at":"2022-04-26T20:49:16.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.8","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.8/manifests"},{"name":"v0.5.7","sha":"039e37cba1f3e52c48404633d6960421b369a19a","kind":"commit","published_at":"2022-01-04T17:50:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.7","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.7/manifests"},{"name":"v0.5.6","sha":"d103655696d8ae43c4125ee61454dbf03d8e8324","kind":"commit","published_at":"2021-05-25T02:50:45.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.6","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.6/manifests"},{"name":"v0.5.5","sha":"8fa37b4dd109f12e42b131e485268768f18bcbf8","kind":"commit","published_at":"2021-03-03T20:48:37.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.5","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.5/manifests"},{"name":"v0.5.4","sha":"ec71d6d790538ad88c95a192fd059e11afb45b6f","kind":"commit","published_at":"2020-11-24T18:26:02.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.4","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.4/manifests"},{"name":"v0.5.3","sha":"0a3ecd384c2ae80de757e4b62138949ab721f02e","kind":"commit","published_at":"2020-11-12T20:24:02.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.3","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"d2fcc899bdc2d134b7c00e36137260db963e193c","kind":"commit","published_at":"2020-08-18T19:37:11.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.2","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"9680bfaf28748393e28e00238d94070fb9972fd8","kind":"commit","published_at":"2020-07-21T19:17:14.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"77ae86f624cb174e21763cffcbbf070eb06cb016","kind":"commit","published_at":"2020-06-18T00:25:47.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.0/manifests"},{"name":"v0.4.1","sha":"7e5cb83929c528b29e5a8ac1244eab0436f79bce","kind":"commit","published_at":"2020-05-15T04:39:44.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.4.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"5a6f75716e1203a923a78c9efb94089d857df0f6","kind":"commit","published_at":"2019-12-16T21:18:14.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.4.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.0/manifests"},{"name":"v0.3.1","sha":"2d0692c2e9617365a95b295612ac0d4415ba4627","kind":"commit","published_at":"2019-08-05T20:51:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.3.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"6f77996f0c42f7b84e5a2b252227263f93432e9b","kind":"commit","published_at":"2019-03-12T03:24:27.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.3.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"3af367b6b30c263d47e8895973edcca9a49cf029","kind":"commit","published_at":"2018-02-02T21:19:42.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.2.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"8099a9787ce5dc5984ed879a3bda47dc730a8e97","kind":"commit","published_at":"2017-08-03T17:35:09.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.1.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-08-16T00:55:38.756Z","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-google-go-cmp?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-google-go-cmp","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/golang-github-google-go-cmp","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/golang-github-google-go-cmp/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T06:33:20.317Z","issues_count":96,"pull_requests_count":77,"avg_time_to_close_issue":4356788.288461538,"avg_time_to_close_pull_request":2716696.919354839,"issues_closed_count":52,"pull_requests_closed_count":62,"pull_request_authors_count":29,"issue_authors_count":79,"avg_comments_per_issue":3.75,"avg_comments_per_pull_request":1.8311688311688312,"merged_pull_requests_count":51,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":2,"past_year_pull_requests_count":14,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":578075.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":11,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":0.5,"past_year_avg_comments_per_pull_request":1.2857142857142858,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/issues","maintainers":[{"login":"dsnet","count":44,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"neild","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/neild"},{"login":"rsc","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rsc"},{"login":"medyagh","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/medyagh"}],"active_maintainers":[{"login":"medyagh","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/medyagh"},{"login":"neild","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/neild"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/golang-github-google-go-cmp/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/golang-github-google-go-cmp/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/golang-github-google-go-cmp/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/golang-github-google-go-cmp/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/golang-github-google-go-cmp/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/golang-github-google-go-cmp/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":1328},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:48.636Z","updated_at":"2026-08-23T05:05:48.760Z","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":12583907,"name":"github.com/google/go-Cmp","ecosystem":"go","description":"","homepage":"https://github.com/google/go-Cmp","licenses":"bsd-3-clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/google/go-Cmp","keywords_array":[],"namespace":"github.com/google","versions_count":18,"first_release_published_at":"2017-08-03T17:35:09.000Z","latest_release_published_at":"2025-01-14T18:15:44.000Z","latest_release_number":"v0.7.0","last_synced_at":"2026-08-22T10:47:52.362Z","created_at":"2025-12-13T11:03:16.923Z","updated_at":"2026-08-22T10:47:52.362Z","registry_url":"https://pkg.go.dev/github.com/google/go-Cmp","install_command":"go get github.com/google/go-Cmp","documentation_url":"https://pkg.go.dev/github.com/google/go-Cmp#section-documentation","metadata":{},"repo_metadata":{"id":37550168,"uuid":"96570421","full_name":"google/go-cmp","owner":"google","description":"Package for comparing Go values in tests","archived":false,"fork":false,"pushed_at":"2026-06-18T07:33:22.000Z","size":550,"stargazers_count":4672,"open_issues_count":60,"forks_count":237,"subscribers_count":30,"default_branch":"master","last_synced_at":"2026-08-16T00:54:02.448Z","etag":null,"topics":["equality","go","testing"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/google.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-07-07T19:28:22.000Z","updated_at":"2026-08-13T20:35:50.000Z","dependencies_parsed_at":"2023-10-10T19:54:16.595Z","dependency_job_id":"011030ac-84ca-4f02-8743-5fa5d47e0fde","html_url":"https://github.com/google/go-cmp","commit_stats":{"total_commits":171,"total_committers":29,"mean_commits":5.896551724137931,"dds":"0.20467836257309946","last_synced_commit":"391980c4b2e1cc2c30d2bfae6039815350490495"},"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/google/go-cmp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/sbom","scorecard":{"id":437038,"data":{"date":"2025-08-11","repo":{"name":"github.com/google/go-cmp","commit":"9b12f366a942ebc7254abc7f32ca05068b455fb7"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":7.9,"checks":[{"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":"Maintained","score":0,"reason":"0 commit(s) and 1 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":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Token-Permissions","score":10,"reason":"GitHub workflow tokens follow principle of least privilege","details":["Info: topLevel 'contents' permission set to 'read': .github/workflows/test.yml:4","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":10,"reason":"all dependencies are pinned","details":["Info:   2 out of   2 GitHub-owned 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":"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":"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/google/.github/SECURITY.md:1","Info: Found linked content: github.com/google/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/google/.github/SECURITY.md:1","Info: Found text in security policy: github.com/google/.github/SECURITY.md:1"],"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":"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: 2 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T04:56:10.380Z","repository_id":37550168,"created_at":"2025-08-19T04:56:10.380Z","updated_at":"2025-08-19T04:56:10.380Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36781314,"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-19T02:00:06.185Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"google","name":"Google","uuid":"1342004","kind":"organization","description":"Google ❤️ Open Source","email":"opensource@google.com","website":"https://opensource.google/","location":"United States of America","twitter":"GoogleOSS","company":null,"icon_url":"https://avatars.githubusercontent.com/u/1342004?v=4","repositories_count":2869,"last_synced_at":"2026-08-14T04:50:58.876Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/google","funding_links":[],"total_stars":2136681,"followers":76921,"following":0,"created_at":"2022-11-02T16:20:58.973Z","updated_at":"2026-08-14T04:50:58.893Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google/repositories"},"tags":[{"name":"v0.7.0","sha":"9b12f366a942ebc7254abc7f32ca05068b455fb7","kind":"commit","published_at":"2025-01-14T18:15:44.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.7.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"c3ad8435e7bef96af35732bc0789e5a2278c6d5f","kind":"commit","published_at":"2023-08-31T17:32:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.6.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.6.0/manifests"},{"name":"v0.5.9","sha":"a97318bf6562f2ed2632c5f985db51b1bc5bdcd0","kind":"commit","published_at":"2022-09-02T22:41:56.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.9","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.9/manifests"},{"name":"v0.5.8","sha":"f144a35ed4ac538fae93fa3783175108738f71b9","kind":"commit","published_at":"2022-04-26T20:49:16.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.8","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.8/manifests"},{"name":"v0.5.7","sha":"039e37cba1f3e52c48404633d6960421b369a19a","kind":"commit","published_at":"2022-01-04T17:50:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.7","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.7/manifests"},{"name":"v0.5.6","sha":"d103655696d8ae43c4125ee61454dbf03d8e8324","kind":"commit","published_at":"2021-05-25T02:50:45.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.6","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.6/manifests"},{"name":"v0.5.5","sha":"8fa37b4dd109f12e42b131e485268768f18bcbf8","kind":"commit","published_at":"2021-03-03T20:48:37.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.5","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.5/manifests"},{"name":"v0.5.4","sha":"ec71d6d790538ad88c95a192fd059e11afb45b6f","kind":"commit","published_at":"2020-11-24T18:26:02.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.4","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.4/manifests"},{"name":"v0.5.3","sha":"0a3ecd384c2ae80de757e4b62138949ab721f02e","kind":"commit","published_at":"2020-11-12T20:24:02.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.3","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"d2fcc899bdc2d134b7c00e36137260db963e193c","kind":"commit","published_at":"2020-08-18T19:37:11.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.2","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"9680bfaf28748393e28e00238d94070fb9972fd8","kind":"commit","published_at":"2020-07-21T19:17:14.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"77ae86f624cb174e21763cffcbbf070eb06cb016","kind":"commit","published_at":"2020-06-18T00:25:47.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.0/manifests"},{"name":"v0.4.1","sha":"7e5cb83929c528b29e5a8ac1244eab0436f79bce","kind":"commit","published_at":"2020-05-15T04:39:44.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.4.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"5a6f75716e1203a923a78c9efb94089d857df0f6","kind":"commit","published_at":"2019-12-16T21:18:14.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.4.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.0/manifests"},{"name":"v0.3.1","sha":"2d0692c2e9617365a95b295612ac0d4415ba4627","kind":"commit","published_at":"2019-08-05T20:51:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.3.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"6f77996f0c42f7b84e5a2b252227263f93432e9b","kind":"commit","published_at":"2019-03-12T03:24:27.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.3.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"3af367b6b30c263d47e8895973edcca9a49cf029","kind":"commit","published_at":"2018-02-02T21:19:42.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.2.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"8099a9787ce5dc5984ed879a3bda47dc730a8e97","kind":"commit","published_at":"2017-08-03T17:35:09.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.1.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-08-19T09:38:52.913Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":5.385448361245703,"dependent_packages_count":5.046709633261854,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":5.216078997253779},"purl":"pkg:golang/github.com/google/go-%21cmp","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/google/go-Cmp","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/google/go-Cmp","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/google/go-Cmp/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-18T08:31:21.091Z","issues_count":96,"pull_requests_count":78,"avg_time_to_close_issue":4356788.288461538,"avg_time_to_close_pull_request":2716696.919354839,"issues_closed_count":52,"pull_requests_closed_count":62,"pull_request_authors_count":30,"issue_authors_count":79,"avg_comments_per_issue":3.75,"avg_comments_per_pull_request":1.8205128205128205,"merged_pull_requests_count":51,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":2,"past_year_pull_requests_count":15,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":578075.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":12,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":0.5,"past_year_avg_comments_per_pull_request":1.2666666666666666,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/issues","maintainers":[{"login":"dsnet","count":44,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"neild","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/neild"},{"login":"rsc","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rsc"},{"login":"medyagh","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/medyagh"}],"active_maintainers":[{"login":"medyagh","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/medyagh"},{"login":"neild","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/neild"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgoogle%2Fgo-Cmp/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgoogle%2Fgo-Cmp/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgoogle%2Fgo-Cmp/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgoogle%2Fgo-Cmp/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgoogle%2Fgo-Cmp/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgoogle%2Fgo-Cmp/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2281883,"maintainers_count":0,"namespaces_count":839478,"keywords_count":124863,"github":"golang","metadata":{"funded_packages_count":67811,"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-23T05:01:16.146Z","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":14393769,"name":"github.com/google/go-cmp/cmp","ecosystem":"go","description":"Package cmp determines equality of values.\n\nThis package is intended to be a more powerful and safer alternative to\nreflect.DeepEqual for comparing whether two values are semantically equal.\nIt is intended to only be used in tests, as performance is not a goal and\nit may panic if it cannot compare the values. Its propensity towards\npanicking means that its unsuitable for production environments where a\nspurious panic may be fatal.\n\nThe primary features of cmp are:\n\nWhen the default behavior of equality does not suit the test's needs,\ncustom equality functions can override the equality operation.\nFor example, an equality function may report floats as equal so long as\nthey are within some tolerance of each other.\n\nTypes with an Equal method (e.g., time.Time.Equal) may use that method\nto determine equality. This allows package authors to determine\nthe equality operation for the types that they define.\n\nIf no custom equality functions are used and no Equal method is defined,\nequality is determined by recursively comparing the primitive kinds on\nboth values, much like reflect.DeepEqual. Unlike reflect.DeepEqual,\nunexported fields are not compared by default; they result in panics\nunless suppressed by using an Ignore option\n(see github.com/google/go-cmp/cmp/cmpopts.IgnoreUnexported)\nor explicitly compared using the Exporter option.","homepage":"https://github.com/google/go-cmp","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/google/go-cmp","keywords_array":[],"namespace":"github.com/google/go-cmp","versions_count":18,"first_release_published_at":"2026-05-07T00:32:46.896Z","latest_release_published_at":"2026-05-07T00:32:46.896Z","latest_release_number":"v0.7.0","last_synced_at":"2026-08-22T03:07:50.089Z","created_at":"2026-05-07T00:32:23.594Z","updated_at":"2026-08-22T03:07:50.089Z","registry_url":"https://pkg.go.dev/github.com/google/go-cmp/cmp","install_command":"go get github.com/google/go-cmp/cmp","documentation_url":"https://pkg.go.dev/github.com/google/go-cmp/cmp#section-documentation","metadata":{},"repo_metadata":{"id":37550168,"uuid":"96570421","full_name":"google/go-cmp","owner":"google","description":"Package for comparing Go values in tests","archived":false,"fork":false,"pushed_at":"2026-06-18T07:33:22.000Z","size":550,"stargazers_count":4671,"open_issues_count":61,"forks_count":237,"subscribers_count":30,"default_branch":"master","last_synced_at":"2026-08-06T03:16:34.363Z","etag":null,"topics":["equality","go","testing"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/google.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2017-07-07T19:28:22.000Z","updated_at":"2026-08-05T11:06:05.000Z","dependencies_parsed_at":"2023-10-10T19:54:16.595Z","dependency_job_id":"011030ac-84ca-4f02-8743-5fa5d47e0fde","html_url":"https://github.com/google/go-cmp","commit_stats":{"total_commits":171,"total_committers":29,"mean_commits":5.896551724137931,"dds":"0.20467836257309946","last_synced_commit":"391980c4b2e1cc2c30d2bfae6039815350490495"},"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"purl":"pkg:github/google/go-cmp","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/sbom","scorecard":{"id":437038,"data":{"date":"2025-08-11","repo":{"name":"github.com/google/go-cmp","commit":"9b12f366a942ebc7254abc7f32ca05068b455fb7"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":7.9,"checks":[{"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":"Maintained","score":0,"reason":"0 commit(s) and 1 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":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Code-Review","score":10,"reason":"all changesets reviewed","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Token-Permissions","score":10,"reason":"GitHub workflow tokens follow principle of least privilege","details":["Info: topLevel 'contents' permission set to 'read': .github/workflows/test.yml:4","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":10,"reason":"all dependencies are pinned","details":["Info:   2 out of   2 GitHub-owned 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":"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":"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":"Fuzzing","score":10,"reason":"project is fuzzed","details":["Info: OSSFuzz integration found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE:0","Info: FSF or OSI recognized license: BSD 3-Clause \"New\" or \"Revised\" License: LICENSE:0"],"documentation":{"short":"Determines if the project has defined a license.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#license"}},{"name":"Signed-Releases","score":-1,"reason":"no releases found","details":null,"documentation":{"short":"Determines if the project cryptographically signs release artifacts.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#signed-releases"}},{"name":"Branch-Protection","score":-1,"reason":"internal error: error during branchesHandler.setup: internal error: githubv4.Query: Resource not accessible by integration","details":null,"documentation":{"short":"Determines if the default and release branches are protected with GitHub's branch protection settings.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#branch-protection"}},{"name":"Security-Policy","score":10,"reason":"security policy file detected","details":["Info: security policy file detected: github.com/google/.github/SECURITY.md:1","Info: Found linked content: github.com/google/.github/SECURITY.md:1","Info: Found disclosure, vulnerability, and/or timelines in security policy: github.com/google/.github/SECURITY.md:1","Info: Found text in security policy: github.com/google/.github/SECURITY.md:1"],"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":"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: 2 commits out of 30 are checked with a SAST tool"],"documentation":{"short":"Determines if the project uses static code analysis.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#sast"}}]},"last_synced_at":"2025-08-19T04:56:10.380Z","repository_id":37550168,"created_at":"2025-08-19T04:56:10.380Z","updated_at":"2025-08-19T04:56:10.380Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":36334224,"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":"ssl_error","status_checked_at":"2026-08-06T04:43:02.660Z","response_time":54,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"google","name":"Google","uuid":"1342004","kind":"organization","description":"Google ❤️ Open Source","email":"opensource@google.com","website":"https://opensource.google/","location":"United States of America","twitter":"GoogleOSS","company":null,"icon_url":"https://avatars.githubusercontent.com/u/1342004?v=4","repositories_count":2869,"last_synced_at":"2026-08-14T04:50:58.876Z","metadata":{"has_sponsors_listing":false,"funding":null},"html_url":"https://github.com/google","funding_links":[],"total_stars":2136681,"followers":76921,"following":0,"created_at":"2022-11-02T16:20:58.973Z","updated_at":"2026-08-14T04:50:58.893Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/google/repositories"},"tags":[{"name":"v0.7.0","sha":"9b12f366a942ebc7254abc7f32ca05068b455fb7","kind":"commit","published_at":"2025-01-14T18:15:44.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.7.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.7.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.7.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.7.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.7.0/manifests"},{"name":"v0.6.0","sha":"c3ad8435e7bef96af35732bc0789e5a2278c6d5f","kind":"commit","published_at":"2023-08-31T17:32:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.6.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.6.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.6.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.6.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.6.0/manifests"},{"name":"v0.5.9","sha":"a97318bf6562f2ed2632c5f985db51b1bc5bdcd0","kind":"commit","published_at":"2022-09-02T22:41:56.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.9","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.9","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.9","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.9","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.9/manifests"},{"name":"v0.5.8","sha":"f144a35ed4ac538fae93fa3783175108738f71b9","kind":"commit","published_at":"2022-04-26T20:49:16.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.8","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.8","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.8","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.8","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.8/manifests"},{"name":"v0.5.7","sha":"039e37cba1f3e52c48404633d6960421b369a19a","kind":"commit","published_at":"2022-01-04T17:50:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.7","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.7","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.7","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.7","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.7/manifests"},{"name":"v0.5.6","sha":"d103655696d8ae43c4125ee61454dbf03d8e8324","kind":"commit","published_at":"2021-05-25T02:50:45.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.6","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.6","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.6","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.6","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.6/manifests"},{"name":"v0.5.5","sha":"8fa37b4dd109f12e42b131e485268768f18bcbf8","kind":"commit","published_at":"2021-03-03T20:48:37.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.5","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.5/manifests"},{"name":"v0.5.4","sha":"ec71d6d790538ad88c95a192fd059e11afb45b6f","kind":"commit","published_at":"2020-11-24T18:26:02.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.4","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.4/manifests"},{"name":"v0.5.3","sha":"0a3ecd384c2ae80de757e4b62138949ab721f02e","kind":"commit","published_at":"2020-11-12T20:24:02.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.3","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.3/manifests"},{"name":"v0.5.2","sha":"d2fcc899bdc2d134b7c00e36137260db963e193c","kind":"commit","published_at":"2020-08-18T19:37:11.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.2","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.2/manifests"},{"name":"v0.5.1","sha":"9680bfaf28748393e28e00238d94070fb9972fd8","kind":"commit","published_at":"2020-07-21T19:17:14.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.1/manifests"},{"name":"v0.5.0","sha":"77ae86f624cb174e21763cffcbbf070eb06cb016","kind":"commit","published_at":"2020-06-18T00:25:47.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.5.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.5.0/manifests"},{"name":"v0.4.1","sha":"7e5cb83929c528b29e5a8ac1244eab0436f79bce","kind":"commit","published_at":"2020-05-15T04:39:44.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.4.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.1/manifests"},{"name":"v0.4.0","sha":"5a6f75716e1203a923a78c9efb94089d857df0f6","kind":"commit","published_at":"2019-12-16T21:18:14.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.4.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.4.0/manifests"},{"name":"v0.3.1","sha":"2d0692c2e9617365a95b295612ac0d4415ba4627","kind":"commit","published_at":"2019-08-05T20:51:40.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.3.1","html_url":"https://github.com/google/go-cmp/releases/tag/v0.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.1/manifests"},{"name":"v0.3.0","sha":"6f77996f0c42f7b84e5a2b252227263f93432e9b","kind":"commit","published_at":"2019-03-12T03:24:27.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.3.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.3.0/manifests"},{"name":"v0.2.0","sha":"3af367b6b30c263d47e8895973edcca9a49cf029","kind":"commit","published_at":"2018-02-02T21:19:42.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.2.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.2.0/manifests"},{"name":"v0.1.0","sha":"8099a9787ce5dc5984ed879a3bda47dc730a8e97","kind":"commit","published_at":"2017-08-03T17:35:09.000Z","download_url":"https://codeload.github.com/google/go-cmp/tar.gz/v0.1.0","html_url":"https://github.com/google/go-cmp/releases/tag/v0.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/google/go-cmp@v0.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/tags/v0.1.0/manifests"}]},"repo_metadata_updated_at":"2026-08-16T00:55:39.820Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":5.10009395951028,"dependent_packages_count":4.778736471275303,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":4.939415215392792},"purl":"pkg:golang/github.com/google/go-cmp/cmp","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/google/go-cmp/cmp","docker_dependents_count":1,"docker_downloads_count":9,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/google/go-cmp/cmp","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/google/go-cmp/cmp/dependencies","status":"removed","funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-08-14T06:33:20.317Z","issues_count":96,"pull_requests_count":77,"avg_time_to_close_issue":4356788.288461538,"avg_time_to_close_pull_request":2716696.919354839,"issues_closed_count":52,"pull_requests_closed_count":62,"pull_request_authors_count":29,"issue_authors_count":79,"avg_comments_per_issue":3.75,"avg_comments_per_pull_request":1.8311688311688312,"merged_pull_requests_count":51,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":2,"past_year_pull_requests_count":14,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":578075.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":11,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":0.5,"past_year_avg_comments_per_pull_request":1.2857142857142858,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":3,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/issues","maintainers":[{"login":"dsnet","count":44,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"neild","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/neild"},{"login":"rsc","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rsc"},{"login":"medyagh","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/medyagh"}],"active_maintainers":[{"login":"medyagh","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/medyagh"},{"login":"neild","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/neild"}]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgoogle%2Fgo-cmp%2Fcmp/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgoogle%2Fgo-cmp%2Fcmp/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgoogle%2Fgo-cmp%2Fcmp/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgoogle%2Fgo-cmp%2Fcmp/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgoogle%2Fgo-cmp%2Fcmp/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgoogle%2Fgo-cmp%2Fcmp/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2281883,"maintainers_count":0,"namespaces_count":839478,"keywords_count":124863,"github":"golang","metadata":{"funded_packages_count":67811,"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-23T05:01:16.146Z","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":7703,"full_name":"google/go-cmp","default_branch":"master","total_commits":176,"total_committers":30,"total_bot_commits":0,"total_bot_committers":0,"mean_commits":5.866666666666666,"dds":0.22159090909090906,"past_year_total_commits":3,"past_year_total_committers":3,"past_year_total_bot_commits":0,"past_year_total_bot_committers":0,"past_year_mean_commits":1.0,"past_year_dds":0.6666666666666667,"last_synced_at":"2026-08-19T09:03:13.111Z","last_synced_commit":"b133f1f1932e48f466f597a3346ce6f5a49a0dc1","created_at":"2023-03-07T09:46:23.791Z","updated_at":"2026-08-19T09:03:11.277Z","committers":[{"name":"Joe Tsai","email":"joetsai@digital-static.net","login":"dsnet","count":137},{"name":"Christian Muehlhaeuser","email":"muesli@gmail.com","login":"muesli","count":3},{"name":"Damien Neil","email":"neild","login":"neild","count":3},{"name":"Tobias Klauser","email":"tklauser@distanz.ch","login":"tklauser","count":3},{"name":"178inaba","email":"178inaba.git@gmail.com","login":"178inaba","count":2},{"name":"Dmitri Shuralyov","email":"shurcooL@gmail.com","login":"dmitshur","count":2},{"name":"Ross Light","email":"light@google.com","login":"zombiezen","count":2},{"name":"Aoang","email":"aoang@x2oe.com","login":"Aoang","count":2},{"name":"A. Ishikawa","email":"a.ishikawa810@gmail.com","login":"at-ishikawa","count":1},{"name":"Brad Fitzpatrick","email":"brad@danga.com","login":"bradfitz","count":1},{"name":"Bəxtiyar","email":"bakhtiyar.garashov@gmail.com","login":"Bakhtiyar-Garashov","count":1},{"name":"Caleb Spare","email":"cespare@gmail.com","login":"cespare","count":1},{"name":"Chris Morrow","email":"morrowc@ops-netman.net","login":"morrowc","count":1},{"name":"David Crawshaw","email":"crawshaw@golang.org","login":"crawshaw","count":1},{"name":"Ernest Galbrun","email":"ernest.galbrun@gmail.com","login":"ernest-galbrun","count":1},{"name":"Fiisio","email":"liangcszzu@163.com","login":"wgliang","count":1},{"name":"Ikko Ashimine","email":"eltociear@gmail.com","login":"eltociear","count":1},{"name":"Jake Son","email":"sonjeabin@gmail.com","login":"jbl428","count":1},{"name":"Kyle Lemons","email":"kevlar@google.com","login":"kylelemons","count":1},{"name":"LMMilewski","email":"lmilewski@gmail.com","login":"LMMilewski","count":1},{"name":"Md Mushfiqur Rahim","email":"20mahin2020@gmail.com","login":"MD-Mushfiqur123","count":1},{"name":"Mitch Burton","email":"mitch.burton@canonical.com","login":"Perfect5th","count":1},{"name":"Roger Peppe","email":"rogpeppe@gmail.com","login":"rogpeppe","count":1},{"name":"Russ Cox","email":"rsc@swtch.com","login":"rsc","count":1},{"name":"Tatsuya Kaneko","email":"catatsuy@catatsuy.org","login":"catatsuy","count":1},{"name":"Will Beason","email":"willbeason@gmail.com","login":"willbeason","count":1},{"name":"colinnewell","email":"colin.newell@gmail.com","login":"colinnewell","count":1},{"name":"ferhat elmas","email":"elmas.ferhat@gmail.com","login":"ferhatelmas","count":1},{"name":"k.nakada","email":"36500782+ko30005","login":"ko30005","count":1},{"name":"mattdee123","email":"mattdee123@gmail.com","login":"mattdee123","count":1}],"past_year_committers":[{"name":"Will Beason","email":"willbeason@gmail.com","login":"willbeason","count":1},{"name":"Md Mushfiqur Rahim","email":"20mahin2020@gmail.com","login":"MD-Mushfiqur123","count":1},{"name":"Damien Neil","email":"neild","login":"neild","count":1}],"commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-08-20T00:00:10.776Z","repositories_count":6741518,"commits_count":976002289,"contributors_count":41157091,"owners_count":1356543,"committers_count":3350118,"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":"google/go-cmp","html_url":"https://github.com/google/go-cmp","last_synced_at":"2026-08-22T10:32:02.656Z","status":null,"issues_count":96,"pull_requests_count":79,"avg_time_to_close_issue":4356788.288461538,"avg_time_to_close_pull_request":2716696.919354839,"issues_closed_count":52,"pull_requests_closed_count":62,"pull_request_authors_count":31,"issue_authors_count":79,"avg_comments_per_issue":3.75,"avg_comments_per_pull_request":1.8101265822784809,"merged_pull_requests_count":51,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":2,"past_year_pull_requests_count":16,"past_year_avg_time_to_close_issue":null,"past_year_avg_time_to_close_pull_request":578075.0,"past_year_issues_closed_count":0,"past_year_pull_requests_closed_count":5,"past_year_pull_request_authors_count":13,"past_year_issue_authors_count":2,"past_year_avg_comments_per_issue":0.5,"past_year_avg_comments_per_pull_request":1.25,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":3,"created_at":"2023-05-16T03:47:43.785Z","updated_at":"2026-08-22T10:32:02.656Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/google%2Fgo-cmp/issues","issue_labels_count":{"table":{"enhancement":12,"reporter":9,"question":6,"bug":4,"waiting-for-info":2,"help wanted":1,"performance":1}},"pull_request_labels_count":{"table":{}},"issue_author_associations_count":{"table":{"NONE":83,"COLLABORATOR":9,"CONTRIBUTOR":4}},"pull_request_author_associations_count":{"table":{"COLLABORATOR":39,"NONE":24,"CONTRIBUTOR":15,"MEMBER":1}},"issue_authors":{"table":{"dsnet":9,"dprotaso":4,"seehuhn":3,"rogpeppe":3,"lmittmann":2,"pohly":2,"posener":1,"future-okada":1,"pcfreak30":1,"liuyucheng11":1,"ccoVeille":1,"Carrotman42":1,"Eun":1,"danielchatfield":1,"buyology":1,"k3forx":1,"weeco":1,"notchairmk":1,"alvaroaleman":1,"Yi-Liang-Leon":1,"ijt":1,"dhiaayachi":1,"kevinburke":1,"yvonne2021":1,"SupNewBeen":1,"jeromefroe":1,"MasterMedo":1,"elagergren-spideroak":1,"dnephin":1,"smyrman":1,"the80srobot":1,"pellared":1,"ryannealmes":1,"pgimalac":1,"schellj":1,"your-diary":1,"Miciah":1,"paddycarver":1,"freakytoad1":1,"pofl":1,"prashantv":1,"mejedi":1,"WanXinTao":1,"uh-zz":1,"leighmcculloch":1,"TeodorPt":1,"kernel-panic96":1,"glenjamin":1,"Whoaa512":1,"mrwonko":1,"safareli":1,"tamird":1,"anacrolix":1,"ZuhairORZaki":1,"akupila":1,"thockin":1,"grundic":1,"yonderblue":1,"antoninbas":1,"nahojer":1,"khumps":1,"MelleKoning":1,"Josemaralves":1,"hugelgupf":1,"kotyara85":1,"bashbunni":1,"ghost":1,"ajpetersons":1,"criscola":1,"jgalliers":1,"shibumi":1,"mxey":1,"amirrmonfared":1,"OliverCardoza":1,"zombiezen":1,"bauersimon":1,"joycebrum":1,"daenney":1,"tabarafael":1}},"pull_request_authors":{"table":{"dsnet":35,"pgimalac":4,"neild":3,"willbeason":3,"tklauser":3,"Perfect5th":2,"Aoang":2,"dominiquelefevre":2,"siashish":2,"manuelarte":2,"joycebrum":1,"medyagh":1,"makoto-developer":1,"k3forx":1,"MD-Mushfiqur123":1,"Sanjays2402":1,"1678092075":1,"eltociear":1,"MukundaKatta":1,"cespare":1,"mrwormhole":1,"aoright":1,"googollee":1,"knQzx":1,"rgosdin":1,"Bakhtiyar-Garashov":1,"jbl428":1,"catatsuy":1,"IdlePhysicist":1,"Solaris-star":1,"rsc":1}},"host":{"table":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-08-23T00:00:07.901Z","repositories_count":16277450,"issues_count":42193190,"pull_requests_count":134426820,"authors_count":11510733,"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":2}},"past_year_pull_request_author_associations_count":{"table":{"NONE":10,"CONTRIBUTOR":4,"COLLABORATOR":1,"MEMBER":1}},"past_year_issue_authors":{"table":{"bauersimon":1,"notchairmk":1}},"past_year_pull_request_authors":{"table":{"willbeason":3,"manuelarte":2,"1678092075":1,"aoright":1,"k3forx":1,"knQzx":1,"makoto-developer":1,"MD-Mushfiqur123":1,"medyagh":1,"MukundaKatta":1,"neild":1,"Sanjays2402":1,"Solaris-star":1}},"maintainers":[{"table":{"login":"dsnet","count":44,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"}},{"table":{"login":"neild","count":3,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/neild"}},{"table":{"login":"rsc","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/rsc"}},{"table":{"login":"medyagh","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/medyagh"}}],"active_maintainers":[{"table":{"login":"medyagh","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/medyagh"}},{"table":{"login":"neild","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/neild"}}]}},"events":{"total":{"CreateEvent":3,"DeleteEvent":2,"ForkEvent":16,"IssueCommentEvent":49,"IssuesEvent":13,"PullRequestEvent":9,"PullRequestReviewCommentEvent":2,"PullRequestReviewEvent":4,"PushEvent":8,"ReleaseEvent":1,"WatchEvent":327},"last_year":{"ForkEvent":2,"IssueCommentEvent":14,"IssuesEvent":1,"PullRequestEvent":1,"PullRequestReviewCommentEvent":1,"PullRequestReviewEvent":1,"PushEvent":3,"WatchEvent":51}},"keywords":["equality","go","testing"],"dependencies":[{"ecosystem":"actions","filepath":".github/workflows/test.yml","sha":null,"kind":"manifest","created_at":"2023-02-11T23:00:49.777Z","updated_at":"2023-02-11T23:00:49.777Z","repository_link":"https://github.com/google/go-cmp/blob/master/.github/workflows/test.yml","dependencies":[{"id":7560066534,"package_name":"actions/setup-go","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false},{"id":7560066535,"package_name":"actions/checkout","ecosystem":"actions","requirements":"v2","direct":true,"kind":"composite","optional":false}]},{"ecosystem":"go","filepath":"go.mod","sha":null,"kind":"manifest","created_at":"2023-10-10T19:54:16.585Z","updated_at":"2023-10-10T19:54:16.585Z","repository_link":"https://github.com/google/go-cmp/blob/master/go.mod","dependencies":[]}],"score":36.62801497003031,"created_at":"2025-08-07T15:07:52.774Z","updated_at":"2026-08-23T11:03:15.823Z","avatar_url":"https://github.com/google.png","language":"Go","codemeta":null,"publiccode":null,"project_url":"https://summary.ecosyste.ms/api/v1/projects/362601","html_url":"https://summary.ecosyste.ms/projects/362601"}