{"id":378604,"url":"https://github.com/golang/protobuf","last_synced_at":"2026-07-11T11:30:27.299Z","repository":{"id":23680264,"uuid":"27051771","full_name":"golang/protobuf","owner":"golang","description":"Go support for Google's protocol buffers","archived":false,"fork":false,"pushed_at":"2024-08-05T20:04:08.000Z","size":8435,"stargazers_count":10080,"open_issues_count":117,"forks_count":1573,"subscribers_count":209,"default_branch":"master","last_synced_at":"2026-07-04T08:02:49.908Z","etag":null,"topics":["go","golang","protobuf","protocol-buffers"],"latest_commit_sha":null,"homepage":null,"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/golang.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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-11-23T23:07:23.000Z","updated_at":"2026-07-03T15:35:43.000Z","dependencies_parsed_at":"2022-07-09T20:30:29.942Z","dependency_job_id":"afc9e778-763b-4a0c-bd2e-4bbf04d34964","html_url":"https://github.com/golang/protobuf","commit_stats":{"total_commits":786,"total_committers":95,"mean_commits":8.273684210526316,"dds":0.5928753180661578,"last_synced_commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/golang/protobuf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/sbom","scorecard":{"id":434490,"data":{"date":"2025-08-11","repo":{"name":"github.com/golang/protobuf","commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":7,"reason":"0 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 7","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":9,"reason":"Found 27/28 approved changesets -- score normalized to 9","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Info:   0 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":"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":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE: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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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:15:33.800Z","repository_id":23680264,"created_at":"2025-08-19T04:15:33.800Z","updated_at":"2025-08-19T04:15:33.800Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35329609,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-10T02:00:06.465Z","response_time":60,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"owner":{"login":"golang","name":"Go","uuid":"4314092","kind":"organization","description":"The Go Programming Language","email":null,"website":"https://go.dev","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/4314092?v=4","repositories_count":56,"last_synced_at":"2023-04-08T11:40:21.542Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/golang","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-03T06:09:51.413Z","updated_at":"2023-04-08T11:40:21.555Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang/repositories"},"packages":[{"id":3574155,"name":"github.com/golang/Protobuf","ecosystem":"go","description":"","homepage":"https://github.com/golang/Protobuf","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/golang/Protobuf","keywords_array":[],"namespace":"github.com/golang","versions_count":22,"first_release_published_at":"2018-01-25T21:43:03.000Z","latest_release_published_at":"2024-03-06T06:45:40.000Z","latest_release_number":"v1.5.4","last_synced_at":"2026-07-06T12:32:05.010Z","created_at":"2022-04-11T03:22:59.790Z","updated_at":"2026-07-06T12:32:05.011Z","registry_url":"https://pkg.go.dev/github.com/golang/Protobuf","install_command":"go get github.com/golang/Protobuf","documentation_url":"https://pkg.go.dev/github.com/golang/Protobuf#section-documentation","metadata":{},"repo_metadata":{"id":23680264,"uuid":"27051771","full_name":"golang/protobuf","owner":"golang","description":"Go support for Google's protocol buffers","archived":false,"fork":false,"pushed_at":"2024-08-05T20:04:08.000Z","size":8435,"stargazers_count":10067,"open_issues_count":112,"forks_count":1575,"subscribers_count":209,"default_branch":"master","last_synced_at":"2026-04-17T21:00:11.059Z","etag":null,"topics":["go","golang","protobuf","protocol-buffers"],"latest_commit_sha":null,"homepage":null,"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/golang.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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-11-23T23:07:23.000Z","updated_at":"2026-04-16T13:12:16.000Z","dependencies_parsed_at":"2022-07-09T20:30:29.942Z","dependency_job_id":"afc9e778-763b-4a0c-bd2e-4bbf04d34964","html_url":"https://github.com/golang/protobuf","commit_stats":{"total_commits":786,"total_committers":95,"mean_commits":8.273684210526316,"dds":0.5928753180661578,"last_synced_commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/golang/protobuf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/sbom","scorecard":{"id":434490,"data":{"date":"2025-08-11","repo":{"name":"github.com/golang/protobuf","commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":7,"reason":"0 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 7","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":9,"reason":"Found 27/28 approved changesets -- score normalized to 9","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Info:   0 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":"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":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE: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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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:15:33.800Z","repository_id":23680264,"created_at":"2025-08-19T04:15:33.800Z","updated_at":"2025-08-19T04:15:33.800Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31945987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"golang","name":"Go","uuid":"4314092","kind":"organization","description":"The Go Programming Language","email":null,"website":"https://go.dev","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/4314092?v=4","repositories_count":56,"last_synced_at":"2023-04-08T11:40:21.542Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/golang","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-03T06:09:51.413Z","updated_at":"2023-04-08T11:40:21.555Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang/repositories"},"tags":[{"name":"v1.5.4","sha":"75de7c059e36b64f01d0dd234ff2fff404ec3374","kind":"commit","published_at":"2024-03-06T06:45:40.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.4","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"5d5e8c018a13017f9d5b8bf4fad64aaa42a87308","kind":"commit","published_at":"2021-09-16T00:37:10.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"ae97035608a719c7a1c1c41bed0ae0744bdb0c6f","kind":"commit","published_at":"2021-03-29T18:20:59.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"a36a1a1c346d5cb6951b9440755adb530334f910","kind":"commit","published_at":"2021-03-18T01:16:33.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"f746d3b8ecd31eac7c04a954f3905d46b09f8114","kind":"commit","published_at":"2021-03-18T00:15:31.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.0/manifests"},{"name":"v1.4.3","sha":"4846b58453b3708320bdb524f25cc5a1d9cda4d4","kind":"commit","published_at":"2020-10-15T06:18:29.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"d04d7b157bb510b1e0c10132224b616ac0e26b17","kind":"commit","published_at":"2020-05-14T20:44:37.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"6c66de79d66478d166c7ea05f5d2ccaf016fbd6b","kind":"commit","published_at":"2020-05-04T19:38:55.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"1b794fe86dd6a0c7c52ae69b5c9cb0aeedc52afa","kind":"commit","published_at":"2020-04-13T19:43:07.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0/manifests"},{"name":"v1.3.5","sha":"84668698ea25b64748563aa20726db66a6b8d299","kind":"commit","published_at":"2020-03-12T22:07:03.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.5","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.5/manifests"},{"name":"v1.4.0-rc.4","sha":"7bd8073ff04aed15560d5a400a4d9bccda3dc2e0","kind":"commit","published_at":"2020-03-09T20:21:52.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.4","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.4/manifests"},{"name":"v1.4.0-rc.3","sha":"3f90b7282e85d414c90d9b74f8a15dcd89ea8421","kind":"commit","published_at":"2020-03-02T19:47:53.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.3/manifests"},{"name":"v1.4.0-rc.2","sha":"a3619c1acae2c674b494328ff4dd53c8ba0590dc","kind":"commit","published_at":"2020-02-28T23:19:22.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.2/manifests"},{"name":"v1.3.4","sha":"5d5b4c10bd43f85e63bd9e4a3fa9b1ea2ef88af2","kind":"commit","published_at":"2020-02-26T19:23:50.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.4","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.4/manifests"},{"name":"v1.4.0-rc.1","sha":"0fd14f96108ad68d2571a78c2d8ef5287ee57c43","kind":"commit","published_at":"2020-02-12T18:09:08.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.1/manifests"},{"name":"v1.3.3","sha":"d23c5127dc24889085f8ccea5c9d560a57a879d8","kind":"commit","published_at":"2020-01-28T18:10:22.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.3/manifests"},{"name":"v1.3.2","sha":"6c65a5562fc06764971b7c5d05c76c75e84bdbf7","kind":"commit","published_at":"2019-07-01T18:22:01.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"b5d812f8a3706043e23a9cd5babf2e5423744d30","kind":"commit","published_at":"2019-02-28T15:19:29.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"c823c79ea1570fb5ff454033735a8e68575d1d0f","kind":"commit","published_at":"2019-02-05T22:20:52.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"aa810b61a9c79d51363740d207bb46cf8e620ed5","kind":"commit","published_at":"2018-08-14T21:14:27.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.2.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"b4deda0973fb4c70b50d226b1af49f3da59f5265","kind":"commit","published_at":"2018-04-30T18:52:41.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.1.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"925541529c1fa6821df4e44ce2723319eb2be768","kind":"commit","published_at":"2018-01-25T21:43:03.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.0.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-04-17T21:00:20.138Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":9.345852080216646,"dependent_packages_count":6.999148183520997,"stargazers_count":null,"forks_count":null,"average":8.172500131868823},"purl":"pkg:golang/github.com/golang/%21protobuf","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/golang/Protobuf","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/golang/Protobuf","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/golang/Protobuf/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-30T02:24:40.338Z","issues_count":278,"pull_requests_count":15,"avg_time_to_close_issue":5785339.119565218,"avg_time_to_close_pull_request":577767.7692307692,"issues_closed_count":184,"pull_requests_closed_count":13,"pull_request_authors_count":11,"issue_authors_count":229,"avg_comments_per_issue":4.845323741007194,"avg_comments_per_pull_request":2.3333333333333335,"merged_pull_requests_count":6,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":24,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":290949.5,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":12,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":21,"past_year_avg_comments_per_issue":1.875,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/issues","maintainers":[{"login":"dsnet","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"HaraldNordgren","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HaraldNordgren"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2FProtobuf/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2FProtobuf/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2FProtobuf/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2FProtobuf/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2FProtobuf/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2FProtobuf/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2204914,"maintainers_count":0,"namespaces_count":792747,"keywords_count":113213,"github":"golang","metadata":{"funded_packages_count":53976},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-06-10T05:03:23.672Z","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":14491032,"name":"github.com/golang/ProToBUf","ecosystem":"go","description":"","homepage":"https://github.com/golang/ProToBUf","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/golang/ProToBUf","keywords_array":[],"namespace":"github.com/golang","versions_count":22,"first_release_published_at":"2018-01-25T21:43:03.000Z","latest_release_published_at":"2024-03-06T06:45:40.000Z","latest_release_number":"v1.5.4","last_synced_at":"2026-07-06T12:32:06.367Z","created_at":"2026-05-23T14:44:04.985Z","updated_at":"2026-07-06T12:32:06.367Z","registry_url":"https://pkg.go.dev/github.com/golang/ProToBUf","install_command":"go get github.com/golang/ProToBUf","documentation_url":"https://pkg.go.dev/github.com/golang/ProToBUf#section-documentation","metadata":{},"repo_metadata":{},"repo_metadata_updated_at":"2026-06-23T01:20:37.083Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":5.047575362618799,"dependent_packages_count":4.729707052117537,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":4.888641207368169},"purl":"pkg:golang/github.com/golang/%21pro%21to%21b%21uf","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/golang/ProToBUf","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/golang/ProToBUf","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/golang/ProToBUf/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2FProToBUf/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2FProToBUf/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2FProToBUf/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2FProToBUf/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2FProToBUf/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2FProToBUf/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2204914,"maintainers_count":0,"namespaces_count":792747,"keywords_count":113213,"github":"golang","metadata":{"funded_packages_count":53976},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-06-10T05:03:23.672Z","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":10924906,"name":"github.com/golang/protobuf/proto","ecosystem":"go","description":"Package proto provides functionality for handling protocol buffer messages.\nIn particular, it provides marshaling and unmarshaling between a protobuf\nmessage and the binary wire format.\n\nSee https://developers.google.com/protocol-buffers/docs/gotutorial for\nmore information.\n\nDeprecated: Use the \"google.golang.org/protobuf/proto\" package instead.","homepage":"https://github.com/golang/protobuf","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/golang/protobuf","keywords_array":[],"namespace":"github.com/golang/protobuf","versions_count":22,"first_release_published_at":"2026-02-12T10:25:57.058Z","latest_release_published_at":"2026-02-12T10:25:57.058Z","latest_release_number":"v1.5.4","last_synced_at":"2026-07-06T12:32:03.556Z","created_at":"2024-09-25T11:43:56.993Z","updated_at":"2026-07-06T12:32:03.557Z","registry_url":"https://pkg.go.dev/github.com/golang/protobuf/proto","install_command":"go get github.com/golang/protobuf/proto","documentation_url":"https://pkg.go.dev/github.com/golang/protobuf/proto#section-documentation","metadata":{},"repo_metadata":{"id":23680264,"uuid":"27051771","full_name":"golang/protobuf","owner":"golang","description":"Go support for Google's protocol buffers","archived":false,"fork":false,"pushed_at":"2024-08-05T20:04:08.000Z","size":8435,"stargazers_count":10067,"open_issues_count":112,"forks_count":1575,"subscribers_count":209,"default_branch":"master","last_synced_at":"2026-04-17T21:00:11.059Z","etag":null,"topics":["go","golang","protobuf","protocol-buffers"],"latest_commit_sha":null,"homepage":null,"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/golang.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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-11-23T23:07:23.000Z","updated_at":"2026-04-16T13:12:16.000Z","dependencies_parsed_at":"2022-07-09T20:30:29.942Z","dependency_job_id":"afc9e778-763b-4a0c-bd2e-4bbf04d34964","html_url":"https://github.com/golang/protobuf","commit_stats":{"total_commits":786,"total_committers":95,"mean_commits":8.273684210526316,"dds":0.5928753180661578,"last_synced_commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/golang/protobuf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/sbom","scorecard":{"id":434490,"data":{"date":"2025-08-11","repo":{"name":"github.com/golang/protobuf","commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":7,"reason":"0 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 7","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":9,"reason":"Found 27/28 approved changesets -- score normalized to 9","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Info:   0 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":"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":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE: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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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:15:33.800Z","repository_id":23680264,"created_at":"2025-08-19T04:15:33.800Z","updated_at":"2025-08-19T04:15:33.800Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31945987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"golang","name":"Go","uuid":"4314092","kind":"organization","description":"The Go Programming Language","email":null,"website":"https://go.dev","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/4314092?v=4","repositories_count":56,"last_synced_at":"2023-04-08T11:40:21.542Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/golang","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-03T06:09:51.413Z","updated_at":"2023-04-08T11:40:21.555Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang/repositories"},"tags":[{"name":"v1.5.4","sha":"75de7c059e36b64f01d0dd234ff2fff404ec3374","kind":"commit","published_at":"2024-03-06T06:45:40.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.4","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"5d5e8c018a13017f9d5b8bf4fad64aaa42a87308","kind":"commit","published_at":"2021-09-16T00:37:10.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"ae97035608a719c7a1c1c41bed0ae0744bdb0c6f","kind":"commit","published_at":"2021-03-29T18:20:59.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"a36a1a1c346d5cb6951b9440755adb530334f910","kind":"commit","published_at":"2021-03-18T01:16:33.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"f746d3b8ecd31eac7c04a954f3905d46b09f8114","kind":"commit","published_at":"2021-03-18T00:15:31.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.0/manifests"},{"name":"v1.4.3","sha":"4846b58453b3708320bdb524f25cc5a1d9cda4d4","kind":"commit","published_at":"2020-10-15T06:18:29.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"d04d7b157bb510b1e0c10132224b616ac0e26b17","kind":"commit","published_at":"2020-05-14T20:44:37.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"6c66de79d66478d166c7ea05f5d2ccaf016fbd6b","kind":"commit","published_at":"2020-05-04T19:38:55.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"1b794fe86dd6a0c7c52ae69b5c9cb0aeedc52afa","kind":"commit","published_at":"2020-04-13T19:43:07.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0/manifests"},{"name":"v1.3.5","sha":"84668698ea25b64748563aa20726db66a6b8d299","kind":"commit","published_at":"2020-03-12T22:07:03.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.5","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.5/manifests"},{"name":"v1.4.0-rc.4","sha":"7bd8073ff04aed15560d5a400a4d9bccda3dc2e0","kind":"commit","published_at":"2020-03-09T20:21:52.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.4","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.4/manifests"},{"name":"v1.4.0-rc.3","sha":"3f90b7282e85d414c90d9b74f8a15dcd89ea8421","kind":"commit","published_at":"2020-03-02T19:47:53.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.3/manifests"},{"name":"v1.4.0-rc.2","sha":"a3619c1acae2c674b494328ff4dd53c8ba0590dc","kind":"commit","published_at":"2020-02-28T23:19:22.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.2/manifests"},{"name":"v1.3.4","sha":"5d5b4c10bd43f85e63bd9e4a3fa9b1ea2ef88af2","kind":"commit","published_at":"2020-02-26T19:23:50.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.4","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.4/manifests"},{"name":"v1.4.0-rc.1","sha":"0fd14f96108ad68d2571a78c2d8ef5287ee57c43","kind":"commit","published_at":"2020-02-12T18:09:08.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.1/manifests"},{"name":"v1.3.3","sha":"d23c5127dc24889085f8ccea5c9d560a57a879d8","kind":"commit","published_at":"2020-01-28T18:10:22.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.3/manifests"},{"name":"v1.3.2","sha":"6c65a5562fc06764971b7c5d05c76c75e84bdbf7","kind":"commit","published_at":"2019-07-01T18:22:01.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"b5d812f8a3706043e23a9cd5babf2e5423744d30","kind":"commit","published_at":"2019-02-28T15:19:29.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"c823c79ea1570fb5ff454033735a8e68575d1d0f","kind":"commit","published_at":"2019-02-05T22:20:52.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"aa810b61a9c79d51363740d207bb46cf8e620ed5","kind":"commit","published_at":"2018-08-14T21:14:27.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.2.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"b4deda0973fb4c70b50d226b1af49f3da59f5265","kind":"commit","published_at":"2018-04-30T18:52:41.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.1.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"925541529c1fa6821df4e44ce2723319eb2be768","kind":"commit","published_at":"2018-01-25T21:43:03.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.0.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-04-17T21:00:19.930Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":6.563207986987438,"dependent_packages_count":6.151018228135725,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":6.357113107561581},"purl":"pkg:golang/github.com/golang/protobuf/proto","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/golang/protobuf/proto","docker_dependents_count":1,"docker_downloads_count":9,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/golang/protobuf/proto","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/golang/protobuf/proto/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-30T02:24:40.338Z","issues_count":278,"pull_requests_count":15,"avg_time_to_close_issue":5785339.119565218,"avg_time_to_close_pull_request":577767.7692307692,"issues_closed_count":184,"pull_requests_closed_count":13,"pull_request_authors_count":11,"issue_authors_count":229,"avg_comments_per_issue":4.845323741007194,"avg_comments_per_pull_request":2.3333333333333335,"merged_pull_requests_count":6,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":24,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":290949.5,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":12,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":21,"past_year_avg_comments_per_issue":1.875,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/issues","maintainers":[{"login":"dsnet","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"HaraldNordgren","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HaraldNordgren"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf%2Fproto/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf%2Fproto/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf%2Fproto/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf%2Fproto/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf%2Fproto/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf%2Fproto/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2204914,"maintainers_count":0,"namespaces_count":792747,"keywords_count":113213,"github":"golang","metadata":{"funded_packages_count":53976},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-06-10T05:03:23.672Z","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":10924937,"name":"github.com/golang/protobuf/ptypes/timestamp","ecosystem":"go","description":"","homepage":"https://github.com/golang/protobuf","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/golang/protobuf","keywords_array":[],"namespace":"github.com/golang/protobuf/ptypes","versions_count":22,"first_release_published_at":"2026-02-12T10:25:59.575Z","latest_release_published_at":"2026-02-12T10:25:59.575Z","latest_release_number":"v1.5.4","last_synced_at":"2026-07-06T12:32:03.482Z","created_at":"2024-09-25T11:44:22.315Z","updated_at":"2026-07-06T12:32:03.482Z","registry_url":"https://pkg.go.dev/github.com/golang/protobuf/ptypes/timestamp","install_command":"go get github.com/golang/protobuf/ptypes/timestamp","documentation_url":"https://pkg.go.dev/github.com/golang/protobuf/ptypes/timestamp#section-documentation","metadata":{},"repo_metadata":{"id":23680264,"uuid":"27051771","full_name":"golang/protobuf","owner":"golang","description":"Go support for Google's protocol buffers","archived":false,"fork":false,"pushed_at":"2024-08-05T20:04:08.000Z","size":8435,"stargazers_count":10067,"open_issues_count":112,"forks_count":1575,"subscribers_count":209,"default_branch":"master","last_synced_at":"2026-04-17T21:00:11.059Z","etag":null,"topics":["go","golang","protobuf","protocol-buffers"],"latest_commit_sha":null,"homepage":null,"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/golang.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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-11-23T23:07:23.000Z","updated_at":"2026-04-16T13:12:16.000Z","dependencies_parsed_at":"2022-07-09T20:30:29.942Z","dependency_job_id":"afc9e778-763b-4a0c-bd2e-4bbf04d34964","html_url":"https://github.com/golang/protobuf","commit_stats":{"total_commits":786,"total_committers":95,"mean_commits":8.273684210526316,"dds":0.5928753180661578,"last_synced_commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/golang/protobuf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/sbom","scorecard":{"id":434490,"data":{"date":"2025-08-11","repo":{"name":"github.com/golang/protobuf","commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":7,"reason":"0 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 7","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":9,"reason":"Found 27/28 approved changesets -- score normalized to 9","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Info:   0 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":"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":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE: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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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:15:33.800Z","repository_id":23680264,"created_at":"2025-08-19T04:15:33.800Z","updated_at":"2025-08-19T04:15:33.800Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31945987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"golang","name":"Go","uuid":"4314092","kind":"organization","description":"The Go Programming Language","email":null,"website":"https://go.dev","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/4314092?v=4","repositories_count":56,"last_synced_at":"2023-04-08T11:40:21.542Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/golang","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-03T06:09:51.413Z","updated_at":"2023-04-08T11:40:21.555Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang/repositories"},"tags":[{"name":"v1.5.4","sha":"75de7c059e36b64f01d0dd234ff2fff404ec3374","kind":"commit","published_at":"2024-03-06T06:45:40.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.4","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"5d5e8c018a13017f9d5b8bf4fad64aaa42a87308","kind":"commit","published_at":"2021-09-16T00:37:10.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"ae97035608a719c7a1c1c41bed0ae0744bdb0c6f","kind":"commit","published_at":"2021-03-29T18:20:59.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"a36a1a1c346d5cb6951b9440755adb530334f910","kind":"commit","published_at":"2021-03-18T01:16:33.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"f746d3b8ecd31eac7c04a954f3905d46b09f8114","kind":"commit","published_at":"2021-03-18T00:15:31.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.0/manifests"},{"name":"v1.4.3","sha":"4846b58453b3708320bdb524f25cc5a1d9cda4d4","kind":"commit","published_at":"2020-10-15T06:18:29.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"d04d7b157bb510b1e0c10132224b616ac0e26b17","kind":"commit","published_at":"2020-05-14T20:44:37.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"6c66de79d66478d166c7ea05f5d2ccaf016fbd6b","kind":"commit","published_at":"2020-05-04T19:38:55.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"1b794fe86dd6a0c7c52ae69b5c9cb0aeedc52afa","kind":"commit","published_at":"2020-04-13T19:43:07.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0/manifests"},{"name":"v1.3.5","sha":"84668698ea25b64748563aa20726db66a6b8d299","kind":"commit","published_at":"2020-03-12T22:07:03.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.5","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.5/manifests"},{"name":"v1.4.0-rc.4","sha":"7bd8073ff04aed15560d5a400a4d9bccda3dc2e0","kind":"commit","published_at":"2020-03-09T20:21:52.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.4","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.4/manifests"},{"name":"v1.4.0-rc.3","sha":"3f90b7282e85d414c90d9b74f8a15dcd89ea8421","kind":"commit","published_at":"2020-03-02T19:47:53.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.3/manifests"},{"name":"v1.4.0-rc.2","sha":"a3619c1acae2c674b494328ff4dd53c8ba0590dc","kind":"commit","published_at":"2020-02-28T23:19:22.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.2/manifests"},{"name":"v1.3.4","sha":"5d5b4c10bd43f85e63bd9e4a3fa9b1ea2ef88af2","kind":"commit","published_at":"2020-02-26T19:23:50.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.4","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.4/manifests"},{"name":"v1.4.0-rc.1","sha":"0fd14f96108ad68d2571a78c2d8ef5287ee57c43","kind":"commit","published_at":"2020-02-12T18:09:08.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.1/manifests"},{"name":"v1.3.3","sha":"d23c5127dc24889085f8ccea5c9d560a57a879d8","kind":"commit","published_at":"2020-01-28T18:10:22.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.3/manifests"},{"name":"v1.3.2","sha":"6c65a5562fc06764971b7c5d05c76c75e84bdbf7","kind":"commit","published_at":"2019-07-01T18:22:01.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"b5d812f8a3706043e23a9cd5babf2e5423744d30","kind":"commit","published_at":"2019-02-28T15:19:29.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"c823c79ea1570fb5ff454033735a8e68575d1d0f","kind":"commit","published_at":"2019-02-05T22:20:52.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"aa810b61a9c79d51363740d207bb46cf8e620ed5","kind":"commit","published_at":"2018-08-14T21:14:27.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.2.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"b4deda0973fb4c70b50d226b1af49f3da59f5265","kind":"commit","published_at":"2018-04-30T18:52:41.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.1.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"925541529c1fa6821df4e44ce2723319eb2be768","kind":"commit","published_at":"2018-01-25T21:43:03.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.0.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-04-17T21:00:19.825Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":6.563207986987438,"dependent_packages_count":6.151018228135725,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":6.357113107561581},"purl":"pkg:golang/github.com/golang/protobuf/ptypes/timestamp","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/golang/protobuf/ptypes/timestamp","docker_dependents_count":1,"docker_downloads_count":9,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/golang/protobuf/ptypes/timestamp","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/golang/protobuf/ptypes/timestamp/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-30T02:24:40.338Z","issues_count":278,"pull_requests_count":15,"avg_time_to_close_issue":5785339.119565218,"avg_time_to_close_pull_request":577767.7692307692,"issues_closed_count":184,"pull_requests_closed_count":13,"pull_request_authors_count":11,"issue_authors_count":229,"avg_comments_per_issue":4.845323741007194,"avg_comments_per_pull_request":2.3333333333333335,"merged_pull_requests_count":6,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":24,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":290949.5,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":12,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":21,"past_year_avg_comments_per_issue":1.875,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/issues","maintainers":[{"login":"dsnet","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"HaraldNordgren","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HaraldNordgren"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf%2Fptypes%2Ftimestamp/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf%2Fptypes%2Ftimestamp/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf%2Fptypes%2Ftimestamp/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf%2Fptypes%2Ftimestamp/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf%2Fptypes%2Ftimestamp/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf%2Fptypes%2Ftimestamp/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2204914,"maintainers_count":0,"namespaces_count":792747,"keywords_count":113213,"github":"golang","metadata":{"funded_packages_count":53976},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-06-10T05:03:23.672Z","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":10924939,"name":"github.com/golang/protobuf/ptypes/duration","ecosystem":"go","description":"","homepage":"https://github.com/golang/protobuf","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/golang/protobuf","keywords_array":[],"namespace":"github.com/golang/protobuf/ptypes","versions_count":22,"first_release_published_at":"2026-02-12T10:26:02.097Z","latest_release_published_at":"2026-02-12T10:26:02.097Z","latest_release_number":"v1.5.4","last_synced_at":"2026-07-06T12:32:03.344Z","created_at":"2024-09-25T11:44:24.921Z","updated_at":"2026-07-06T12:32:03.344Z","registry_url":"https://pkg.go.dev/github.com/golang/protobuf/ptypes/duration","install_command":"go get github.com/golang/protobuf/ptypes/duration","documentation_url":"https://pkg.go.dev/github.com/golang/protobuf/ptypes/duration#section-documentation","metadata":{},"repo_metadata":{"id":23680264,"uuid":"27051771","full_name":"golang/protobuf","owner":"golang","description":"Go support for Google's protocol buffers","archived":false,"fork":false,"pushed_at":"2024-08-05T20:04:08.000Z","size":8435,"stargazers_count":10067,"open_issues_count":112,"forks_count":1575,"subscribers_count":209,"default_branch":"master","last_synced_at":"2026-04-17T21:00:11.059Z","etag":null,"topics":["go","golang","protobuf","protocol-buffers"],"latest_commit_sha":null,"homepage":null,"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/golang.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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-11-23T23:07:23.000Z","updated_at":"2026-04-16T13:12:16.000Z","dependencies_parsed_at":"2022-07-09T20:30:29.942Z","dependency_job_id":"afc9e778-763b-4a0c-bd2e-4bbf04d34964","html_url":"https://github.com/golang/protobuf","commit_stats":{"total_commits":786,"total_committers":95,"mean_commits":8.273684210526316,"dds":0.5928753180661578,"last_synced_commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/golang/protobuf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/sbom","scorecard":{"id":434490,"data":{"date":"2025-08-11","repo":{"name":"github.com/golang/protobuf","commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":7,"reason":"0 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 7","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":9,"reason":"Found 27/28 approved changesets -- score normalized to 9","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Info:   0 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":"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":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE: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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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:15:33.800Z","repository_id":23680264,"created_at":"2025-08-19T04:15:33.800Z","updated_at":"2025-08-19T04:15:33.800Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31945987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"golang","name":"Go","uuid":"4314092","kind":"organization","description":"The Go Programming Language","email":null,"website":"https://go.dev","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/4314092?v=4","repositories_count":56,"last_synced_at":"2023-04-08T11:40:21.542Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/golang","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-03T06:09:51.413Z","updated_at":"2023-04-08T11:40:21.555Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang/repositories"},"tags":[{"name":"v1.5.4","sha":"75de7c059e36b64f01d0dd234ff2fff404ec3374","kind":"commit","published_at":"2024-03-06T06:45:40.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.4","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"5d5e8c018a13017f9d5b8bf4fad64aaa42a87308","kind":"commit","published_at":"2021-09-16T00:37:10.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"ae97035608a719c7a1c1c41bed0ae0744bdb0c6f","kind":"commit","published_at":"2021-03-29T18:20:59.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"a36a1a1c346d5cb6951b9440755adb530334f910","kind":"commit","published_at":"2021-03-18T01:16:33.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"f746d3b8ecd31eac7c04a954f3905d46b09f8114","kind":"commit","published_at":"2021-03-18T00:15:31.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.0/manifests"},{"name":"v1.4.3","sha":"4846b58453b3708320bdb524f25cc5a1d9cda4d4","kind":"commit","published_at":"2020-10-15T06:18:29.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"d04d7b157bb510b1e0c10132224b616ac0e26b17","kind":"commit","published_at":"2020-05-14T20:44:37.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"6c66de79d66478d166c7ea05f5d2ccaf016fbd6b","kind":"commit","published_at":"2020-05-04T19:38:55.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"1b794fe86dd6a0c7c52ae69b5c9cb0aeedc52afa","kind":"commit","published_at":"2020-04-13T19:43:07.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0/manifests"},{"name":"v1.3.5","sha":"84668698ea25b64748563aa20726db66a6b8d299","kind":"commit","published_at":"2020-03-12T22:07:03.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.5","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.5/manifests"},{"name":"v1.4.0-rc.4","sha":"7bd8073ff04aed15560d5a400a4d9bccda3dc2e0","kind":"commit","published_at":"2020-03-09T20:21:52.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.4","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.4/manifests"},{"name":"v1.4.0-rc.3","sha":"3f90b7282e85d414c90d9b74f8a15dcd89ea8421","kind":"commit","published_at":"2020-03-02T19:47:53.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.3/manifests"},{"name":"v1.4.0-rc.2","sha":"a3619c1acae2c674b494328ff4dd53c8ba0590dc","kind":"commit","published_at":"2020-02-28T23:19:22.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.2/manifests"},{"name":"v1.3.4","sha":"5d5b4c10bd43f85e63bd9e4a3fa9b1ea2ef88af2","kind":"commit","published_at":"2020-02-26T19:23:50.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.4","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.4/manifests"},{"name":"v1.4.0-rc.1","sha":"0fd14f96108ad68d2571a78c2d8ef5287ee57c43","kind":"commit","published_at":"2020-02-12T18:09:08.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.1/manifests"},{"name":"v1.3.3","sha":"d23c5127dc24889085f8ccea5c9d560a57a879d8","kind":"commit","published_at":"2020-01-28T18:10:22.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.3/manifests"},{"name":"v1.3.2","sha":"6c65a5562fc06764971b7c5d05c76c75e84bdbf7","kind":"commit","published_at":"2019-07-01T18:22:01.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"b5d812f8a3706043e23a9cd5babf2e5423744d30","kind":"commit","published_at":"2019-02-28T15:19:29.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"c823c79ea1570fb5ff454033735a8e68575d1d0f","kind":"commit","published_at":"2019-02-05T22:20:52.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"aa810b61a9c79d51363740d207bb46cf8e620ed5","kind":"commit","published_at":"2018-08-14T21:14:27.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.2.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"b4deda0973fb4c70b50d226b1af49f3da59f5265","kind":"commit","published_at":"2018-04-30T18:52:41.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.1.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"925541529c1fa6821df4e44ce2723319eb2be768","kind":"commit","published_at":"2018-01-25T21:43:03.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.0.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-04-17T21:00:18.454Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":6.563207986987438,"dependent_packages_count":6.151018228135725,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":6.357113107561581},"purl":"pkg:golang/github.com/golang/protobuf/ptypes/duration","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/golang/protobuf/ptypes/duration","docker_dependents_count":1,"docker_downloads_count":9,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/golang/protobuf/ptypes/duration","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/golang/protobuf/ptypes/duration/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-30T02:24:40.338Z","issues_count":278,"pull_requests_count":15,"avg_time_to_close_issue":5785339.119565218,"avg_time_to_close_pull_request":577767.7692307692,"issues_closed_count":184,"pull_requests_closed_count":13,"pull_request_authors_count":11,"issue_authors_count":229,"avg_comments_per_issue":4.845323741007194,"avg_comments_per_pull_request":2.3333333333333335,"merged_pull_requests_count":6,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":24,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":290949.5,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":12,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":21,"past_year_avg_comments_per_issue":1.875,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/issues","maintainers":[{"login":"dsnet","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"HaraldNordgren","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HaraldNordgren"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf%2Fptypes%2Fduration/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf%2Fptypes%2Fduration/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf%2Fptypes%2Fduration/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf%2Fptypes%2Fduration/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf%2Fptypes%2Fduration/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf%2Fptypes%2Fduration/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2204914,"maintainers_count":0,"namespaces_count":792747,"keywords_count":113213,"github":"golang","metadata":{"funded_packages_count":53976},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-06-10T05:03:23.672Z","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":10924953,"name":"github.com/golang/protobuf/jsonpb","ecosystem":"go","description":"Package jsonpb provides functionality to marshal and unmarshal between a\nprotocol buffer message and JSON. It follows the specification at\nhttps://developers.google.com/protocol-buffers/docs/proto3#json.\n\nDo not rely on the default behavior of the standard encoding/json package\nwhen called on generated message types as it does not operate correctly.\n\nDeprecated: Use the \"google.golang.org/protobuf/encoding/protojson\"\npackage instead.","homepage":"https://github.com/golang/protobuf","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/golang/protobuf","keywords_array":[],"namespace":"github.com/golang/protobuf","versions_count":22,"first_release_published_at":"2026-02-12T10:25:59.403Z","latest_release_published_at":"2026-02-12T10:25:59.403Z","latest_release_number":"v1.5.4","last_synced_at":"2026-07-06T12:32:03.611Z","created_at":"2024-09-25T11:44:38.723Z","updated_at":"2026-07-06T12:32:03.611Z","registry_url":"https://pkg.go.dev/github.com/golang/protobuf/jsonpb","install_command":"go get github.com/golang/protobuf/jsonpb","documentation_url":"https://pkg.go.dev/github.com/golang/protobuf/jsonpb#section-documentation","metadata":{},"repo_metadata":{"id":23680264,"uuid":"27051771","full_name":"golang/protobuf","owner":"golang","description":"Go support for Google's protocol buffers","archived":false,"fork":false,"pushed_at":"2024-08-05T20:04:08.000Z","size":8435,"stargazers_count":10067,"open_issues_count":112,"forks_count":1575,"subscribers_count":209,"default_branch":"master","last_synced_at":"2026-04-17T21:00:11.059Z","etag":null,"topics":["go","golang","protobuf","protocol-buffers"],"latest_commit_sha":null,"homepage":null,"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/golang.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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-11-23T23:07:23.000Z","updated_at":"2026-04-16T13:12:16.000Z","dependencies_parsed_at":"2022-07-09T20:30:29.942Z","dependency_job_id":"afc9e778-763b-4a0c-bd2e-4bbf04d34964","html_url":"https://github.com/golang/protobuf","commit_stats":{"total_commits":786,"total_committers":95,"mean_commits":8.273684210526316,"dds":0.5928753180661578,"last_synced_commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/golang/protobuf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/sbom","scorecard":{"id":434490,"data":{"date":"2025-08-11","repo":{"name":"github.com/golang/protobuf","commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":7,"reason":"0 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 7","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":9,"reason":"Found 27/28 approved changesets -- score normalized to 9","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Info:   0 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":"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":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE: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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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:15:33.800Z","repository_id":23680264,"created_at":"2025-08-19T04:15:33.800Z","updated_at":"2025-08-19T04:15:33.800Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31945987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"golang","name":"Go","uuid":"4314092","kind":"organization","description":"The Go Programming Language","email":null,"website":"https://go.dev","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/4314092?v=4","repositories_count":56,"last_synced_at":"2023-04-08T11:40:21.542Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/golang","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-03T06:09:51.413Z","updated_at":"2023-04-08T11:40:21.555Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang/repositories"},"tags":[{"name":"v1.5.4","sha":"75de7c059e36b64f01d0dd234ff2fff404ec3374","kind":"commit","published_at":"2024-03-06T06:45:40.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.4","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"5d5e8c018a13017f9d5b8bf4fad64aaa42a87308","kind":"commit","published_at":"2021-09-16T00:37:10.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"ae97035608a719c7a1c1c41bed0ae0744bdb0c6f","kind":"commit","published_at":"2021-03-29T18:20:59.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"a36a1a1c346d5cb6951b9440755adb530334f910","kind":"commit","published_at":"2021-03-18T01:16:33.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"f746d3b8ecd31eac7c04a954f3905d46b09f8114","kind":"commit","published_at":"2021-03-18T00:15:31.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.0/manifests"},{"name":"v1.4.3","sha":"4846b58453b3708320bdb524f25cc5a1d9cda4d4","kind":"commit","published_at":"2020-10-15T06:18:29.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"d04d7b157bb510b1e0c10132224b616ac0e26b17","kind":"commit","published_at":"2020-05-14T20:44:37.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"6c66de79d66478d166c7ea05f5d2ccaf016fbd6b","kind":"commit","published_at":"2020-05-04T19:38:55.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"1b794fe86dd6a0c7c52ae69b5c9cb0aeedc52afa","kind":"commit","published_at":"2020-04-13T19:43:07.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0/manifests"},{"name":"v1.3.5","sha":"84668698ea25b64748563aa20726db66a6b8d299","kind":"commit","published_at":"2020-03-12T22:07:03.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.5","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.5/manifests"},{"name":"v1.4.0-rc.4","sha":"7bd8073ff04aed15560d5a400a4d9bccda3dc2e0","kind":"commit","published_at":"2020-03-09T20:21:52.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.4","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.4/manifests"},{"name":"v1.4.0-rc.3","sha":"3f90b7282e85d414c90d9b74f8a15dcd89ea8421","kind":"commit","published_at":"2020-03-02T19:47:53.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.3/manifests"},{"name":"v1.4.0-rc.2","sha":"a3619c1acae2c674b494328ff4dd53c8ba0590dc","kind":"commit","published_at":"2020-02-28T23:19:22.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.2/manifests"},{"name":"v1.3.4","sha":"5d5b4c10bd43f85e63bd9e4a3fa9b1ea2ef88af2","kind":"commit","published_at":"2020-02-26T19:23:50.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.4","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.4/manifests"},{"name":"v1.4.0-rc.1","sha":"0fd14f96108ad68d2571a78c2d8ef5287ee57c43","kind":"commit","published_at":"2020-02-12T18:09:08.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.1/manifests"},{"name":"v1.3.3","sha":"d23c5127dc24889085f8ccea5c9d560a57a879d8","kind":"commit","published_at":"2020-01-28T18:10:22.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.3/manifests"},{"name":"v1.3.2","sha":"6c65a5562fc06764971b7c5d05c76c75e84bdbf7","kind":"commit","published_at":"2019-07-01T18:22:01.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"b5d812f8a3706043e23a9cd5babf2e5423744d30","kind":"commit","published_at":"2019-02-28T15:19:29.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"c823c79ea1570fb5ff454033735a8e68575d1d0f","kind":"commit","published_at":"2019-02-05T22:20:52.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"aa810b61a9c79d51363740d207bb46cf8e620ed5","kind":"commit","published_at":"2018-08-14T21:14:27.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.2.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"b4deda0973fb4c70b50d226b1af49f3da59f5265","kind":"commit","published_at":"2018-04-30T18:52:41.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.1.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"925541529c1fa6821df4e44ce2723319eb2be768","kind":"commit","published_at":"2018-01-25T21:43:03.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.0.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-04-17T21:00:18.428Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":6.563207986987438,"dependent_packages_count":6.151018228135725,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":6.357113107561581},"purl":"pkg:golang/github.com/golang/protobuf/jsonpb","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/golang/protobuf/jsonpb","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/golang/protobuf/jsonpb","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/golang/protobuf/jsonpb/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-30T02:24:40.338Z","issues_count":278,"pull_requests_count":15,"avg_time_to_close_issue":5785339.119565218,"avg_time_to_close_pull_request":577767.7692307692,"issues_closed_count":184,"pull_requests_closed_count":13,"pull_request_authors_count":11,"issue_authors_count":229,"avg_comments_per_issue":4.845323741007194,"avg_comments_per_pull_request":2.3333333333333335,"merged_pull_requests_count":6,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":24,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":290949.5,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":12,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":21,"past_year_avg_comments_per_issue":1.875,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/issues","maintainers":[{"login":"dsnet","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"HaraldNordgren","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HaraldNordgren"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf%2Fjsonpb/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf%2Fjsonpb/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf%2Fjsonpb/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf%2Fjsonpb/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf%2Fjsonpb/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf%2Fjsonpb/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2204914,"maintainers_count":0,"namespaces_count":792747,"keywords_count":113213,"github":"golang","metadata":{"funded_packages_count":53976},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-06-10T05:03:23.672Z","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":10924941,"name":"github.com/golang/protobuf/ptypes/any","ecosystem":"go","description":"","homepage":"https://github.com/golang/protobuf","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/golang/protobuf","keywords_array":[],"namespace":"github.com/golang/protobuf/ptypes","versions_count":22,"first_release_published_at":"2026-02-12T10:26:03.336Z","latest_release_published_at":"2026-02-12T10:26:03.336Z","latest_release_number":"v1.5.4","last_synced_at":"2026-07-06T12:32:04.042Z","created_at":"2024-09-25T11:44:26.797Z","updated_at":"2026-07-06T12:32:04.042Z","registry_url":"https://pkg.go.dev/github.com/golang/protobuf/ptypes/any","install_command":"go get github.com/golang/protobuf/ptypes/any","documentation_url":"https://pkg.go.dev/github.com/golang/protobuf/ptypes/any#section-documentation","metadata":{},"repo_metadata":{"id":23680264,"uuid":"27051771","full_name":"golang/protobuf","owner":"golang","description":"Go support for Google's protocol buffers","archived":false,"fork":false,"pushed_at":"2024-08-05T20:04:08.000Z","size":8435,"stargazers_count":10067,"open_issues_count":112,"forks_count":1575,"subscribers_count":209,"default_branch":"master","last_synced_at":"2026-04-17T21:00:11.059Z","etag":null,"topics":["go","golang","protobuf","protocol-buffers"],"latest_commit_sha":null,"homepage":null,"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/golang.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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-11-23T23:07:23.000Z","updated_at":"2026-04-16T13:12:16.000Z","dependencies_parsed_at":"2022-07-09T20:30:29.942Z","dependency_job_id":"afc9e778-763b-4a0c-bd2e-4bbf04d34964","html_url":"https://github.com/golang/protobuf","commit_stats":{"total_commits":786,"total_committers":95,"mean_commits":8.273684210526316,"dds":0.5928753180661578,"last_synced_commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/golang/protobuf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/sbom","scorecard":{"id":434490,"data":{"date":"2025-08-11","repo":{"name":"github.com/golang/protobuf","commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":7,"reason":"0 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 7","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":9,"reason":"Found 27/28 approved changesets -- score normalized to 9","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Info:   0 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":"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":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE: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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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:15:33.800Z","repository_id":23680264,"created_at":"2025-08-19T04:15:33.800Z","updated_at":"2025-08-19T04:15:33.800Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31945987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"golang","name":"Go","uuid":"4314092","kind":"organization","description":"The Go Programming Language","email":null,"website":"https://go.dev","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/4314092?v=4","repositories_count":56,"last_synced_at":"2023-04-08T11:40:21.542Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/golang","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-03T06:09:51.413Z","updated_at":"2023-04-08T11:40:21.555Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang/repositories"},"tags":[{"name":"v1.5.4","sha":"75de7c059e36b64f01d0dd234ff2fff404ec3374","kind":"commit","published_at":"2024-03-06T06:45:40.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.4","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"5d5e8c018a13017f9d5b8bf4fad64aaa42a87308","kind":"commit","published_at":"2021-09-16T00:37:10.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"ae97035608a719c7a1c1c41bed0ae0744bdb0c6f","kind":"commit","published_at":"2021-03-29T18:20:59.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"a36a1a1c346d5cb6951b9440755adb530334f910","kind":"commit","published_at":"2021-03-18T01:16:33.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"f746d3b8ecd31eac7c04a954f3905d46b09f8114","kind":"commit","published_at":"2021-03-18T00:15:31.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.0/manifests"},{"name":"v1.4.3","sha":"4846b58453b3708320bdb524f25cc5a1d9cda4d4","kind":"commit","published_at":"2020-10-15T06:18:29.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"d04d7b157bb510b1e0c10132224b616ac0e26b17","kind":"commit","published_at":"2020-05-14T20:44:37.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"6c66de79d66478d166c7ea05f5d2ccaf016fbd6b","kind":"commit","published_at":"2020-05-04T19:38:55.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"1b794fe86dd6a0c7c52ae69b5c9cb0aeedc52afa","kind":"commit","published_at":"2020-04-13T19:43:07.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0/manifests"},{"name":"v1.3.5","sha":"84668698ea25b64748563aa20726db66a6b8d299","kind":"commit","published_at":"2020-03-12T22:07:03.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.5","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.5/manifests"},{"name":"v1.4.0-rc.4","sha":"7bd8073ff04aed15560d5a400a4d9bccda3dc2e0","kind":"commit","published_at":"2020-03-09T20:21:52.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.4","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.4/manifests"},{"name":"v1.4.0-rc.3","sha":"3f90b7282e85d414c90d9b74f8a15dcd89ea8421","kind":"commit","published_at":"2020-03-02T19:47:53.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.3/manifests"},{"name":"v1.4.0-rc.2","sha":"a3619c1acae2c674b494328ff4dd53c8ba0590dc","kind":"commit","published_at":"2020-02-28T23:19:22.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.2/manifests"},{"name":"v1.3.4","sha":"5d5b4c10bd43f85e63bd9e4a3fa9b1ea2ef88af2","kind":"commit","published_at":"2020-02-26T19:23:50.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.4","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.4/manifests"},{"name":"v1.4.0-rc.1","sha":"0fd14f96108ad68d2571a78c2d8ef5287ee57c43","kind":"commit","published_at":"2020-02-12T18:09:08.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.1/manifests"},{"name":"v1.3.3","sha":"d23c5127dc24889085f8ccea5c9d560a57a879d8","kind":"commit","published_at":"2020-01-28T18:10:22.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.3/manifests"},{"name":"v1.3.2","sha":"6c65a5562fc06764971b7c5d05c76c75e84bdbf7","kind":"commit","published_at":"2019-07-01T18:22:01.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"b5d812f8a3706043e23a9cd5babf2e5423744d30","kind":"commit","published_at":"2019-02-28T15:19:29.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"c823c79ea1570fb5ff454033735a8e68575d1d0f","kind":"commit","published_at":"2019-02-05T22:20:52.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"aa810b61a9c79d51363740d207bb46cf8e620ed5","kind":"commit","published_at":"2018-08-14T21:14:27.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.2.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"b4deda0973fb4c70b50d226b1af49f3da59f5265","kind":"commit","published_at":"2018-04-30T18:52:41.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.1.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"925541529c1fa6821df4e44ce2723319eb2be768","kind":"commit","published_at":"2018-01-25T21:43:03.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.0.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-04-17T21:00:19.418Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":6.563207986987438,"dependent_packages_count":6.151018228135725,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":6.357113107561581},"purl":"pkg:golang/github.com/golang/protobuf/ptypes/any","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/golang/protobuf/ptypes/any","docker_dependents_count":1,"docker_downloads_count":9,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/golang/protobuf/ptypes/any","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/golang/protobuf/ptypes/any/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-30T02:24:40.338Z","issues_count":278,"pull_requests_count":15,"avg_time_to_close_issue":5785339.119565218,"avg_time_to_close_pull_request":577767.7692307692,"issues_closed_count":184,"pull_requests_closed_count":13,"pull_request_authors_count":11,"issue_authors_count":229,"avg_comments_per_issue":4.845323741007194,"avg_comments_per_pull_request":2.3333333333333335,"merged_pull_requests_count":6,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":24,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":290949.5,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":12,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":21,"past_year_avg_comments_per_issue":1.875,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/issues","maintainers":[{"login":"dsnet","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"HaraldNordgren","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HaraldNordgren"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf%2Fptypes%2Fany/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf%2Fptypes%2Fany/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf%2Fptypes%2Fany/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf%2Fptypes%2Fany/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf%2Fptypes%2Fany/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf%2Fptypes%2Fany/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2204914,"maintainers_count":0,"namespaces_count":792747,"keywords_count":113213,"github":"golang","metadata":{"funded_packages_count":53976},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-06-10T05:03:23.672Z","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":10092065,"name":"gopkg.in/golang/protobuf.v1","ecosystem":"go","description":"","homepage":"https://github.com/golang/protobuf","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/golang/protobuf","keywords_array":[],"namespace":"gopkg.in/golang","versions_count":3,"first_release_published_at":"2018-01-25T21:43:03.000Z","latest_release_published_at":"2018-08-14T21:14:27.000Z","latest_release_number":"v1.2.0","last_synced_at":"2026-07-06T12:32:05.080Z","created_at":"2024-05-24T07:01:33.284Z","updated_at":"2026-07-06T12:32:05.080Z","registry_url":"https://pkg.go.dev/gopkg.in/golang/protobuf.v1","install_command":"go get gopkg.in/golang/protobuf.v1","documentation_url":"https://pkg.go.dev/gopkg.in/golang/protobuf.v1#section-documentation","metadata":{},"repo_metadata":{"id":23680264,"uuid":"27051771","full_name":"golang/protobuf","owner":"golang","description":"Go support for Google's protocol buffers","archived":false,"fork":false,"pushed_at":"2024-08-05T20:04:08.000Z","size":8435,"stargazers_count":10076,"open_issues_count":116,"forks_count":1572,"subscribers_count":209,"default_branch":"master","last_synced_at":"2026-06-20T06:02:56.537Z","etag":null,"topics":["go","golang","protobuf","protocol-buffers"],"latest_commit_sha":null,"homepage":null,"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/golang.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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-11-23T23:07:23.000Z","updated_at":"2026-06-17T16:03:06.000Z","dependencies_parsed_at":"2022-07-09T20:30:29.942Z","dependency_job_id":"afc9e778-763b-4a0c-bd2e-4bbf04d34964","html_url":"https://github.com/golang/protobuf","commit_stats":{"total_commits":786,"total_committers":95,"mean_commits":8.273684210526316,"dds":0.5928753180661578,"last_synced_commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/golang/protobuf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/sbom","scorecard":{"id":434490,"data":{"date":"2025-08-11","repo":{"name":"github.com/golang/protobuf","commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":7,"reason":"0 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 7","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":9,"reason":"Found 27/28 approved changesets -- score normalized to 9","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Info:   0 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":"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":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE: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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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:15:33.800Z","repository_id":23680264,"created_at":"2025-08-19T04:15:33.800Z","updated_at":"2025-08-19T04:15:33.800Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34672246,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-22T02:00:06.391Z","response_time":106,"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":"golang","name":"Go","uuid":"4314092","kind":"organization","description":"The Go Programming Language","email":null,"website":"https://go.dev","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/4314092?v=4","repositories_count":56,"last_synced_at":"2023-04-08T11:40:21.542Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/golang","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-03T06:09:51.413Z","updated_at":"2023-04-08T11:40:21.555Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang/repositories"},"tags":[]},"repo_metadata_updated_at":"2026-06-23T01:20:36.975Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":7.726807369552832,"dependent_packages_count":7.2414723684605065,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":7.484139869006669},"purl":"pkg:golang/gopkg.in/golang/protobuf.v1","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/gopkg.in/golang/protobuf.v1","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/gopkg.in/golang/protobuf.v1","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/gopkg.in/golang/protobuf.v1/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-30T02:24:40.338Z","issues_count":278,"pull_requests_count":15,"avg_time_to_close_issue":5785339.119565218,"avg_time_to_close_pull_request":577767.7692307692,"issues_closed_count":184,"pull_requests_closed_count":13,"pull_request_authors_count":11,"issue_authors_count":229,"avg_comments_per_issue":4.845323741007194,"avg_comments_per_pull_request":2.3333333333333335,"merged_pull_requests_count":6,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":24,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":290949.5,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":12,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":21,"past_year_avg_comments_per_issue":1.875,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/issues","maintainers":[{"login":"dsnet","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"HaraldNordgren","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HaraldNordgren"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fgolang%2Fprotobuf.v1/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fgolang%2Fprotobuf.v1/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fgolang%2Fprotobuf.v1/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fgolang%2Fprotobuf.v1/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fgolang%2Fprotobuf.v1/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/gopkg.in%2Fgolang%2Fprotobuf.v1/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2204914,"maintainers_count":0,"namespaces_count":792747,"keywords_count":113213,"github":"golang","metadata":{"funded_packages_count":53976},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-06-10T05:03:23.672Z","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":14128810,"name":"github.com/golang/protobuf/protoc-gen-go/descriptor","ecosystem":"go","description":"","homepage":"https://github.com/golang/protobuf","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/golang/protobuf","keywords_array":[],"namespace":"github.com/golang/protobuf/protoc-gen-go","versions_count":22,"first_release_published_at":"2026-03-26T20:54:52.305Z","latest_release_published_at":"2026-03-26T20:54:52.305Z","latest_release_number":"v1.5.4","last_synced_at":"2026-07-06T12:32:04.330Z","created_at":"2026-03-26T20:54:19.136Z","updated_at":"2026-07-06T12:32:04.330Z","registry_url":"https://pkg.go.dev/github.com/golang/protobuf/protoc-gen-go/descriptor","install_command":"go get github.com/golang/protobuf/protoc-gen-go/descriptor","documentation_url":"https://pkg.go.dev/github.com/golang/protobuf/protoc-gen-go/descriptor#section-documentation","metadata":{},"repo_metadata":{"id":23680264,"uuid":"27051771","full_name":"golang/protobuf","owner":"golang","description":"Go support for Google's protocol buffers","archived":false,"fork":false,"pushed_at":"2024-08-05T20:04:08.000Z","size":8435,"stargazers_count":10067,"open_issues_count":112,"forks_count":1575,"subscribers_count":209,"default_branch":"master","last_synced_at":"2026-04-17T21:00:11.059Z","etag":null,"topics":["go","golang","protobuf","protocol-buffers"],"latest_commit_sha":null,"homepage":null,"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/golang.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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-11-23T23:07:23.000Z","updated_at":"2026-04-16T13:12:16.000Z","dependencies_parsed_at":"2022-07-09T20:30:29.942Z","dependency_job_id":"afc9e778-763b-4a0c-bd2e-4bbf04d34964","html_url":"https://github.com/golang/protobuf","commit_stats":{"total_commits":786,"total_committers":95,"mean_commits":8.273684210526316,"dds":0.5928753180661578,"last_synced_commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/golang/protobuf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/sbom","scorecard":{"id":434490,"data":{"date":"2025-08-11","repo":{"name":"github.com/golang/protobuf","commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":7,"reason":"0 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 7","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":9,"reason":"Found 27/28 approved changesets -- score normalized to 9","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Info:   0 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":"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":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE: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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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:15:33.800Z","repository_id":23680264,"created_at":"2025-08-19T04:15:33.800Z","updated_at":"2025-08-19T04:15:33.800Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31945987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"repo_metadata_updated_at":"2026-04-17T21:00:15.371Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":5.208714140034249,"dependent_packages_count":4.880611086525696,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":5.044662613279972},"purl":"pkg:golang/github.com/golang/protobuf/protoc-gen-go/descriptor","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/golang/protobuf/protoc-gen-go/descriptor","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/golang/protobuf/protoc-gen-go/descriptor","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/golang/protobuf/protoc-gen-go/descriptor/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-30T02:24:40.338Z","issues_count":278,"pull_requests_count":15,"avg_time_to_close_issue":5785339.119565218,"avg_time_to_close_pull_request":577767.7692307692,"issues_closed_count":184,"pull_requests_closed_count":13,"pull_request_authors_count":11,"issue_authors_count":229,"avg_comments_per_issue":4.845323741007194,"avg_comments_per_pull_request":2.3333333333333335,"merged_pull_requests_count":6,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":24,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":290949.5,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":12,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":21,"past_year_avg_comments_per_issue":1.875,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/issues","maintainers":[{"login":"dsnet","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"HaraldNordgren","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HaraldNordgren"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf%2Fprotoc-gen-go%2Fdescriptor/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf%2Fprotoc-gen-go%2Fdescriptor/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf%2Fprotoc-gen-go%2Fdescriptor/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf%2Fprotoc-gen-go%2Fdescriptor/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf%2Fprotoc-gen-go%2Fdescriptor/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf%2Fprotoc-gen-go%2Fdescriptor/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2204914,"maintainers_count":0,"namespaces_count":792747,"keywords_count":113213,"github":"golang","metadata":{"funded_packages_count":53976},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-06-10T05:03:23.672Z","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":3740262,"name":"github.com/golang/ProtoBuf","ecosystem":"go","description":"","homepage":"https://github.com/golang/ProtoBuf","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/golang/ProtoBuf","keywords_array":[],"namespace":"github.com/golang","versions_count":22,"first_release_published_at":"2018-01-25T21:43:03.000Z","latest_release_published_at":"2024-03-06T06:45:40.000Z","latest_release_number":"v1.5.4","last_synced_at":"2026-07-06T12:32:05.135Z","created_at":"2022-04-11T14:31:25.757Z","updated_at":"2026-07-06T12:32:05.135Z","registry_url":"https://pkg.go.dev/github.com/golang/ProtoBuf","install_command":"go get github.com/golang/ProtoBuf","documentation_url":"https://pkg.go.dev/github.com/golang/ProtoBuf#section-documentation","metadata":{},"repo_metadata":{"id":23680264,"uuid":"27051771","full_name":"golang/protobuf","owner":"golang","description":"Go support for Google's protocol buffers","archived":false,"fork":false,"pushed_at":"2024-08-05T20:04:08.000Z","size":8435,"stargazers_count":10067,"open_issues_count":112,"forks_count":1575,"subscribers_count":209,"default_branch":"master","last_synced_at":"2026-04-17T21:00:11.059Z","etag":null,"topics":["go","golang","protobuf","protocol-buffers"],"latest_commit_sha":null,"homepage":null,"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/golang.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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-11-23T23:07:23.000Z","updated_at":"2026-04-16T13:12:16.000Z","dependencies_parsed_at":"2022-07-09T20:30:29.942Z","dependency_job_id":"afc9e778-763b-4a0c-bd2e-4bbf04d34964","html_url":"https://github.com/golang/protobuf","commit_stats":{"total_commits":786,"total_committers":95,"mean_commits":8.273684210526316,"dds":0.5928753180661578,"last_synced_commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/golang/protobuf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/sbom","scorecard":{"id":434490,"data":{"date":"2025-08-11","repo":{"name":"github.com/golang/protobuf","commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":7,"reason":"0 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 7","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":9,"reason":"Found 27/28 approved changesets -- score normalized to 9","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Info:   0 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":"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":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE: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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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:15:33.800Z","repository_id":23680264,"created_at":"2025-08-19T04:15:33.800Z","updated_at":"2025-08-19T04:15:33.800Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31945987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"golang","name":"Go","uuid":"4314092","kind":"organization","description":"The Go Programming Language","email":null,"website":"https://go.dev","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/4314092?v=4","repositories_count":56,"last_synced_at":"2023-04-08T11:40:21.542Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/golang","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-03T06:09:51.413Z","updated_at":"2023-04-08T11:40:21.555Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang/repositories"},"tags":[{"name":"v1.5.4","sha":"75de7c059e36b64f01d0dd234ff2fff404ec3374","kind":"commit","published_at":"2024-03-06T06:45:40.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.4","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"5d5e8c018a13017f9d5b8bf4fad64aaa42a87308","kind":"commit","published_at":"2021-09-16T00:37:10.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"ae97035608a719c7a1c1c41bed0ae0744bdb0c6f","kind":"commit","published_at":"2021-03-29T18:20:59.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"a36a1a1c346d5cb6951b9440755adb530334f910","kind":"commit","published_at":"2021-03-18T01:16:33.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"f746d3b8ecd31eac7c04a954f3905d46b09f8114","kind":"commit","published_at":"2021-03-18T00:15:31.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.0/manifests"},{"name":"v1.4.3","sha":"4846b58453b3708320bdb524f25cc5a1d9cda4d4","kind":"commit","published_at":"2020-10-15T06:18:29.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"d04d7b157bb510b1e0c10132224b616ac0e26b17","kind":"commit","published_at":"2020-05-14T20:44:37.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"6c66de79d66478d166c7ea05f5d2ccaf016fbd6b","kind":"commit","published_at":"2020-05-04T19:38:55.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"1b794fe86dd6a0c7c52ae69b5c9cb0aeedc52afa","kind":"commit","published_at":"2020-04-13T19:43:07.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0/manifests"},{"name":"v1.3.5","sha":"84668698ea25b64748563aa20726db66a6b8d299","kind":"commit","published_at":"2020-03-12T22:07:03.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.5","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.5/manifests"},{"name":"v1.4.0-rc.4","sha":"7bd8073ff04aed15560d5a400a4d9bccda3dc2e0","kind":"commit","published_at":"2020-03-09T20:21:52.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.4","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.4/manifests"},{"name":"v1.4.0-rc.3","sha":"3f90b7282e85d414c90d9b74f8a15dcd89ea8421","kind":"commit","published_at":"2020-03-02T19:47:53.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.3/manifests"},{"name":"v1.4.0-rc.2","sha":"a3619c1acae2c674b494328ff4dd53c8ba0590dc","kind":"commit","published_at":"2020-02-28T23:19:22.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.2/manifests"},{"name":"v1.3.4","sha":"5d5b4c10bd43f85e63bd9e4a3fa9b1ea2ef88af2","kind":"commit","published_at":"2020-02-26T19:23:50.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.4","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.4/manifests"},{"name":"v1.4.0-rc.1","sha":"0fd14f96108ad68d2571a78c2d8ef5287ee57c43","kind":"commit","published_at":"2020-02-12T18:09:08.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.1/manifests"},{"name":"v1.3.3","sha":"d23c5127dc24889085f8ccea5c9d560a57a879d8","kind":"commit","published_at":"2020-01-28T18:10:22.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.3/manifests"},{"name":"v1.3.2","sha":"6c65a5562fc06764971b7c5d05c76c75e84bdbf7","kind":"commit","published_at":"2019-07-01T18:22:01.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"b5d812f8a3706043e23a9cd5babf2e5423744d30","kind":"commit","published_at":"2019-02-28T15:19:29.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"c823c79ea1570fb5ff454033735a8e68575d1d0f","kind":"commit","published_at":"2019-02-05T22:20:52.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"aa810b61a9c79d51363740d207bb46cf8e620ed5","kind":"commit","published_at":"2018-08-14T21:14:27.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.2.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"b4deda0973fb4c70b50d226b1af49f3da59f5265","kind":"commit","published_at":"2018-04-30T18:52:41.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.1.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"925541529c1fa6821df4e44ce2723319eb2be768","kind":"commit","published_at":"2018-01-25T21:43:03.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.0.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-04-17T21:00:18.386Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":9.345852080216646,"dependent_packages_count":6.999148183520997,"stargazers_count":0.47764570943743073,"forks_count":0.45912795989392136,"average":4.320443483267249},"purl":"pkg:golang/github.com/golang/%21proto%21buf","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/golang/ProtoBuf","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/golang/ProtoBuf","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/golang/ProtoBuf/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-30T02:24:40.338Z","issues_count":278,"pull_requests_count":15,"avg_time_to_close_issue":5785339.119565218,"avg_time_to_close_pull_request":577767.7692307692,"issues_closed_count":184,"pull_requests_closed_count":13,"pull_request_authors_count":11,"issue_authors_count":229,"avg_comments_per_issue":4.845323741007194,"avg_comments_per_pull_request":2.3333333333333335,"merged_pull_requests_count":6,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":24,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":290949.5,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":12,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":21,"past_year_avg_comments_per_issue":1.875,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/issues","maintainers":[{"login":"dsnet","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"HaraldNordgren","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HaraldNordgren"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2FProtoBuf/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2FProtoBuf/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2FProtoBuf/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2FProtoBuf/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2FProtoBuf/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2FProtoBuf/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2204914,"maintainers_count":0,"namespaces_count":792747,"keywords_count":113213,"github":"golang","metadata":{"funded_packages_count":53976},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-06-10T05:03:23.672Z","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":3504267,"name":"github.com/golang/protobuf/v2","ecosystem":"go","description":"","homepage":"https://github.com/golang/protobuf","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/golang/protobuf","keywords_array":[],"namespace":"github.com/golang/protobuf","versions_count":0,"first_release_published_at":null,"latest_release_published_at":"2026-07-06T12:32:04.107Z","latest_release_number":null,"last_synced_at":"2026-07-06T12:32:04.958Z","created_at":"2022-04-10T20:29:08.423Z","updated_at":"2026-07-06T12:32:04.959Z","registry_url":"https://pkg.go.dev/github.com/golang/protobuf/v2","install_command":"go get github.com/golang/protobuf/v2","documentation_url":"https://pkg.go.dev/github.com/golang/protobuf/v2#section-documentation","metadata":{},"repo_metadata":{"id":23680264,"uuid":"27051771","full_name":"golang/protobuf","owner":"golang","description":"Go support for Google's protocol buffers","archived":false,"fork":false,"pushed_at":"2024-08-05T20:04:08.000Z","size":8435,"stargazers_count":10067,"open_issues_count":112,"forks_count":1575,"subscribers_count":209,"default_branch":"master","last_synced_at":"2026-04-17T21:00:11.059Z","etag":null,"topics":["go","golang","protobuf","protocol-buffers"],"latest_commit_sha":null,"homepage":null,"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/golang.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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-11-23T23:07:23.000Z","updated_at":"2026-04-16T13:12:16.000Z","dependencies_parsed_at":"2022-07-09T20:30:29.942Z","dependency_job_id":"afc9e778-763b-4a0c-bd2e-4bbf04d34964","html_url":"https://github.com/golang/protobuf","commit_stats":{"total_commits":786,"total_committers":95,"mean_commits":8.273684210526316,"dds":0.5928753180661578,"last_synced_commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/golang/protobuf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/sbom","scorecard":{"id":434490,"data":{"date":"2025-08-11","repo":{"name":"github.com/golang/protobuf","commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":7,"reason":"0 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 7","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":9,"reason":"Found 27/28 approved changesets -- score normalized to 9","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Info:   0 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":"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":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE: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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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:15:33.800Z","repository_id":23680264,"created_at":"2025-08-19T04:15:33.800Z","updated_at":"2025-08-19T04:15:33.800Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31945987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"golang","name":"Go","uuid":"4314092","kind":"organization","description":"The Go Programming Language","email":null,"website":"https://go.dev","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/4314092?v=4","repositories_count":56,"last_synced_at":"2023-04-08T11:40:21.542Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/golang","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-03T06:09:51.413Z","updated_at":"2023-04-08T11:40:21.555Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang/repositories"},"tags":[{"name":"v1.5.4","sha":"75de7c059e36b64f01d0dd234ff2fff404ec3374","kind":"commit","published_at":"2024-03-06T06:45:40.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.4","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"5d5e8c018a13017f9d5b8bf4fad64aaa42a87308","kind":"commit","published_at":"2021-09-16T00:37:10.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"ae97035608a719c7a1c1c41bed0ae0744bdb0c6f","kind":"commit","published_at":"2021-03-29T18:20:59.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"a36a1a1c346d5cb6951b9440755adb530334f910","kind":"commit","published_at":"2021-03-18T01:16:33.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"f746d3b8ecd31eac7c04a954f3905d46b09f8114","kind":"commit","published_at":"2021-03-18T00:15:31.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.0/manifests"},{"name":"v1.4.3","sha":"4846b58453b3708320bdb524f25cc5a1d9cda4d4","kind":"commit","published_at":"2020-10-15T06:18:29.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"d04d7b157bb510b1e0c10132224b616ac0e26b17","kind":"commit","published_at":"2020-05-14T20:44:37.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"6c66de79d66478d166c7ea05f5d2ccaf016fbd6b","kind":"commit","published_at":"2020-05-04T19:38:55.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"1b794fe86dd6a0c7c52ae69b5c9cb0aeedc52afa","kind":"commit","published_at":"2020-04-13T19:43:07.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0/manifests"},{"name":"v1.3.5","sha":"84668698ea25b64748563aa20726db66a6b8d299","kind":"commit","published_at":"2020-03-12T22:07:03.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.5","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.5/manifests"},{"name":"v1.4.0-rc.4","sha":"7bd8073ff04aed15560d5a400a4d9bccda3dc2e0","kind":"commit","published_at":"2020-03-09T20:21:52.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.4","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.4/manifests"},{"name":"v1.4.0-rc.3","sha":"3f90b7282e85d414c90d9b74f8a15dcd89ea8421","kind":"commit","published_at":"2020-03-02T19:47:53.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.3/manifests"},{"name":"v1.4.0-rc.2","sha":"a3619c1acae2c674b494328ff4dd53c8ba0590dc","kind":"commit","published_at":"2020-02-28T23:19:22.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.2/manifests"},{"name":"v1.3.4","sha":"5d5b4c10bd43f85e63bd9e4a3fa9b1ea2ef88af2","kind":"commit","published_at":"2020-02-26T19:23:50.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.4","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.4/manifests"},{"name":"v1.4.0-rc.1","sha":"0fd14f96108ad68d2571a78c2d8ef5287ee57c43","kind":"commit","published_at":"2020-02-12T18:09:08.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.1/manifests"},{"name":"v1.3.3","sha":"d23c5127dc24889085f8ccea5c9d560a57a879d8","kind":"commit","published_at":"2020-01-28T18:10:22.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.3/manifests"},{"name":"v1.3.2","sha":"6c65a5562fc06764971b7c5d05c76c75e84bdbf7","kind":"commit","published_at":"2019-07-01T18:22:01.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"b5d812f8a3706043e23a9cd5babf2e5423744d30","kind":"commit","published_at":"2019-02-28T15:19:29.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"c823c79ea1570fb5ff454033735a8e68575d1d0f","kind":"commit","published_at":"2019-02-05T22:20:52.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"aa810b61a9c79d51363740d207bb46cf8e620ed5","kind":"commit","published_at":"2018-08-14T21:14:27.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.2.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"b4deda0973fb4c70b50d226b1af49f3da59f5265","kind":"commit","published_at":"2018-04-30T18:52:41.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.1.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"925541529c1fa6821df4e44ce2723319eb2be768","kind":"commit","published_at":"2018-01-25T21:43:03.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.0.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-04-17T21:00:18.478Z","dependent_packages_count":1,"downloads":null,"downloads_period":null,"dependent_repos_count":3,"rankings":{"downloads":null,"dependent_repos_count":2.9705845143012395,"dependent_packages_count":5.149006244802047,"stargazers_count":0.6798366649099292,"forks_count":0.6166563613954859,"docker_downloads_count":null,"average":2.3540209463521755},"purl":"pkg:golang/github.com/golang/protobuf/v2","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/golang/protobuf/v2","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/golang/protobuf/v2","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/golang/protobuf/v2/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-30T02:24:40.338Z","issues_count":278,"pull_requests_count":15,"avg_time_to_close_issue":5785339.119565218,"avg_time_to_close_pull_request":577767.7692307692,"issues_closed_count":184,"pull_requests_closed_count":13,"pull_request_authors_count":11,"issue_authors_count":229,"avg_comments_per_issue":4.845323741007194,"avg_comments_per_pull_request":2.3333333333333335,"merged_pull_requests_count":6,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":24,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":290949.5,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":12,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":21,"past_year_avg_comments_per_issue":1.875,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/issues","maintainers":[{"login":"dsnet","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"HaraldNordgren","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HaraldNordgren"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf%2Fv2/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf%2Fv2/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf%2Fv2/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf%2Fv2/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf%2Fv2/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf%2Fv2/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2204914,"maintainers_count":0,"namespaces_count":792747,"keywords_count":113213,"github":"golang","metadata":{"funded_packages_count":53976},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-06-10T05:03:23.672Z","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":10924936,"name":"github.com/golang/protobuf/ptypes","ecosystem":"go","description":"Package ptypes provides functionality for interacting with well-known types.\n\nDeprecated: Well-known types have specialized functionality directly\ninjected into the generated packages for each message type.\nSee the deprecation notice for each function for the suggested alternative.","homepage":"https://github.com/golang/protobuf","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/golang/protobuf","keywords_array":[],"namespace":"github.com/golang/protobuf","versions_count":22,"first_release_published_at":"2026-02-12T10:26:00.292Z","latest_release_published_at":"2026-02-12T10:26:00.291Z","latest_release_number":"v1.5.4","last_synced_at":"2026-07-06T12:32:05.008Z","created_at":"2024-09-25T11:44:22.013Z","updated_at":"2026-07-06T12:32:05.008Z","registry_url":"https://pkg.go.dev/github.com/golang/protobuf/ptypes","install_command":"go get github.com/golang/protobuf/ptypes","documentation_url":"https://pkg.go.dev/github.com/golang/protobuf/ptypes#section-documentation","metadata":{},"repo_metadata":{"id":23680264,"uuid":"27051771","full_name":"golang/protobuf","owner":"golang","description":"Go support for Google's protocol buffers","archived":false,"fork":false,"pushed_at":"2024-08-05T20:04:08.000Z","size":8435,"stargazers_count":10067,"open_issues_count":112,"forks_count":1575,"subscribers_count":209,"default_branch":"master","last_synced_at":"2026-04-17T21:00:11.059Z","etag":null,"topics":["go","golang","protobuf","protocol-buffers"],"latest_commit_sha":null,"homepage":null,"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/golang.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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-11-23T23:07:23.000Z","updated_at":"2026-04-16T13:12:16.000Z","dependencies_parsed_at":"2022-07-09T20:30:29.942Z","dependency_job_id":"afc9e778-763b-4a0c-bd2e-4bbf04d34964","html_url":"https://github.com/golang/protobuf","commit_stats":{"total_commits":786,"total_committers":95,"mean_commits":8.273684210526316,"dds":0.5928753180661578,"last_synced_commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/golang/protobuf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/sbom","scorecard":{"id":434490,"data":{"date":"2025-08-11","repo":{"name":"github.com/golang/protobuf","commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":7,"reason":"0 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 7","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":9,"reason":"Found 27/28 approved changesets -- score normalized to 9","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Info:   0 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":"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":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE: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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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:15:33.800Z","repository_id":23680264,"created_at":"2025-08-19T04:15:33.800Z","updated_at":"2025-08-19T04:15:33.800Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31945987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"golang","name":"Go","uuid":"4314092","kind":"organization","description":"The Go Programming Language","email":null,"website":"https://go.dev","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/4314092?v=4","repositories_count":56,"last_synced_at":"2023-04-08T11:40:21.542Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/golang","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-03T06:09:51.413Z","updated_at":"2023-04-08T11:40:21.555Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang/repositories"},"tags":[{"name":"v1.5.4","sha":"75de7c059e36b64f01d0dd234ff2fff404ec3374","kind":"commit","published_at":"2024-03-06T06:45:40.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.4","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"5d5e8c018a13017f9d5b8bf4fad64aaa42a87308","kind":"commit","published_at":"2021-09-16T00:37:10.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"ae97035608a719c7a1c1c41bed0ae0744bdb0c6f","kind":"commit","published_at":"2021-03-29T18:20:59.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"a36a1a1c346d5cb6951b9440755adb530334f910","kind":"commit","published_at":"2021-03-18T01:16:33.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"f746d3b8ecd31eac7c04a954f3905d46b09f8114","kind":"commit","published_at":"2021-03-18T00:15:31.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.0/manifests"},{"name":"v1.4.3","sha":"4846b58453b3708320bdb524f25cc5a1d9cda4d4","kind":"commit","published_at":"2020-10-15T06:18:29.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"d04d7b157bb510b1e0c10132224b616ac0e26b17","kind":"commit","published_at":"2020-05-14T20:44:37.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"6c66de79d66478d166c7ea05f5d2ccaf016fbd6b","kind":"commit","published_at":"2020-05-04T19:38:55.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"1b794fe86dd6a0c7c52ae69b5c9cb0aeedc52afa","kind":"commit","published_at":"2020-04-13T19:43:07.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0/manifests"},{"name":"v1.3.5","sha":"84668698ea25b64748563aa20726db66a6b8d299","kind":"commit","published_at":"2020-03-12T22:07:03.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.5","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.5/manifests"},{"name":"v1.4.0-rc.4","sha":"7bd8073ff04aed15560d5a400a4d9bccda3dc2e0","kind":"commit","published_at":"2020-03-09T20:21:52.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.4","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.4/manifests"},{"name":"v1.4.0-rc.3","sha":"3f90b7282e85d414c90d9b74f8a15dcd89ea8421","kind":"commit","published_at":"2020-03-02T19:47:53.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.3/manifests"},{"name":"v1.4.0-rc.2","sha":"a3619c1acae2c674b494328ff4dd53c8ba0590dc","kind":"commit","published_at":"2020-02-28T23:19:22.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.2/manifests"},{"name":"v1.3.4","sha":"5d5b4c10bd43f85e63bd9e4a3fa9b1ea2ef88af2","kind":"commit","published_at":"2020-02-26T19:23:50.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.4","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.4/manifests"},{"name":"v1.4.0-rc.1","sha":"0fd14f96108ad68d2571a78c2d8ef5287ee57c43","kind":"commit","published_at":"2020-02-12T18:09:08.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.1/manifests"},{"name":"v1.3.3","sha":"d23c5127dc24889085f8ccea5c9d560a57a879d8","kind":"commit","published_at":"2020-01-28T18:10:22.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.3/manifests"},{"name":"v1.3.2","sha":"6c65a5562fc06764971b7c5d05c76c75e84bdbf7","kind":"commit","published_at":"2019-07-01T18:22:01.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"b5d812f8a3706043e23a9cd5babf2e5423744d30","kind":"commit","published_at":"2019-02-28T15:19:29.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"c823c79ea1570fb5ff454033735a8e68575d1d0f","kind":"commit","published_at":"2019-02-05T22:20:52.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"aa810b61a9c79d51363740d207bb46cf8e620ed5","kind":"commit","published_at":"2018-08-14T21:14:27.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.2.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"b4deda0973fb4c70b50d226b1af49f3da59f5265","kind":"commit","published_at":"2018-04-30T18:52:41.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.1.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"925541529c1fa6821df4e44ce2723319eb2be768","kind":"commit","published_at":"2018-01-25T21:43:03.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.0.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-04-17T21:00:18.418Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":6.563207986987438,"dependent_packages_count":6.151018228135725,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":6.357113107561581},"purl":"pkg:golang/github.com/golang/protobuf/ptypes","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/golang/protobuf/ptypes","docker_dependents_count":1,"docker_downloads_count":9,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/golang/protobuf/ptypes","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/golang/protobuf/ptypes/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-30T02:24:40.338Z","issues_count":278,"pull_requests_count":15,"avg_time_to_close_issue":5785339.119565218,"avg_time_to_close_pull_request":577767.7692307692,"issues_closed_count":184,"pull_requests_closed_count":13,"pull_request_authors_count":11,"issue_authors_count":229,"avg_comments_per_issue":4.845323741007194,"avg_comments_per_pull_request":2.3333333333333335,"merged_pull_requests_count":6,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":24,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":290949.5,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":12,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":21,"past_year_avg_comments_per_issue":1.875,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/issues","maintainers":[{"login":"dsnet","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"HaraldNordgren","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HaraldNordgren"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf%2Fptypes/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf%2Fptypes/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf%2Fptypes/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf%2Fptypes/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf%2Fptypes/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf%2Fptypes/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2204914,"maintainers_count":0,"namespaces_count":792747,"keywords_count":113213,"github":"golang","metadata":{"funded_packages_count":53976},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-06-10T05:03:23.672Z","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":3670997,"name":"github.com/GoLang/protobuf","ecosystem":"go","description":"","homepage":"https://github.com/GoLang/protobuf","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/GoLang/protobuf","keywords_array":[],"namespace":"github.com/GoLang","versions_count":22,"first_release_published_at":"2018-01-25T21:43:03.000Z","latest_release_published_at":"2024-03-06T06:45:40.000Z","latest_release_number":"v1.5.4","last_synced_at":"2026-07-06T12:32:05.008Z","created_at":"2022-04-11T10:23:40.858Z","updated_at":"2026-07-06T12:32:05.008Z","registry_url":"https://pkg.go.dev/github.com/GoLang/protobuf","install_command":"go get github.com/GoLang/protobuf","documentation_url":"https://pkg.go.dev/github.com/GoLang/protobuf#section-documentation","metadata":{},"repo_metadata":{"id":23680264,"uuid":"27051771","full_name":"golang/protobuf","owner":"golang","description":"Go support for Google's protocol buffers","archived":false,"fork":false,"pushed_at":"2024-08-05T20:04:08.000Z","size":8435,"stargazers_count":10067,"open_issues_count":112,"forks_count":1575,"subscribers_count":209,"default_branch":"master","last_synced_at":"2026-04-17T21:00:11.059Z","etag":null,"topics":["go","golang","protobuf","protocol-buffers"],"latest_commit_sha":null,"homepage":null,"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/golang.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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-11-23T23:07:23.000Z","updated_at":"2026-04-16T13:12:16.000Z","dependencies_parsed_at":"2022-07-09T20:30:29.942Z","dependency_job_id":"afc9e778-763b-4a0c-bd2e-4bbf04d34964","html_url":"https://github.com/golang/protobuf","commit_stats":{"total_commits":786,"total_committers":95,"mean_commits":8.273684210526316,"dds":0.5928753180661578,"last_synced_commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/golang/protobuf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/sbom","scorecard":{"id":434490,"data":{"date":"2025-08-11","repo":{"name":"github.com/golang/protobuf","commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":7,"reason":"0 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 7","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":9,"reason":"Found 27/28 approved changesets -- score normalized to 9","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Info:   0 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":"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":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE: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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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:15:33.800Z","repository_id":23680264,"created_at":"2025-08-19T04:15:33.800Z","updated_at":"2025-08-19T04:15:33.800Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31945987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"golang","name":"Go","uuid":"4314092","kind":"organization","description":"The Go Programming Language","email":null,"website":"https://go.dev","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/4314092?v=4","repositories_count":56,"last_synced_at":"2023-04-08T11:40:21.542Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/golang","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-03T06:09:51.413Z","updated_at":"2023-04-08T11:40:21.555Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang/repositories"},"tags":[{"name":"v1.5.4","sha":"75de7c059e36b64f01d0dd234ff2fff404ec3374","kind":"commit","published_at":"2024-03-06T06:45:40.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.4","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"5d5e8c018a13017f9d5b8bf4fad64aaa42a87308","kind":"commit","published_at":"2021-09-16T00:37:10.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"ae97035608a719c7a1c1c41bed0ae0744bdb0c6f","kind":"commit","published_at":"2021-03-29T18:20:59.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"a36a1a1c346d5cb6951b9440755adb530334f910","kind":"commit","published_at":"2021-03-18T01:16:33.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"f746d3b8ecd31eac7c04a954f3905d46b09f8114","kind":"commit","published_at":"2021-03-18T00:15:31.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.0/manifests"},{"name":"v1.4.3","sha":"4846b58453b3708320bdb524f25cc5a1d9cda4d4","kind":"commit","published_at":"2020-10-15T06:18:29.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"d04d7b157bb510b1e0c10132224b616ac0e26b17","kind":"commit","published_at":"2020-05-14T20:44:37.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"6c66de79d66478d166c7ea05f5d2ccaf016fbd6b","kind":"commit","published_at":"2020-05-04T19:38:55.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"1b794fe86dd6a0c7c52ae69b5c9cb0aeedc52afa","kind":"commit","published_at":"2020-04-13T19:43:07.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0/manifests"},{"name":"v1.3.5","sha":"84668698ea25b64748563aa20726db66a6b8d299","kind":"commit","published_at":"2020-03-12T22:07:03.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.5","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.5/manifests"},{"name":"v1.4.0-rc.4","sha":"7bd8073ff04aed15560d5a400a4d9bccda3dc2e0","kind":"commit","published_at":"2020-03-09T20:21:52.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.4","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.4/manifests"},{"name":"v1.4.0-rc.3","sha":"3f90b7282e85d414c90d9b74f8a15dcd89ea8421","kind":"commit","published_at":"2020-03-02T19:47:53.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.3/manifests"},{"name":"v1.4.0-rc.2","sha":"a3619c1acae2c674b494328ff4dd53c8ba0590dc","kind":"commit","published_at":"2020-02-28T23:19:22.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.2/manifests"},{"name":"v1.3.4","sha":"5d5b4c10bd43f85e63bd9e4a3fa9b1ea2ef88af2","kind":"commit","published_at":"2020-02-26T19:23:50.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.4","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.4/manifests"},{"name":"v1.4.0-rc.1","sha":"0fd14f96108ad68d2571a78c2d8ef5287ee57c43","kind":"commit","published_at":"2020-02-12T18:09:08.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.1/manifests"},{"name":"v1.3.3","sha":"d23c5127dc24889085f8ccea5c9d560a57a879d8","kind":"commit","published_at":"2020-01-28T18:10:22.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.3/manifests"},{"name":"v1.3.2","sha":"6c65a5562fc06764971b7c5d05c76c75e84bdbf7","kind":"commit","published_at":"2019-07-01T18:22:01.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"b5d812f8a3706043e23a9cd5babf2e5423744d30","kind":"commit","published_at":"2019-02-28T15:19:29.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"c823c79ea1570fb5ff454033735a8e68575d1d0f","kind":"commit","published_at":"2019-02-05T22:20:52.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"aa810b61a9c79d51363740d207bb46cf8e620ed5","kind":"commit","published_at":"2018-08-14T21:14:27.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.2.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"b4deda0973fb4c70b50d226b1af49f3da59f5265","kind":"commit","published_at":"2018-04-30T18:52:41.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.1.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"925541529c1fa6821df4e44ce2723319eb2be768","kind":"commit","published_at":"2018-01-25T21:43:03.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.0.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-04-17T21:00:18.479Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":9.345852080216646,"dependent_packages_count":6.999148183520997,"stargazers_count":null,"forks_count":null,"average":8.172500131868823},"purl":"pkg:golang/github.com/%21go%21lang/protobuf","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/GoLang/protobuf","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/GoLang/protobuf","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/GoLang/protobuf/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-30T02:24:40.338Z","issues_count":278,"pull_requests_count":15,"avg_time_to_close_issue":5785339.119565218,"avg_time_to_close_pull_request":577767.7692307692,"issues_closed_count":184,"pull_requests_closed_count":13,"pull_request_authors_count":11,"issue_authors_count":229,"avg_comments_per_issue":4.845323741007194,"avg_comments_per_pull_request":2.3333333333333335,"merged_pull_requests_count":6,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":24,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":290949.5,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":12,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":21,"past_year_avg_comments_per_issue":1.875,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/issues","maintainers":[{"login":"dsnet","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"HaraldNordgren","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HaraldNordgren"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGoLang%2Fprotobuf/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGoLang%2Fprotobuf/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGoLang%2Fprotobuf/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGoLang%2Fprotobuf/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGoLang%2Fprotobuf/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGoLang%2Fprotobuf/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2204914,"maintainers_count":0,"namespaces_count":792747,"keywords_count":113213,"github":"golang","metadata":{"funded_packages_count":53976},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-06-10T05:03:23.672Z","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":14128812,"name":"github.com/golang/protobuf/ptypes/wrappers","ecosystem":"go","description":"","homepage":"https://github.com/golang/protobuf","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/golang/protobuf","keywords_array":[],"namespace":"github.com/golang/protobuf/ptypes","versions_count":22,"first_release_published_at":"2026-03-26T20:54:49.965Z","latest_release_published_at":"2026-03-26T20:54:49.965Z","latest_release_number":"v1.5.4","last_synced_at":"2026-07-06T12:32:05.013Z","created_at":"2026-03-26T20:54:20.649Z","updated_at":"2026-07-06T12:32:05.013Z","registry_url":"https://pkg.go.dev/github.com/golang/protobuf/ptypes/wrappers","install_command":"go get github.com/golang/protobuf/ptypes/wrappers","documentation_url":"https://pkg.go.dev/github.com/golang/protobuf/ptypes/wrappers#section-documentation","metadata":{},"repo_metadata":{"id":23680264,"uuid":"27051771","full_name":"golang/protobuf","owner":"golang","description":"Go support for Google's protocol buffers","archived":false,"fork":false,"pushed_at":"2024-08-05T20:04:08.000Z","size":8435,"stargazers_count":10067,"open_issues_count":112,"forks_count":1575,"subscribers_count":209,"default_branch":"master","last_synced_at":"2026-04-17T21:00:11.059Z","etag":null,"topics":["go","golang","protobuf","protocol-buffers"],"latest_commit_sha":null,"homepage":null,"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/golang.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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-11-23T23:07:23.000Z","updated_at":"2026-04-16T13:12:16.000Z","dependencies_parsed_at":"2022-07-09T20:30:29.942Z","dependency_job_id":"afc9e778-763b-4a0c-bd2e-4bbf04d34964","html_url":"https://github.com/golang/protobuf","commit_stats":{"total_commits":786,"total_committers":95,"mean_commits":8.273684210526316,"dds":0.5928753180661578,"last_synced_commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/golang/protobuf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/sbom","scorecard":{"id":434490,"data":{"date":"2025-08-11","repo":{"name":"github.com/golang/protobuf","commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":7,"reason":"0 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 7","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":9,"reason":"Found 27/28 approved changesets -- score normalized to 9","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Info:   0 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":"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":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE: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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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:15:33.800Z","repository_id":23680264,"created_at":"2025-08-19T04:15:33.800Z","updated_at":"2025-08-19T04:15:33.800Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31945987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"repo_metadata_updated_at":"2026-04-17T21:00:15.311Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":5.208711634545036,"dependent_packages_count":4.880608738860206,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":5.044660186702622},"purl":"pkg:golang/github.com/golang/protobuf/ptypes/wrappers","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/golang/protobuf/ptypes/wrappers","docker_dependents_count":1,"docker_downloads_count":9,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/golang/protobuf/ptypes/wrappers","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/golang/protobuf/ptypes/wrappers/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-30T02:24:40.338Z","issues_count":278,"pull_requests_count":15,"avg_time_to_close_issue":5785339.119565218,"avg_time_to_close_pull_request":577767.7692307692,"issues_closed_count":184,"pull_requests_closed_count":13,"pull_request_authors_count":11,"issue_authors_count":229,"avg_comments_per_issue":4.845323741007194,"avg_comments_per_pull_request":2.3333333333333335,"merged_pull_requests_count":6,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":24,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":290949.5,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":12,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":21,"past_year_avg_comments_per_issue":1.875,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/issues","maintainers":[{"login":"dsnet","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"HaraldNordgren","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HaraldNordgren"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf%2Fptypes%2Fwrappers/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf%2Fptypes%2Fwrappers/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf%2Fptypes%2Fwrappers/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf%2Fptypes%2Fwrappers/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf%2Fptypes%2Fwrappers/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf%2Fptypes%2Fwrappers/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2204914,"maintainers_count":0,"namespaces_count":792747,"keywords_count":113213,"github":"golang","metadata":{"funded_packages_count":53976},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-06-10T05:03:23.672Z","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":8875185,"name":"github.com/golang/protobuF","ecosystem":"go","description":"","homepage":"https://github.com/golang/protobuF","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/golang/protobuF","keywords_array":[],"namespace":"github.com/golang","versions_count":22,"first_release_published_at":"2018-01-25T21:43:03.000Z","latest_release_published_at":"2024-03-06T06:45:40.000Z","latest_release_number":"v1.5.4","last_synced_at":"2026-07-06T12:32:05.019Z","created_at":"2024-02-12T05:28:39.262Z","updated_at":"2026-07-06T12:32:05.019Z","registry_url":"https://pkg.go.dev/github.com/golang/protobuF","install_command":"go get github.com/golang/protobuF","documentation_url":"https://pkg.go.dev/github.com/golang/protobuF#section-documentation","metadata":{},"repo_metadata":{"id":23680264,"uuid":"27051771","full_name":"golang/protobuf","owner":"golang","description":"Go support for Google's protocol buffers","archived":false,"fork":false,"pushed_at":"2024-08-05T20:04:08.000Z","size":8435,"stargazers_count":10067,"open_issues_count":112,"forks_count":1575,"subscribers_count":209,"default_branch":"master","last_synced_at":"2026-04-17T21:00:11.059Z","etag":null,"topics":["go","golang","protobuf","protocol-buffers"],"latest_commit_sha":null,"homepage":null,"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/golang.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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-11-23T23:07:23.000Z","updated_at":"2026-04-16T13:12:16.000Z","dependencies_parsed_at":"2022-07-09T20:30:29.942Z","dependency_job_id":"afc9e778-763b-4a0c-bd2e-4bbf04d34964","html_url":"https://github.com/golang/protobuf","commit_stats":{"total_commits":786,"total_committers":95,"mean_commits":8.273684210526316,"dds":0.5928753180661578,"last_synced_commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/golang/protobuf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/sbom","scorecard":{"id":434490,"data":{"date":"2025-08-11","repo":{"name":"github.com/golang/protobuf","commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":7,"reason":"0 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 7","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":9,"reason":"Found 27/28 approved changesets -- score normalized to 9","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Info:   0 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":"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":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE: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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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:15:33.800Z","repository_id":23680264,"created_at":"2025-08-19T04:15:33.800Z","updated_at":"2025-08-19T04:15:33.800Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31945987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"golang","name":"Go","uuid":"4314092","kind":"organization","description":"The Go Programming Language","email":null,"website":"https://go.dev","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/4314092?v=4","repositories_count":56,"last_synced_at":"2023-04-08T11:40:21.542Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/golang","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-03T06:09:51.413Z","updated_at":"2023-04-08T11:40:21.555Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang/repositories"},"tags":[{"name":"v1.5.4","sha":"75de7c059e36b64f01d0dd234ff2fff404ec3374","kind":"commit","published_at":"2024-03-06T06:45:40.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.4","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"5d5e8c018a13017f9d5b8bf4fad64aaa42a87308","kind":"commit","published_at":"2021-09-16T00:37:10.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"ae97035608a719c7a1c1c41bed0ae0744bdb0c6f","kind":"commit","published_at":"2021-03-29T18:20:59.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"a36a1a1c346d5cb6951b9440755adb530334f910","kind":"commit","published_at":"2021-03-18T01:16:33.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"f746d3b8ecd31eac7c04a954f3905d46b09f8114","kind":"commit","published_at":"2021-03-18T00:15:31.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.0/manifests"},{"name":"v1.4.3","sha":"4846b58453b3708320bdb524f25cc5a1d9cda4d4","kind":"commit","published_at":"2020-10-15T06:18:29.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"d04d7b157bb510b1e0c10132224b616ac0e26b17","kind":"commit","published_at":"2020-05-14T20:44:37.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"6c66de79d66478d166c7ea05f5d2ccaf016fbd6b","kind":"commit","published_at":"2020-05-04T19:38:55.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"1b794fe86dd6a0c7c52ae69b5c9cb0aeedc52afa","kind":"commit","published_at":"2020-04-13T19:43:07.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0/manifests"},{"name":"v1.3.5","sha":"84668698ea25b64748563aa20726db66a6b8d299","kind":"commit","published_at":"2020-03-12T22:07:03.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.5","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.5/manifests"},{"name":"v1.4.0-rc.4","sha":"7bd8073ff04aed15560d5a400a4d9bccda3dc2e0","kind":"commit","published_at":"2020-03-09T20:21:52.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.4","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.4/manifests"},{"name":"v1.4.0-rc.3","sha":"3f90b7282e85d414c90d9b74f8a15dcd89ea8421","kind":"commit","published_at":"2020-03-02T19:47:53.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.3/manifests"},{"name":"v1.4.0-rc.2","sha":"a3619c1acae2c674b494328ff4dd53c8ba0590dc","kind":"commit","published_at":"2020-02-28T23:19:22.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.2/manifests"},{"name":"v1.3.4","sha":"5d5b4c10bd43f85e63bd9e4a3fa9b1ea2ef88af2","kind":"commit","published_at":"2020-02-26T19:23:50.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.4","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.4/manifests"},{"name":"v1.4.0-rc.1","sha":"0fd14f96108ad68d2571a78c2d8ef5287ee57c43","kind":"commit","published_at":"2020-02-12T18:09:08.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.1/manifests"},{"name":"v1.3.3","sha":"d23c5127dc24889085f8ccea5c9d560a57a879d8","kind":"commit","published_at":"2020-01-28T18:10:22.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.3/manifests"},{"name":"v1.3.2","sha":"6c65a5562fc06764971b7c5d05c76c75e84bdbf7","kind":"commit","published_at":"2019-07-01T18:22:01.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"b5d812f8a3706043e23a9cd5babf2e5423744d30","kind":"commit","published_at":"2019-02-28T15:19:29.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"c823c79ea1570fb5ff454033735a8e68575d1d0f","kind":"commit","published_at":"2019-02-05T22:20:52.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"aa810b61a9c79d51363740d207bb46cf8e620ed5","kind":"commit","published_at":"2018-08-14T21:14:27.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.2.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"b4deda0973fb4c70b50d226b1af49f3da59f5265","kind":"commit","published_at":"2018-04-30T18:52:41.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.1.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"925541529c1fa6821df4e44ce2723319eb2be768","kind":"commit","published_at":"2018-01-25T21:43:03.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.0.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-04-17T21:00:20.876Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":9.804603699194063,"dependent_packages_count":8.693812692062387,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":9.249208195628224},"purl":"pkg:golang/github.com/golang/protobu%21f","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/golang/protobuF","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/golang/protobuF","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/golang/protobuF/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-30T02:24:40.338Z","issues_count":278,"pull_requests_count":15,"avg_time_to_close_issue":5785339.119565218,"avg_time_to_close_pull_request":577767.7692307692,"issues_closed_count":184,"pull_requests_closed_count":13,"pull_request_authors_count":11,"issue_authors_count":229,"avg_comments_per_issue":4.845323741007194,"avg_comments_per_pull_request":2.3333333333333335,"merged_pull_requests_count":6,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":24,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":290949.5,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":12,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":21,"past_year_avg_comments_per_issue":1.875,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/issues","maintainers":[{"login":"dsnet","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"HaraldNordgren","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HaraldNordgren"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2FprotobuF/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2FprotobuF/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2FprotobuF/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2FprotobuF/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2FprotobuF/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2FprotobuF/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2204914,"maintainers_count":0,"namespaces_count":792747,"keywords_count":113213,"github":"golang","metadata":{"funded_packages_count":53976},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-06-10T05:03:23.672Z","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":3720104,"name":"github.com/golang/protoBuf","ecosystem":"go","description":"","homepage":"https://github.com/golang/protoBuf","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/golang/protoBuf","keywords_array":[],"namespace":"github.com/golang","versions_count":22,"first_release_published_at":"2018-01-25T21:43:03.000Z","latest_release_published_at":"2024-03-06T06:45:40.000Z","latest_release_number":"v1.5.4","last_synced_at":"2026-07-06T12:32:05.670Z","created_at":"2022-04-11T13:18:50.939Z","updated_at":"2026-07-06T12:32:05.671Z","registry_url":"https://pkg.go.dev/github.com/golang/protoBuf","install_command":"go get github.com/golang/protoBuf","documentation_url":"https://pkg.go.dev/github.com/golang/protoBuf#section-documentation","metadata":{},"repo_metadata":{"id":23680264,"uuid":"27051771","full_name":"golang/protobuf","owner":"golang","description":"Go support for Google's protocol buffers","archived":false,"fork":false,"pushed_at":"2024-08-05T20:04:08.000Z","size":8435,"stargazers_count":10067,"open_issues_count":112,"forks_count":1575,"subscribers_count":209,"default_branch":"master","last_synced_at":"2026-04-17T21:00:11.059Z","etag":null,"topics":["go","golang","protobuf","protocol-buffers"],"latest_commit_sha":null,"homepage":null,"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/golang.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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-11-23T23:07:23.000Z","updated_at":"2026-04-16T13:12:16.000Z","dependencies_parsed_at":"2022-07-09T20:30:29.942Z","dependency_job_id":"afc9e778-763b-4a0c-bd2e-4bbf04d34964","html_url":"https://github.com/golang/protobuf","commit_stats":{"total_commits":786,"total_committers":95,"mean_commits":8.273684210526316,"dds":0.5928753180661578,"last_synced_commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/golang/protobuf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/sbom","scorecard":{"id":434490,"data":{"date":"2025-08-11","repo":{"name":"github.com/golang/protobuf","commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":7,"reason":"0 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 7","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":9,"reason":"Found 27/28 approved changesets -- score normalized to 9","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Info:   0 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":"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":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE: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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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:15:33.800Z","repository_id":23680264,"created_at":"2025-08-19T04:15:33.800Z","updated_at":"2025-08-19T04:15:33.800Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31945987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"golang","name":"Go","uuid":"4314092","kind":"organization","description":"The Go Programming Language","email":null,"website":"https://go.dev","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/4314092?v=4","repositories_count":56,"last_synced_at":"2023-04-08T11:40:21.542Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/golang","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-03T06:09:51.413Z","updated_at":"2023-04-08T11:40:21.555Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang/repositories"},"tags":[{"name":"v1.5.4","sha":"75de7c059e36b64f01d0dd234ff2fff404ec3374","kind":"commit","published_at":"2024-03-06T06:45:40.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.4","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"5d5e8c018a13017f9d5b8bf4fad64aaa42a87308","kind":"commit","published_at":"2021-09-16T00:37:10.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"ae97035608a719c7a1c1c41bed0ae0744bdb0c6f","kind":"commit","published_at":"2021-03-29T18:20:59.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"a36a1a1c346d5cb6951b9440755adb530334f910","kind":"commit","published_at":"2021-03-18T01:16:33.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"f746d3b8ecd31eac7c04a954f3905d46b09f8114","kind":"commit","published_at":"2021-03-18T00:15:31.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.0/manifests"},{"name":"v1.4.3","sha":"4846b58453b3708320bdb524f25cc5a1d9cda4d4","kind":"commit","published_at":"2020-10-15T06:18:29.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"d04d7b157bb510b1e0c10132224b616ac0e26b17","kind":"commit","published_at":"2020-05-14T20:44:37.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"6c66de79d66478d166c7ea05f5d2ccaf016fbd6b","kind":"commit","published_at":"2020-05-04T19:38:55.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"1b794fe86dd6a0c7c52ae69b5c9cb0aeedc52afa","kind":"commit","published_at":"2020-04-13T19:43:07.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0/manifests"},{"name":"v1.3.5","sha":"84668698ea25b64748563aa20726db66a6b8d299","kind":"commit","published_at":"2020-03-12T22:07:03.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.5","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.5/manifests"},{"name":"v1.4.0-rc.4","sha":"7bd8073ff04aed15560d5a400a4d9bccda3dc2e0","kind":"commit","published_at":"2020-03-09T20:21:52.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.4","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.4/manifests"},{"name":"v1.4.0-rc.3","sha":"3f90b7282e85d414c90d9b74f8a15dcd89ea8421","kind":"commit","published_at":"2020-03-02T19:47:53.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.3/manifests"},{"name":"v1.4.0-rc.2","sha":"a3619c1acae2c674b494328ff4dd53c8ba0590dc","kind":"commit","published_at":"2020-02-28T23:19:22.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.2/manifests"},{"name":"v1.3.4","sha":"5d5b4c10bd43f85e63bd9e4a3fa9b1ea2ef88af2","kind":"commit","published_at":"2020-02-26T19:23:50.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.4","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.4/manifests"},{"name":"v1.4.0-rc.1","sha":"0fd14f96108ad68d2571a78c2d8ef5287ee57c43","kind":"commit","published_at":"2020-02-12T18:09:08.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.1/manifests"},{"name":"v1.3.3","sha":"d23c5127dc24889085f8ccea5c9d560a57a879d8","kind":"commit","published_at":"2020-01-28T18:10:22.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.3/manifests"},{"name":"v1.3.2","sha":"6c65a5562fc06764971b7c5d05c76c75e84bdbf7","kind":"commit","published_at":"2019-07-01T18:22:01.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"b5d812f8a3706043e23a9cd5babf2e5423744d30","kind":"commit","published_at":"2019-02-28T15:19:29.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"c823c79ea1570fb5ff454033735a8e68575d1d0f","kind":"commit","published_at":"2019-02-05T22:20:52.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"aa810b61a9c79d51363740d207bb46cf8e620ed5","kind":"commit","published_at":"2018-08-14T21:14:27.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.2.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"b4deda0973fb4c70b50d226b1af49f3da59f5265","kind":"commit","published_at":"2018-04-30T18:52:41.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.1.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"925541529c1fa6821df4e44ce2723319eb2be768","kind":"commit","published_at":"2018-01-25T21:43:03.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.0.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-04-17T21:00:22.606Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":9.345852080216646,"dependent_packages_count":6.999148183520997,"stargazers_count":0.47764570943743073,"forks_count":0.45912795989392136,"average":4.320443483267249},"purl":"pkg:golang/github.com/golang/proto%21buf","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/golang/protoBuf","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/golang/protoBuf","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/golang/protoBuf/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-30T02:24:40.338Z","issues_count":278,"pull_requests_count":15,"avg_time_to_close_issue":5785339.119565218,"avg_time_to_close_pull_request":577767.7692307692,"issues_closed_count":184,"pull_requests_closed_count":13,"pull_request_authors_count":11,"issue_authors_count":229,"avg_comments_per_issue":4.845323741007194,"avg_comments_per_pull_request":2.3333333333333335,"merged_pull_requests_count":6,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":24,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":290949.5,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":12,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":21,"past_year_avg_comments_per_issue":1.875,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/issues","maintainers":[{"login":"dsnet","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"HaraldNordgren","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HaraldNordgren"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2FprotoBuf/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2FprotoBuf/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2FprotoBuf/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2FprotoBuf/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2FprotoBuf/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2FprotoBuf/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2204914,"maintainers_count":0,"namespaces_count":792747,"keywords_count":113213,"github":"golang","metadata":{"funded_packages_count":53976},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-06-10T05:03:23.672Z","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":14709915,"name":"github.com/GOLANG/PROTOBUF","ecosystem":"go","description":"","homepage":"https://github.com/GOLANG/PROTOBUF","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/GOLANG/PROTOBUF","keywords_array":[],"namespace":"github.com/GOLANG","versions_count":3,"first_release_published_at":"2018-01-25T21:43:03.000Z","latest_release_published_at":"2026-07-06T12:32:06.031Z","latest_release_number":null,"last_synced_at":"2026-07-06T12:32:06.855Z","created_at":"2026-07-03T10:37:52.932Z","updated_at":"2026-07-06T12:32:06.856Z","registry_url":"https://pkg.go.dev/github.com/GOLANG/PROTOBUF","install_command":"go get github.com/GOLANG/PROTOBUF","documentation_url":"https://pkg.go.dev/github.com/GOLANG/PROTOBUF#section-documentation","metadata":{},"repo_metadata":{},"repo_metadata_updated_at":"2026-07-03T14:11:11.666Z","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/%21g%21o%21l%21a%21n%21g/%21p%21r%21o%21t%21o%21b%21u%21f","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/GOLANG/PROTOBUF","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/GOLANG/PROTOBUF","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/GOLANG/PROTOBUF/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGOLANG%2FPROTOBUF/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGOLANG%2FPROTOBUF/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGOLANG%2FPROTOBUF/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGOLANG%2FPROTOBUF/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGOLANG%2FPROTOBUF/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGOLANG%2FPROTOBUF/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2204914,"maintainers_count":0,"namespaces_count":792747,"keywords_count":113213,"github":"golang","metadata":{"funded_packages_count":53976},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-06-10T05:03:23.672Z","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":3920233,"name":"github.com/Golang/protobuf","ecosystem":"go","description":"","homepage":"https://github.com/Golang/protobuf","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/Golang/protobuf","keywords_array":[],"namespace":"github.com/Golang","versions_count":22,"first_release_published_at":"2018-01-25T21:43:03.000Z","latest_release_published_at":"2024-03-06T06:45:40.000Z","latest_release_number":"v1.5.4","last_synced_at":"2026-07-06T12:32:05.746Z","created_at":"2022-04-12T02:02:40.567Z","updated_at":"2026-07-06T12:32:05.747Z","registry_url":"https://pkg.go.dev/github.com/Golang/protobuf","install_command":"go get github.com/Golang/protobuf","documentation_url":"https://pkg.go.dev/github.com/Golang/protobuf#section-documentation","metadata":{},"repo_metadata":{"id":23680264,"uuid":"27051771","full_name":"golang/protobuf","owner":"golang","description":"Go support for Google's protocol buffers","archived":false,"fork":false,"pushed_at":"2024-08-05T20:04:08.000Z","size":8435,"stargazers_count":10067,"open_issues_count":112,"forks_count":1575,"subscribers_count":209,"default_branch":"master","last_synced_at":"2026-04-17T21:00:11.059Z","etag":null,"topics":["go","golang","protobuf","protocol-buffers"],"latest_commit_sha":null,"homepage":null,"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/golang.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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-11-23T23:07:23.000Z","updated_at":"2026-04-16T13:12:16.000Z","dependencies_parsed_at":"2022-07-09T20:30:29.942Z","dependency_job_id":"afc9e778-763b-4a0c-bd2e-4bbf04d34964","html_url":"https://github.com/golang/protobuf","commit_stats":{"total_commits":786,"total_committers":95,"mean_commits":8.273684210526316,"dds":0.5928753180661578,"last_synced_commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/golang/protobuf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/sbom","scorecard":{"id":434490,"data":{"date":"2025-08-11","repo":{"name":"github.com/golang/protobuf","commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":7,"reason":"0 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 7","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":9,"reason":"Found 27/28 approved changesets -- score normalized to 9","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Info:   0 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":"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":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE: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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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:15:33.800Z","repository_id":23680264,"created_at":"2025-08-19T04:15:33.800Z","updated_at":"2025-08-19T04:15:33.800Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31945987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"golang","name":"Go","uuid":"4314092","kind":"organization","description":"The Go Programming Language","email":null,"website":"https://go.dev","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/4314092?v=4","repositories_count":56,"last_synced_at":"2023-04-08T11:40:21.542Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/golang","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-03T06:09:51.413Z","updated_at":"2023-04-08T11:40:21.555Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang/repositories"},"tags":[{"name":"v1.5.4","sha":"75de7c059e36b64f01d0dd234ff2fff404ec3374","kind":"commit","published_at":"2024-03-06T06:45:40.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.4","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"5d5e8c018a13017f9d5b8bf4fad64aaa42a87308","kind":"commit","published_at":"2021-09-16T00:37:10.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"ae97035608a719c7a1c1c41bed0ae0744bdb0c6f","kind":"commit","published_at":"2021-03-29T18:20:59.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"a36a1a1c346d5cb6951b9440755adb530334f910","kind":"commit","published_at":"2021-03-18T01:16:33.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"f746d3b8ecd31eac7c04a954f3905d46b09f8114","kind":"commit","published_at":"2021-03-18T00:15:31.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.0/manifests"},{"name":"v1.4.3","sha":"4846b58453b3708320bdb524f25cc5a1d9cda4d4","kind":"commit","published_at":"2020-10-15T06:18:29.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"d04d7b157bb510b1e0c10132224b616ac0e26b17","kind":"commit","published_at":"2020-05-14T20:44:37.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"6c66de79d66478d166c7ea05f5d2ccaf016fbd6b","kind":"commit","published_at":"2020-05-04T19:38:55.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"1b794fe86dd6a0c7c52ae69b5c9cb0aeedc52afa","kind":"commit","published_at":"2020-04-13T19:43:07.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0/manifests"},{"name":"v1.3.5","sha":"84668698ea25b64748563aa20726db66a6b8d299","kind":"commit","published_at":"2020-03-12T22:07:03.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.5","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.5/manifests"},{"name":"v1.4.0-rc.4","sha":"7bd8073ff04aed15560d5a400a4d9bccda3dc2e0","kind":"commit","published_at":"2020-03-09T20:21:52.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.4","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.4/manifests"},{"name":"v1.4.0-rc.3","sha":"3f90b7282e85d414c90d9b74f8a15dcd89ea8421","kind":"commit","published_at":"2020-03-02T19:47:53.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.3/manifests"},{"name":"v1.4.0-rc.2","sha":"a3619c1acae2c674b494328ff4dd53c8ba0590dc","kind":"commit","published_at":"2020-02-28T23:19:22.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.2/manifests"},{"name":"v1.3.4","sha":"5d5b4c10bd43f85e63bd9e4a3fa9b1ea2ef88af2","kind":"commit","published_at":"2020-02-26T19:23:50.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.4","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.4/manifests"},{"name":"v1.4.0-rc.1","sha":"0fd14f96108ad68d2571a78c2d8ef5287ee57c43","kind":"commit","published_at":"2020-02-12T18:09:08.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.1/manifests"},{"name":"v1.3.3","sha":"d23c5127dc24889085f8ccea5c9d560a57a879d8","kind":"commit","published_at":"2020-01-28T18:10:22.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.3/manifests"},{"name":"v1.3.2","sha":"6c65a5562fc06764971b7c5d05c76c75e84bdbf7","kind":"commit","published_at":"2019-07-01T18:22:01.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"b5d812f8a3706043e23a9cd5babf2e5423744d30","kind":"commit","published_at":"2019-02-28T15:19:29.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"c823c79ea1570fb5ff454033735a8e68575d1d0f","kind":"commit","published_at":"2019-02-05T22:20:52.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"aa810b61a9c79d51363740d207bb46cf8e620ed5","kind":"commit","published_at":"2018-08-14T21:14:27.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.2.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"b4deda0973fb4c70b50d226b1af49f3da59f5265","kind":"commit","published_at":"2018-04-30T18:52:41.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.1.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"925541529c1fa6821df4e44ce2723319eb2be768","kind":"commit","published_at":"2018-01-25T21:43:03.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.0.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-04-17T21:00:18.440Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":9.345852080216646,"dependent_packages_count":6.999148183520997,"stargazers_count":0.47764570943743073,"forks_count":0.45912795989392136,"average":4.320443483267249},"purl":"pkg:golang/github.com/%21golang/protobuf","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/Golang/protobuf","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/Golang/protobuf","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/Golang/protobuf/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-30T02:24:40.338Z","issues_count":278,"pull_requests_count":15,"avg_time_to_close_issue":5785339.119565218,"avg_time_to_close_pull_request":577767.7692307692,"issues_closed_count":184,"pull_requests_closed_count":13,"pull_request_authors_count":11,"issue_authors_count":229,"avg_comments_per_issue":4.845323741007194,"avg_comments_per_pull_request":2.3333333333333335,"merged_pull_requests_count":6,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":24,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":290949.5,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":12,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":21,"past_year_avg_comments_per_issue":1.875,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/issues","maintainers":[{"login":"dsnet","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"HaraldNordgren","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HaraldNordgren"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGolang%2Fprotobuf/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGolang%2Fprotobuf/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGolang%2Fprotobuf/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGolang%2Fprotobuf/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGolang%2Fprotobuf/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FGolang%2Fprotobuf/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2204914,"maintainers_count":0,"namespaces_count":792747,"keywords_count":113213,"github":"golang","metadata":{"funded_packages_count":53976},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-06-10T05:03:23.672Z","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":3703934,"name":"github.com/goLang/protobuf","ecosystem":"go","description":"","homepage":"https://github.com/goLang/protobuf","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/goLang/protobuf","keywords_array":[],"namespace":"github.com/goLang","versions_count":22,"first_release_published_at":"2018-01-25T21:43:03.000Z","latest_release_published_at":"2024-03-06T06:45:40.000Z","latest_release_number":"v1.5.4","last_synced_at":"2026-07-06T12:32:05.813Z","created_at":"2022-04-11T12:10:20.726Z","updated_at":"2026-07-06T12:32:05.814Z","registry_url":"https://pkg.go.dev/github.com/goLang/protobuf","install_command":"go get github.com/goLang/protobuf","documentation_url":"https://pkg.go.dev/github.com/goLang/protobuf#section-documentation","metadata":{},"repo_metadata":{"id":23680264,"uuid":"27051771","full_name":"golang/protobuf","owner":"golang","description":"Go support for Google's protocol buffers","archived":false,"fork":false,"pushed_at":"2024-08-05T20:04:08.000Z","size":8435,"stargazers_count":10067,"open_issues_count":112,"forks_count":1575,"subscribers_count":209,"default_branch":"master","last_synced_at":"2026-04-17T21:00:11.059Z","etag":null,"topics":["go","golang","protobuf","protocol-buffers"],"latest_commit_sha":null,"homepage":null,"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/golang.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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-11-23T23:07:23.000Z","updated_at":"2026-04-16T13:12:16.000Z","dependencies_parsed_at":"2022-07-09T20:30:29.942Z","dependency_job_id":"afc9e778-763b-4a0c-bd2e-4bbf04d34964","html_url":"https://github.com/golang/protobuf","commit_stats":{"total_commits":786,"total_committers":95,"mean_commits":8.273684210526316,"dds":0.5928753180661578,"last_synced_commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/golang/protobuf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/sbom","scorecard":{"id":434490,"data":{"date":"2025-08-11","repo":{"name":"github.com/golang/protobuf","commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":7,"reason":"0 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 7","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":9,"reason":"Found 27/28 approved changesets -- score normalized to 9","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Info:   0 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":"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":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE: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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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:15:33.800Z","repository_id":23680264,"created_at":"2025-08-19T04:15:33.800Z","updated_at":"2025-08-19T04:15:33.800Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31945987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"golang","name":"Go","uuid":"4314092","kind":"organization","description":"The Go Programming Language","email":null,"website":"https://go.dev","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/4314092?v=4","repositories_count":56,"last_synced_at":"2023-04-08T11:40:21.542Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/golang","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-03T06:09:51.413Z","updated_at":"2023-04-08T11:40:21.555Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang/repositories"},"tags":[{"name":"v1.5.4","sha":"75de7c059e36b64f01d0dd234ff2fff404ec3374","kind":"commit","published_at":"2024-03-06T06:45:40.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.4","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"5d5e8c018a13017f9d5b8bf4fad64aaa42a87308","kind":"commit","published_at":"2021-09-16T00:37:10.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"ae97035608a719c7a1c1c41bed0ae0744bdb0c6f","kind":"commit","published_at":"2021-03-29T18:20:59.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"a36a1a1c346d5cb6951b9440755adb530334f910","kind":"commit","published_at":"2021-03-18T01:16:33.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"f746d3b8ecd31eac7c04a954f3905d46b09f8114","kind":"commit","published_at":"2021-03-18T00:15:31.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.0/manifests"},{"name":"v1.4.3","sha":"4846b58453b3708320bdb524f25cc5a1d9cda4d4","kind":"commit","published_at":"2020-10-15T06:18:29.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"d04d7b157bb510b1e0c10132224b616ac0e26b17","kind":"commit","published_at":"2020-05-14T20:44:37.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"6c66de79d66478d166c7ea05f5d2ccaf016fbd6b","kind":"commit","published_at":"2020-05-04T19:38:55.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"1b794fe86dd6a0c7c52ae69b5c9cb0aeedc52afa","kind":"commit","published_at":"2020-04-13T19:43:07.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0/manifests"},{"name":"v1.3.5","sha":"84668698ea25b64748563aa20726db66a6b8d299","kind":"commit","published_at":"2020-03-12T22:07:03.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.5","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.5/manifests"},{"name":"v1.4.0-rc.4","sha":"7bd8073ff04aed15560d5a400a4d9bccda3dc2e0","kind":"commit","published_at":"2020-03-09T20:21:52.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.4","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.4/manifests"},{"name":"v1.4.0-rc.3","sha":"3f90b7282e85d414c90d9b74f8a15dcd89ea8421","kind":"commit","published_at":"2020-03-02T19:47:53.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.3/manifests"},{"name":"v1.4.0-rc.2","sha":"a3619c1acae2c674b494328ff4dd53c8ba0590dc","kind":"commit","published_at":"2020-02-28T23:19:22.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.2/manifests"},{"name":"v1.3.4","sha":"5d5b4c10bd43f85e63bd9e4a3fa9b1ea2ef88af2","kind":"commit","published_at":"2020-02-26T19:23:50.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.4","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.4/manifests"},{"name":"v1.4.0-rc.1","sha":"0fd14f96108ad68d2571a78c2d8ef5287ee57c43","kind":"commit","published_at":"2020-02-12T18:09:08.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.1/manifests"},{"name":"v1.3.3","sha":"d23c5127dc24889085f8ccea5c9d560a57a879d8","kind":"commit","published_at":"2020-01-28T18:10:22.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.3/manifests"},{"name":"v1.3.2","sha":"6c65a5562fc06764971b7c5d05c76c75e84bdbf7","kind":"commit","published_at":"2019-07-01T18:22:01.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"b5d812f8a3706043e23a9cd5babf2e5423744d30","kind":"commit","published_at":"2019-02-28T15:19:29.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"c823c79ea1570fb5ff454033735a8e68575d1d0f","kind":"commit","published_at":"2019-02-05T22:20:52.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"aa810b61a9c79d51363740d207bb46cf8e620ed5","kind":"commit","published_at":"2018-08-14T21:14:27.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.2.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"b4deda0973fb4c70b50d226b1af49f3da59f5265","kind":"commit","published_at":"2018-04-30T18:52:41.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.1.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"925541529c1fa6821df4e44ce2723319eb2be768","kind":"commit","published_at":"2018-01-25T21:43:03.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.0.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-04-17T21:00:20.640Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":9.345852080216646,"dependent_packages_count":6.999148183520997,"stargazers_count":null,"forks_count":null,"average":8.172500131868823},"purl":"pkg:golang/github.com/go%21lang/protobuf","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/goLang/protobuf","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/goLang/protobuf","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/goLang/protobuf/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-30T02:24:40.338Z","issues_count":278,"pull_requests_count":15,"avg_time_to_close_issue":5785339.119565218,"avg_time_to_close_pull_request":577767.7692307692,"issues_closed_count":184,"pull_requests_closed_count":13,"pull_request_authors_count":11,"issue_authors_count":229,"avg_comments_per_issue":4.845323741007194,"avg_comments_per_pull_request":2.3333333333333335,"merged_pull_requests_count":6,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":24,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":290949.5,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":12,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":21,"past_year_avg_comments_per_issue":1.875,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/issues","maintainers":[{"login":"dsnet","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"HaraldNordgren","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HaraldNordgren"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FgoLang%2Fprotobuf/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FgoLang%2Fprotobuf/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FgoLang%2Fprotobuf/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FgoLang%2Fprotobuf/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FgoLang%2Fprotobuf/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2FgoLang%2Fprotobuf/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2204914,"maintainers_count":0,"namespaces_count":792747,"keywords_count":113213,"github":"golang","metadata":{"funded_packages_count":53976},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-06-10T05:03:23.672Z","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":14491031,"name":"github.com/golang/ProtoBUf","ecosystem":"go","description":"","homepage":"https://github.com/golang/ProtoBUf","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/golang/ProtoBUf","keywords_array":[],"namespace":"github.com/golang","versions_count":22,"first_release_published_at":"2018-01-25T21:43:03.000Z","latest_release_published_at":"2024-03-06T06:45:40.000Z","latest_release_number":"v1.5.4","last_synced_at":"2026-07-06T12:32:06.245Z","created_at":"2026-05-23T14:44:04.960Z","updated_at":"2026-07-06T12:32:06.246Z","registry_url":"https://pkg.go.dev/github.com/golang/ProtoBUf","install_command":"go get github.com/golang/ProtoBUf","documentation_url":"https://pkg.go.dev/github.com/golang/ProtoBUf#section-documentation","metadata":{},"repo_metadata":{},"repo_metadata_updated_at":"2026-06-23T01:20:37.171Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":5.047575362618799,"dependent_packages_count":4.729707052117537,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":4.888641207368169},"purl":"pkg:golang/github.com/golang/%21proto%21b%21uf","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/golang/ProtoBUf","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/golang/ProtoBUf","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/golang/ProtoBUf/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":null,"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2FProtoBUf/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2FProtoBUf/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2FProtoBUf/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2FProtoBUf/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2FProtoBUf/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2FProtoBUf/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2204914,"maintainers_count":0,"namespaces_count":792747,"keywords_count":113213,"github":"golang","metadata":{"funded_packages_count":53976},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-06-10T05:03:23.672Z","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":12743178,"name":"go-protobuf","ecosystem":"nixpkgs","description":" Go bindings for protocol buffer","homepage":"https://github.com/golang/protobuf","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/golang/protobuf","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-01-26T03:40:28.186Z","latest_release_published_at":"2026-01-26T03:40:28.186Z","latest_release_number":"1.5.3","last_synced_at":"2026-03-26T22:13:54.718Z","created_at":"2026-01-26T03:40:28.036Z","updated_at":"2026-04-17T21:00:15.092Z","registry_url":"https://search.nixos.org/packages?channel=23.05\u0026query=go-protobuf","install_command":"nix-env -iA nixpkgs.go-protobuf","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-23.05/pkgs/development/tools/go-protobuf/default.nix#L18","metadata":{"nix_attribute":"go-protobuf-1.5.3","position":"pkgs/development/tools/go-protobuf/default.nix:18","platforms":["i686-cygwin","x86_64-cygwin","x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","i686-freebsd13","x86_64-freebsd13","x86_64-solaris","aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mipsel-linux","mips64el-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","aarch64-netbsd","armv6l-netbsd","armv7a-netbsd","armv7l-netbsd","i686-netbsd","m68k-netbsd","mipsel-netbsd","powerpc-netbsd","riscv32-netbsd","riscv64-netbsd","x86_64-netbsd","i686-openbsd","x86_64-openbsd","x86_64-redox"],"broken":false,"insecure":false,"unfree":false,"outputs":["out"]},"repo_metadata":{"id":23680264,"uuid":"27051771","full_name":"golang/protobuf","owner":"golang","description":"Go support for Google's protocol buffers","archived":false,"fork":false,"pushed_at":"2024-08-05T20:04:08.000Z","size":8435,"stargazers_count":10067,"open_issues_count":112,"forks_count":1575,"subscribers_count":209,"default_branch":"master","last_synced_at":"2026-04-17T21:00:11.059Z","etag":null,"topics":["go","golang","protobuf","protocol-buffers"],"latest_commit_sha":null,"homepage":null,"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/golang.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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-11-23T23:07:23.000Z","updated_at":"2026-04-16T13:12:16.000Z","dependencies_parsed_at":"2022-07-09T20:30:29.942Z","dependency_job_id":"afc9e778-763b-4a0c-bd2e-4bbf04d34964","html_url":"https://github.com/golang/protobuf","commit_stats":{"total_commits":786,"total_committers":95,"mean_commits":8.273684210526316,"dds":0.5928753180661578,"last_synced_commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/golang/protobuf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/sbom","scorecard":{"id":434490,"data":{"date":"2025-08-11","repo":{"name":"github.com/golang/protobuf","commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":7,"reason":"0 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 7","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":9,"reason":"Found 27/28 approved changesets -- score normalized to 9","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Info:   0 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":"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":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE: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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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:15:33.800Z","repository_id":23680264,"created_at":"2025-08-19T04:15:33.800Z","updated_at":"2025-08-19T04:15:33.800Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31945987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"repo_metadata_updated_at":"2026-04-17T21:00:15.092Z","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:nix/go-protobuf?channel=23.05\u0026repository_url=https://channels.nixos.org/nixos-23.05","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/go-protobuf","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/go-protobuf","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/go-protobuf/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-30T02:24:40.338Z","issues_count":278,"pull_requests_count":15,"avg_time_to_close_issue":5785339.119565218,"avg_time_to_close_pull_request":577767.7692307692,"issues_closed_count":184,"pull_requests_closed_count":13,"pull_request_authors_count":11,"issue_authors_count":229,"avg_comments_per_issue":4.845323741007194,"avg_comments_per_pull_request":2.3333333333333335,"merged_pull_requests_count":6,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":24,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":290949.5,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":12,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":21,"past_year_avg_comments_per_issue":1.875,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/issues","maintainers":[{"login":"dsnet","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"HaraldNordgren","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HaraldNordgren"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/go-protobuf/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/go-protobuf/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/go-protobuf/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/go-protobuf/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/go-protobuf/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages/go-protobuf/codemeta","maintainers":[{"uuid":"nlewo","login":null,"name":"Antoine Eiche","email":"lewo@abesis.fr","url":"https://github.com/nlewo","packages_count":19,"html_url":null,"role":null,"created_at":"2026-02-26T21:11:44.082Z","updated_at":"2026-02-26T21:11:44.082Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/maintainers/nlewo/packages"}],"registry":{"name":"nixpkgs-23.05","url":"https://channels.nixos.org/nixos-23.05","ecosystem":"nixpkgs","default":false,"packages_count":101092,"maintainers_count":2622,"namespaces_count":0,"keywords_count":613,"github":"NixOS","metadata":{"funded_packages_count":183},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.882Z","updated_at":"2026-06-10T05:16:22.193Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.05/namespaces"}},{"id":12757399,"name":"go-protobuf","ecosystem":"nixpkgs","description":"Go bindings for protocol buffer","homepage":"https://github.com/golang/protobuf","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/golang/protobuf","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-01-26T06:11:46.530Z","latest_release_published_at":"2026-01-26T06:11:46.530Z","latest_release_number":"1.5.4","last_synced_at":"2026-04-02T11:07:28.714Z","created_at":"2026-01-26T06:11:46.330Z","updated_at":"2026-04-17T21:00:15.188Z","registry_url":"https://search.nixos.org/packages?channel=unstable\u0026query=go-protobuf","install_command":"nix-env -iA nixpkgs.go-protobuf","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-unstable/pkgs/by-name/go/go-protobuf/package.nix#L22","metadata":{"nix_attribute":"go-protobuf-1.5.4","position":"pkgs/by-name/go/go-protobuf/package.nix:22","platforms":["x86_64-darwin","aarch64-darwin","aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","wasm64-wasi","wasm32-wasi","i686-freebsd","x86_64-freebsd","aarch64-freebsd"],"broken":false,"insecure":false,"unfree":false,"outputs":["out"]},"repo_metadata":{"id":23680264,"uuid":"27051771","full_name":"golang/protobuf","owner":"golang","description":"Go support for Google's protocol buffers","archived":false,"fork":false,"pushed_at":"2024-08-05T20:04:08.000Z","size":8435,"stargazers_count":10067,"open_issues_count":112,"forks_count":1575,"subscribers_count":209,"default_branch":"master","last_synced_at":"2026-04-17T21:00:11.059Z","etag":null,"topics":["go","golang","protobuf","protocol-buffers"],"latest_commit_sha":null,"homepage":null,"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/golang.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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-11-23T23:07:23.000Z","updated_at":"2026-04-16T13:12:16.000Z","dependencies_parsed_at":"2022-07-09T20:30:29.942Z","dependency_job_id":"afc9e778-763b-4a0c-bd2e-4bbf04d34964","html_url":"https://github.com/golang/protobuf","commit_stats":{"total_commits":786,"total_committers":95,"mean_commits":8.273684210526316,"dds":0.5928753180661578,"last_synced_commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/golang/protobuf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/sbom","scorecard":{"id":434490,"data":{"date":"2025-08-11","repo":{"name":"github.com/golang/protobuf","commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":7,"reason":"0 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 7","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":9,"reason":"Found 27/28 approved changesets -- score normalized to 9","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Info:   0 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":"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":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE: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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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:15:33.800Z","repository_id":23680264,"created_at":"2025-08-19T04:15:33.800Z","updated_at":"2025-08-19T04:15:33.800Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31945987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"repo_metadata_updated_at":"2026-04-17T21:00:15.188Z","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:nix/go-protobuf?channel=unstable","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/go-protobuf","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/go-protobuf","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/go-protobuf/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-30T02:24:40.338Z","issues_count":278,"pull_requests_count":15,"avg_time_to_close_issue":5785339.119565218,"avg_time_to_close_pull_request":577767.7692307692,"issues_closed_count":184,"pull_requests_closed_count":13,"pull_request_authors_count":11,"issue_authors_count":229,"avg_comments_per_issue":4.845323741007194,"avg_comments_per_pull_request":2.3333333333333335,"merged_pull_requests_count":6,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":24,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":290949.5,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":12,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":21,"past_year_avg_comments_per_issue":1.875,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/issues","maintainers":[{"login":"dsnet","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"HaraldNordgren","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HaraldNordgren"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/go-protobuf/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/go-protobuf/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/go-protobuf/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/go-protobuf/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/go-protobuf/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages/go-protobuf/codemeta","maintainers":[{"uuid":"nlewo","login":null,"name":"Antoine Eiche","email":"lewo@abesis.fr","url":"https://github.com/nlewo","packages_count":21,"html_url":null,"role":null,"created_at":"2026-03-02T10:22:56.332Z","updated_at":"2026-03-02T10:22:56.332Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/maintainers/nlewo/packages"}],"registry":{"name":"nixpkgs-unstable","url":"https://channels.nixos.org/nixos-unstable","ecosystem":"nixpkgs","default":true,"packages_count":149320,"maintainers_count":4776,"namespaces_count":0,"keywords_count":3210,"github":"NixOS","metadata":{"funded_packages_count":1663},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:52.762Z","updated_at":"2026-07-09T05:02:48.469Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-unstable/namespaces"}},{"id":13964563,"name":"go-github-com-golang-protobuf","ecosystem":"guix","description":"Go support for Protocol Buffers","homepage":"https://github.com/golang/protobuf","licenses":"bsd-3","normalized_licenses":["BSD-1-Clause"],"repository_url":"https://github.com/golang/protobuf","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-03-02T23:14:40.955Z","latest_release_published_at":"2026-03-02T23:14:40.955Z","latest_release_number":"1.5.4","last_synced_at":"2026-04-07T02:02:14.458Z","created_at":"2026-03-02T23:14:40.613Z","updated_at":"2026-04-17T21:00:15.332Z","registry_url":"https://packages.guix.gnu.org/packages/go-github-com-golang-protobuf/1.5.4/","install_command":"guix install go-github-com-golang-protobuf","documentation_url":"https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/golang-build.scm#n255","metadata":{"location":"gnu/packages/golang-build.scm:255","variable_name":"go-github-com-golang-protobuf"},"repo_metadata":{"id":23680264,"uuid":"27051771","full_name":"golang/protobuf","owner":"golang","description":"Go support for Google's protocol buffers","archived":false,"fork":false,"pushed_at":"2024-08-05T20:04:08.000Z","size":8435,"stargazers_count":10067,"open_issues_count":112,"forks_count":1575,"subscribers_count":209,"default_branch":"master","last_synced_at":"2026-04-17T21:00:11.059Z","etag":null,"topics":["go","golang","protobuf","protocol-buffers"],"latest_commit_sha":null,"homepage":null,"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/golang.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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-11-23T23:07:23.000Z","updated_at":"2026-04-16T13:12:16.000Z","dependencies_parsed_at":"2022-07-09T20:30:29.942Z","dependency_job_id":"afc9e778-763b-4a0c-bd2e-4bbf04d34964","html_url":"https://github.com/golang/protobuf","commit_stats":{"total_commits":786,"total_committers":95,"mean_commits":8.273684210526316,"dds":0.5928753180661578,"last_synced_commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/golang/protobuf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/sbom","scorecard":{"id":434490,"data":{"date":"2025-08-11","repo":{"name":"github.com/golang/protobuf","commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":7,"reason":"0 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 7","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":9,"reason":"Found 27/28 approved changesets -- score normalized to 9","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Info:   0 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":"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":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE: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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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:15:33.800Z","repository_id":23680264,"created_at":"2025-08-19T04:15:33.800Z","updated_at":"2025-08-19T04:15:33.800Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31945987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"repo_metadata_updated_at":"2026-04-17T21:00:15.331Z","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-golang-protobuf","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/guix/go-github-com-golang-protobuf","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/guix/go-github-com-golang-protobuf","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/guix/go-github-com-golang-protobuf/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-30T02:24:40.338Z","issues_count":278,"pull_requests_count":15,"avg_time_to_close_issue":5785339.119565218,"avg_time_to_close_pull_request":577767.7692307692,"issues_closed_count":184,"pull_requests_closed_count":13,"pull_request_authors_count":11,"issue_authors_count":229,"avg_comments_per_issue":4.845323741007194,"avg_comments_per_pull_request":2.3333333333333335,"merged_pull_requests_count":6,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":24,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":290949.5,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":12,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":21,"past_year_avg_comments_per_issue":1.875,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/issues","maintainers":[{"login":"dsnet","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"HaraldNordgren","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HaraldNordgren"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/go-github-com-golang-protobuf/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/go-github-com-golang-protobuf/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/go-github-com-golang-protobuf/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/go-github-com-golang-protobuf/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/go-github-com-golang-protobuf/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/go-github-com-golang-protobuf/codemeta","maintainers":[],"registry":{"name":"guix","url":"https://guix.gnu.org","ecosystem":"guix","default":true,"packages_count":32039,"maintainers_count":0,"namespaces_count":0,"keywords_count":1627,"github":"guix-mirror","metadata":{"funded_packages_count":368},"icon_url":"https://github.com/guix-mirror.png","created_at":"2026-03-02T16:23:46.981Z","updated_at":"2026-06-10T05:17:25.224Z","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":13545658,"name":"golang-github-golang-protobuf-1-3","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/golang/protobuf","licenses":"bsd-3-clause","normalized_licenses":[],"repository_url":"https://github.com/golang/protobuf","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-11T02:02:28.101Z","latest_release_published_at":"2026-02-11T02:02:28.101Z","latest_release_number":"1.3.5-4","last_synced_at":"2026-03-11T09:03:53.669Z","created_at":"2026-02-11T02:02:27.908Z","updated_at":"2026-04-17T21:00:15.426Z","registry_url":"https://launchpad.net/ubuntu/+source/golang-github-golang-protobuf-1-3","install_command":"apt-get install golang-github-golang-protobuf-1-3","documentation_url":null,"metadata":{"component":"universe","architecture":"any all","priority":"optional","binary":"golang-goprotobuf-dev, golang-github-golang-protobuf-1-3-dev, protoc-gen-go-1-3","standards_version":"4.6.2","maintainer":"Debian Go Packaging Team \u003cteam+pkg-go@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-golang (\u003e= 1.31~), golang-any, libprotobuf-dev, protobuf-compiler","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":23680264,"uuid":"27051771","full_name":"golang/protobuf","owner":"golang","description":"Go support for Google's protocol buffers","archived":false,"fork":false,"pushed_at":"2024-08-05T20:04:08.000Z","size":8435,"stargazers_count":10067,"open_issues_count":112,"forks_count":1575,"subscribers_count":209,"default_branch":"master","last_synced_at":"2026-04-17T21:00:11.059Z","etag":null,"topics":["go","golang","protobuf","protocol-buffers"],"latest_commit_sha":null,"homepage":null,"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/golang.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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-11-23T23:07:23.000Z","updated_at":"2026-04-16T13:12:16.000Z","dependencies_parsed_at":"2022-07-09T20:30:29.942Z","dependency_job_id":"afc9e778-763b-4a0c-bd2e-4bbf04d34964","html_url":"https://github.com/golang/protobuf","commit_stats":{"total_commits":786,"total_committers":95,"mean_commits":8.273684210526316,"dds":0.5928753180661578,"last_synced_commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/golang/protobuf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/sbom","scorecard":{"id":434490,"data":{"date":"2025-08-11","repo":{"name":"github.com/golang/protobuf","commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":7,"reason":"0 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 7","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":9,"reason":"Found 27/28 approved changesets -- score normalized to 9","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Info:   0 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":"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":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE: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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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:15:33.800Z","repository_id":23680264,"created_at":"2025-08-19T04:15:33.800Z","updated_at":"2025-08-19T04:15:33.800Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31945987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"repo_metadata_updated_at":"2026-04-17T21:00:15.426Z","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-golang-protobuf-1-3?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-golang-protobuf-1-3","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/golang-github-golang-protobuf-1-3","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/golang-github-golang-protobuf-1-3/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-30T02:24:40.338Z","issues_count":278,"pull_requests_count":15,"avg_time_to_close_issue":5785339.119565218,"avg_time_to_close_pull_request":577767.7692307692,"issues_closed_count":184,"pull_requests_closed_count":13,"pull_request_authors_count":11,"issue_authors_count":229,"avg_comments_per_issue":4.845323741007194,"avg_comments_per_pull_request":2.3333333333333335,"merged_pull_requests_count":6,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":24,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":290949.5,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":12,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":21,"past_year_avg_comments_per_issue":1.875,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/issues","maintainers":[{"login":"dsnet","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"HaraldNordgren","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HaraldNordgren"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/golang-github-golang-protobuf-1-3/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/golang-github-golang-protobuf-1-3/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/golang-github-golang-protobuf-1-3/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/golang-github-golang-protobuf-1-3/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/golang-github-golang-protobuf-1-3/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/golang-github-golang-protobuf-1-3/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":1000,"github":"ubuntu","metadata":{"codename":"lunar","mirror":"http://old-releases.ubuntu.com/ubuntu","funded_packages_count":133},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:49.117Z","updated_at":"2026-06-10T05:17:49.008Z","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":13645655,"name":"golang-github-golang-protobuf-1-5","ecosystem":"debian","description":null,"homepage":"https://github.com/golang/protobuf","licenses":"bsd-3-clause","normalized_licenses":[],"repository_url":"https://github.com/golang/protobuf","keywords_array":["misc"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-12T03:15:16.832Z","latest_release_published_at":"2026-02-12T03:15:16.832Z","latest_release_number":"1.5.4-1","last_synced_at":"2026-03-13T20:10:36.557Z","created_at":"2026-02-12T03:15:16.668Z","updated_at":"2026-04-17T21:00:15.511Z","registry_url":"https://tracker.debian.org/pkg/golang-github-golang-protobuf-1-5","install_command":"apt-get install golang-github-golang-protobuf-1-5","documentation_url":"https://packages.debian.org/trixie/golang-github-golang-protobuf-1-5","metadata":{"component":"main","architecture":"any all","priority":"optional","binary":"golang-github-golang-protobuf-1-5-dev, protoc-gen-go-1-5","standards_version":"4.7.0","maintainer":"Debian Go Packaging Team \u003cteam+pkg-go@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-sequence-golang, golang-any (\u003e= 2:1.17~), golang-github-google-go-cmp-dev (\u003e= 0.5.5), golang-google-protobuf-dev (\u003e= 1.33.0)","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":23680264,"uuid":"27051771","full_name":"golang/protobuf","owner":"golang","description":"Go support for Google's protocol buffers","archived":false,"fork":false,"pushed_at":"2024-08-05T20:04:08.000Z","size":8435,"stargazers_count":10067,"open_issues_count":112,"forks_count":1575,"subscribers_count":209,"default_branch":"master","last_synced_at":"2026-04-17T21:00:11.059Z","etag":null,"topics":["go","golang","protobuf","protocol-buffers"],"latest_commit_sha":null,"homepage":null,"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/golang.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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-11-23T23:07:23.000Z","updated_at":"2026-04-16T13:12:16.000Z","dependencies_parsed_at":"2022-07-09T20:30:29.942Z","dependency_job_id":"afc9e778-763b-4a0c-bd2e-4bbf04d34964","html_url":"https://github.com/golang/protobuf","commit_stats":{"total_commits":786,"total_committers":95,"mean_commits":8.273684210526316,"dds":0.5928753180661578,"last_synced_commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/golang/protobuf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/sbom","scorecard":{"id":434490,"data":{"date":"2025-08-11","repo":{"name":"github.com/golang/protobuf","commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":7,"reason":"0 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 7","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":9,"reason":"Found 27/28 approved changesets -- score normalized to 9","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Info:   0 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":"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":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE: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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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:15:33.800Z","repository_id":23680264,"created_at":"2025-08-19T04:15:33.800Z","updated_at":"2025-08-19T04:15:33.800Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31945987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"repo_metadata_updated_at":"2026-04-17T21:00:15.511Z","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-golang-protobuf-1-5?arch=source\u0026distro=debian-13\u0026repository_url=https://packages.debian.org/trixie","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/golang-github-golang-protobuf-1-5","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/golang-github-golang-protobuf-1-5","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/golang-github-golang-protobuf-1-5/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-30T02:24:40.338Z","issues_count":278,"pull_requests_count":15,"avg_time_to_close_issue":5785339.119565218,"avg_time_to_close_pull_request":577767.7692307692,"issues_closed_count":184,"pull_requests_closed_count":13,"pull_request_authors_count":11,"issue_authors_count":229,"avg_comments_per_issue":4.845323741007194,"avg_comments_per_pull_request":2.3333333333333335,"merged_pull_requests_count":6,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":24,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":290949.5,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":12,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":21,"past_year_avg_comments_per_issue":1.875,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/issues","maintainers":[{"login":"dsnet","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"HaraldNordgren","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HaraldNordgren"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/golang-github-golang-protobuf-1-5/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/golang-github-golang-protobuf-1-5/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/golang-github-golang-protobuf-1-5/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/golang-github-golang-protobuf-1-5/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/golang-github-golang-protobuf-1-5/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/golang-github-golang-protobuf-1-5/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":1987,"github":"debian","metadata":{"codename":"trixie","funded_packages_count":316},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:50.448Z","updated_at":"2026-06-10T05:17:04.542Z","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":13645654,"name":"golang-github-golang-protobuf-1-3","ecosystem":"debian","description":null,"homepage":"https://github.com/golang/protobuf","licenses":"bsd-3-clause","normalized_licenses":[],"repository_url":"https://github.com/golang/protobuf","keywords_array":["misc"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-12T03:15:15.910Z","latest_release_published_at":"2026-02-12T03:15:15.910Z","latest_release_number":"1.3.5-4","last_synced_at":"2026-03-13T20:10:36.323Z","created_at":"2026-02-12T03:15:15.745Z","updated_at":"2026-04-17T21:00:15.520Z","registry_url":"https://tracker.debian.org/pkg/golang-github-golang-protobuf-1-3","install_command":"apt-get install golang-github-golang-protobuf-1-3","documentation_url":"https://packages.debian.org/trixie/golang-github-golang-protobuf-1-3","metadata":{"component":"main","architecture":"any all","priority":"optional","binary":"golang-goprotobuf-dev, golang-github-golang-protobuf-1-3-dev, protoc-gen-go-1-3","standards_version":"4.6.2","maintainer":"Debian Go Packaging Team \u003cteam+pkg-go@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-golang (\u003e= 1.31~), golang-any, libprotobuf-dev, protobuf-compiler","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":23680264,"uuid":"27051771","full_name":"golang/protobuf","owner":"golang","description":"Go support for Google's protocol buffers","archived":false,"fork":false,"pushed_at":"2024-08-05T20:04:08.000Z","size":8435,"stargazers_count":10067,"open_issues_count":112,"forks_count":1575,"subscribers_count":209,"default_branch":"master","last_synced_at":"2026-04-17T21:00:11.059Z","etag":null,"topics":["go","golang","protobuf","protocol-buffers"],"latest_commit_sha":null,"homepage":null,"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/golang.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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-11-23T23:07:23.000Z","updated_at":"2026-04-16T13:12:16.000Z","dependencies_parsed_at":"2022-07-09T20:30:29.942Z","dependency_job_id":"afc9e778-763b-4a0c-bd2e-4bbf04d34964","html_url":"https://github.com/golang/protobuf","commit_stats":{"total_commits":786,"total_committers":95,"mean_commits":8.273684210526316,"dds":0.5928753180661578,"last_synced_commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/golang/protobuf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/sbom","scorecard":{"id":434490,"data":{"date":"2025-08-11","repo":{"name":"github.com/golang/protobuf","commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":7,"reason":"0 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 7","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":9,"reason":"Found 27/28 approved changesets -- score normalized to 9","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Info:   0 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":"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":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE: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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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:15:33.800Z","repository_id":23680264,"created_at":"2025-08-19T04:15:33.800Z","updated_at":"2025-08-19T04:15:33.800Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31945987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"repo_metadata_updated_at":"2026-04-17T21:00:15.520Z","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-golang-protobuf-1-3?arch=source\u0026distro=debian-13\u0026repository_url=https://packages.debian.org/trixie","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/golang-github-golang-protobuf-1-3","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/golang-github-golang-protobuf-1-3","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/golang-github-golang-protobuf-1-3/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-30T02:24:40.338Z","issues_count":278,"pull_requests_count":15,"avg_time_to_close_issue":5785339.119565218,"avg_time_to_close_pull_request":577767.7692307692,"issues_closed_count":184,"pull_requests_closed_count":13,"pull_request_authors_count":11,"issue_authors_count":229,"avg_comments_per_issue":4.845323741007194,"avg_comments_per_pull_request":2.3333333333333335,"merged_pull_requests_count":6,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":24,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":290949.5,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":12,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":21,"past_year_avg_comments_per_issue":1.875,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/issues","maintainers":[{"login":"dsnet","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"HaraldNordgren","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HaraldNordgren"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/golang-github-golang-protobuf-1-3/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/golang-github-golang-protobuf-1-3/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/golang-github-golang-protobuf-1-3/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/golang-github-golang-protobuf-1-3/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/golang-github-golang-protobuf-1-3/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-13/packages/golang-github-golang-protobuf-1-3/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":1987,"github":"debian","metadata":{"codename":"trixie","funded_packages_count":316},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:50.448Z","updated_at":"2026-06-10T05:17:04.542Z","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":13545659,"name":"golang-github-golang-protobuf-1-5","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/golang/protobuf","licenses":"bsd-3-clause","normalized_licenses":[],"repository_url":"https://github.com/golang/protobuf","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-11T02:02:28.722Z","latest_release_published_at":"2026-02-11T02:02:28.722Z","latest_release_number":"1.5.2-3","last_synced_at":"2026-03-11T21:31:19.819Z","created_at":"2026-02-11T02:02:28.532Z","updated_at":"2026-04-17T21:00:15.644Z","registry_url":"https://launchpad.net/ubuntu/+source/golang-github-golang-protobuf-1-5","install_command":"apt-get install golang-github-golang-protobuf-1-5","documentation_url":null,"metadata":{"component":"universe","architecture":"any all","priority":"optional","binary":"golang-github-golang-protobuf-1-5-dev, protoc-gen-go-1-5","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, golang-github-google-go-cmp-dev, golang-google-protobuf-dev","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":23680264,"uuid":"27051771","full_name":"golang/protobuf","owner":"golang","description":"Go support for Google's protocol buffers","archived":false,"fork":false,"pushed_at":"2024-08-05T20:04:08.000Z","size":8435,"stargazers_count":10067,"open_issues_count":112,"forks_count":1575,"subscribers_count":209,"default_branch":"master","last_synced_at":"2026-04-17T21:00:11.059Z","etag":null,"topics":["go","golang","protobuf","protocol-buffers"],"latest_commit_sha":null,"homepage":null,"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/golang.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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-11-23T23:07:23.000Z","updated_at":"2026-04-16T13:12:16.000Z","dependencies_parsed_at":"2022-07-09T20:30:29.942Z","dependency_job_id":"afc9e778-763b-4a0c-bd2e-4bbf04d34964","html_url":"https://github.com/golang/protobuf","commit_stats":{"total_commits":786,"total_committers":95,"mean_commits":8.273684210526316,"dds":0.5928753180661578,"last_synced_commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/golang/protobuf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/sbom","scorecard":{"id":434490,"data":{"date":"2025-08-11","repo":{"name":"github.com/golang/protobuf","commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":7,"reason":"0 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 7","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":9,"reason":"Found 27/28 approved changesets -- score normalized to 9","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Info:   0 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":"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":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE: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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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:15:33.800Z","repository_id":23680264,"created_at":"2025-08-19T04:15:33.800Z","updated_at":"2025-08-19T04:15:33.800Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31945987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"repo_metadata_updated_at":"2026-04-17T21:00:15.644Z","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-golang-protobuf-1-5?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-golang-protobuf-1-5","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/golang-github-golang-protobuf-1-5","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/golang-github-golang-protobuf-1-5/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-30T02:24:40.338Z","issues_count":278,"pull_requests_count":15,"avg_time_to_close_issue":5785339.119565218,"avg_time_to_close_pull_request":577767.7692307692,"issues_closed_count":184,"pull_requests_closed_count":13,"pull_request_authors_count":11,"issue_authors_count":229,"avg_comments_per_issue":4.845323741007194,"avg_comments_per_pull_request":2.3333333333333335,"merged_pull_requests_count":6,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":24,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":290949.5,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":12,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":21,"past_year_avg_comments_per_issue":1.875,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/issues","maintainers":[{"login":"dsnet","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"HaraldNordgren","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HaraldNordgren"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/golang-github-golang-protobuf-1-5/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/golang-github-golang-protobuf-1-5/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/golang-github-golang-protobuf-1-5/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/golang-github-golang-protobuf-1-5/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/golang-github-golang-protobuf-1-5/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.04/packages/golang-github-golang-protobuf-1-5/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":1000,"github":"ubuntu","metadata":{"codename":"lunar","mirror":"http://old-releases.ubuntu.com/ubuntu","funded_packages_count":133},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:49.117Z","updated_at":"2026-06-10T05:17:49.008Z","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":13418645,"name":"golang-goprotobuf","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/golang/protobuf","licenses":"bsd-3-clause","normalized_licenses":[],"repository_url":"https://github.com/golang/protobuf","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-07T04:32:39.267Z","latest_release_published_at":"2026-02-07T04:32:39.267Z","latest_release_number":"1.3.4-2","last_synced_at":"2026-03-07T04:42:42.989Z","created_at":"2026-02-07T04:32:38.937Z","updated_at":"2026-04-17T21:00:15.668Z","registry_url":"https://launchpad.net/ubuntu/+source/golang-goprotobuf","install_command":"apt-get install golang-goprotobuf","documentation_url":null,"metadata":{"component":"universe","architecture":"any","priority":"extra","binary":"golang-goprotobuf-dev","standards_version":"4.5.0","maintainer":"Debian Go Packaging Team \u003cteam+pkg-go@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 12), dh-golang (\u003e= 1.31~), golang-any, libprotobuf-dev, protobuf-compiler","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":23680264,"uuid":"27051771","full_name":"golang/protobuf","owner":"golang","description":"Go support for Google's protocol buffers","archived":false,"fork":false,"pushed_at":"2024-08-05T20:04:08.000Z","size":8435,"stargazers_count":10067,"open_issues_count":112,"forks_count":1575,"subscribers_count":209,"default_branch":"master","last_synced_at":"2026-04-17T21:00:11.059Z","etag":null,"topics":["go","golang","protobuf","protocol-buffers"],"latest_commit_sha":null,"homepage":null,"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/golang.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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-11-23T23:07:23.000Z","updated_at":"2026-04-16T13:12:16.000Z","dependencies_parsed_at":"2022-07-09T20:30:29.942Z","dependency_job_id":"afc9e778-763b-4a0c-bd2e-4bbf04d34964","html_url":"https://github.com/golang/protobuf","commit_stats":{"total_commits":786,"total_committers":95,"mean_commits":8.273684210526316,"dds":0.5928753180661578,"last_synced_commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/golang/protobuf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/sbom","scorecard":{"id":434490,"data":{"date":"2025-08-11","repo":{"name":"github.com/golang/protobuf","commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":7,"reason":"0 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 7","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":9,"reason":"Found 27/28 approved changesets -- score normalized to 9","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Info:   0 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":"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":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE: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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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:15:33.800Z","repository_id":23680264,"created_at":"2025-08-19T04:15:33.800Z","updated_at":"2025-08-19T04:15:33.800Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31945987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"repo_metadata_updated_at":"2026-04-17T21:00:15.668Z","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-goprotobuf?arch=source\u0026distro=ubuntu-22.04\u0026repository_url=https://launchpad.net/ubuntu/jammy","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/golang-goprotobuf","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/golang-goprotobuf","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/golang-goprotobuf/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-30T02:24:40.338Z","issues_count":278,"pull_requests_count":15,"avg_time_to_close_issue":5785339.119565218,"avg_time_to_close_pull_request":577767.7692307692,"issues_closed_count":184,"pull_requests_closed_count":13,"pull_request_authors_count":11,"issue_authors_count":229,"avg_comments_per_issue":4.845323741007194,"avg_comments_per_pull_request":2.3333333333333335,"merged_pull_requests_count":6,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":24,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":290949.5,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":12,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":21,"past_year_avg_comments_per_issue":1.875,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/issues","maintainers":[{"login":"dsnet","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"HaraldNordgren","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HaraldNordgren"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/golang-goprotobuf/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/golang-goprotobuf/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/golang-goprotobuf/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/golang-goprotobuf/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/golang-goprotobuf/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-22.04/packages/golang-goprotobuf/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":1523,"github":"ubuntu","metadata":{"codename":"jammy","funded_packages_count":167},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:46.486Z","updated_at":"2026-06-10T05:17:45.610Z","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":13439171,"name":"golang-goprotobuf","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/golang/protobuf","licenses":"bsd-3-clause","normalized_licenses":[],"repository_url":"https://github.com/golang/protobuf","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-08T02:13:48.281Z","latest_release_published_at":"2026-02-08T02:13:48.281Z","latest_release_number":"1.3.2-2","last_synced_at":"2026-03-08T04:57:11.531Z","created_at":"2026-02-08T02:13:47.957Z","updated_at":"2026-04-17T21:00:15.793Z","registry_url":"https://launchpad.net/ubuntu/+source/golang-goprotobuf","install_command":"apt-get install golang-goprotobuf","documentation_url":null,"metadata":{"component":"universe","architecture":"any","priority":"extra","binary":"golang-goprotobuf-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 (\u003e= 1.31~), golang-any, libprotobuf-dev, protobuf-compiler","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":23680264,"uuid":"27051771","full_name":"golang/protobuf","owner":"golang","description":"Go support for Google's protocol buffers","archived":false,"fork":false,"pushed_at":"2024-08-05T20:04:08.000Z","size":8435,"stargazers_count":10067,"open_issues_count":112,"forks_count":1575,"subscribers_count":209,"default_branch":"master","last_synced_at":"2026-04-17T21:00:11.059Z","etag":null,"topics":["go","golang","protobuf","protocol-buffers"],"latest_commit_sha":null,"homepage":null,"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/golang.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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-11-23T23:07:23.000Z","updated_at":"2026-04-16T13:12:16.000Z","dependencies_parsed_at":"2022-07-09T20:30:29.942Z","dependency_job_id":"afc9e778-763b-4a0c-bd2e-4bbf04d34964","html_url":"https://github.com/golang/protobuf","commit_stats":{"total_commits":786,"total_committers":95,"mean_commits":8.273684210526316,"dds":0.5928753180661578,"last_synced_commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/golang/protobuf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/sbom","scorecard":{"id":434490,"data":{"date":"2025-08-11","repo":{"name":"github.com/golang/protobuf","commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":7,"reason":"0 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 7","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":9,"reason":"Found 27/28 approved changesets -- score normalized to 9","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Info:   0 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":"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":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE: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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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:15:33.800Z","repository_id":23680264,"created_at":"2025-08-19T04:15:33.800Z","updated_at":"2025-08-19T04:15:33.800Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31945987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"repo_metadata_updated_at":"2026-04-17T21:00:15.793Z","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-goprotobuf?arch=source\u0026distro=ubuntu-20.04\u0026repository_url=https://launchpad.net/ubuntu/focal","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/golang-goprotobuf","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/golang-goprotobuf","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/golang-goprotobuf/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-30T02:24:40.338Z","issues_count":278,"pull_requests_count":15,"avg_time_to_close_issue":5785339.119565218,"avg_time_to_close_pull_request":577767.7692307692,"issues_closed_count":184,"pull_requests_closed_count":13,"pull_request_authors_count":11,"issue_authors_count":229,"avg_comments_per_issue":4.845323741007194,"avg_comments_per_pull_request":2.3333333333333335,"merged_pull_requests_count":6,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":24,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":290949.5,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":12,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":21,"past_year_avg_comments_per_issue":1.875,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/issues","maintainers":[{"login":"dsnet","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"HaraldNordgren","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HaraldNordgren"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/golang-goprotobuf/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/golang-goprotobuf/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/golang-goprotobuf/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/golang-goprotobuf/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/golang-goprotobuf/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-20.04/packages/golang-goprotobuf/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":1430,"github":"ubuntu","metadata":{"codename":"focal","funded_packages_count":165},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:47.233Z","updated_at":"2026-06-10T05:17:46.717Z","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":13154081,"name":"go-protobuf","ecosystem":"nixpkgs","description":" Go bindings for protocol buffer","homepage":"https://github.com/golang/protobuf","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/golang/protobuf","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-01T21:56:21.309Z","latest_release_published_at":"2026-02-01T21:56:21.309Z","latest_release_number":"1.5.4","last_synced_at":"2026-03-05T23:16:08.466Z","created_at":"2026-02-01T21:56:14.379Z","updated_at":"2026-04-17T21:00:15.793Z","registry_url":"https://search.nixos.org/packages?channel=24.05\u0026query=go-protobuf","install_command":"nix-env -iA nixpkgs.go-protobuf","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-24.05/pkgs/development/tools/go-protobuf/default.nix#L22","metadata":{"nix_attribute":"go-protobuf-1.5.4","position":"pkgs/development/tools/go-protobuf/default.nix:22","platforms":["x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux"],"broken":false,"insecure":false,"unfree":false,"outputs":["out"]},"repo_metadata":{"id":23680264,"uuid":"27051771","full_name":"golang/protobuf","owner":"golang","description":"Go support for Google's protocol buffers","archived":false,"fork":false,"pushed_at":"2024-08-05T20:04:08.000Z","size":8435,"stargazers_count":10067,"open_issues_count":112,"forks_count":1575,"subscribers_count":209,"default_branch":"master","last_synced_at":"2026-04-17T21:00:11.059Z","etag":null,"topics":["go","golang","protobuf","protocol-buffers"],"latest_commit_sha":null,"homepage":null,"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/golang.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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-11-23T23:07:23.000Z","updated_at":"2026-04-16T13:12:16.000Z","dependencies_parsed_at":"2022-07-09T20:30:29.942Z","dependency_job_id":"afc9e778-763b-4a0c-bd2e-4bbf04d34964","html_url":"https://github.com/golang/protobuf","commit_stats":{"total_commits":786,"total_committers":95,"mean_commits":8.273684210526316,"dds":0.5928753180661578,"last_synced_commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/golang/protobuf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/sbom","scorecard":{"id":434490,"data":{"date":"2025-08-11","repo":{"name":"github.com/golang/protobuf","commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":7,"reason":"0 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 7","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":9,"reason":"Found 27/28 approved changesets -- score normalized to 9","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Info:   0 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":"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":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE: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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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:15:33.800Z","repository_id":23680264,"created_at":"2025-08-19T04:15:33.800Z","updated_at":"2025-08-19T04:15:33.800Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31945987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"repo_metadata_updated_at":"2026-04-17T21:00:15.793Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{},"purl":"pkg:nix/go-protobuf?channel=24.05\u0026repository_url=https://channels.nixos.org/nixos-24.05","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/go-protobuf","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/go-protobuf","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/go-protobuf/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-30T02:24:40.338Z","issues_count":278,"pull_requests_count":15,"avg_time_to_close_issue":5785339.119565218,"avg_time_to_close_pull_request":577767.7692307692,"issues_closed_count":184,"pull_requests_closed_count":13,"pull_request_authors_count":11,"issue_authors_count":229,"avg_comments_per_issue":4.845323741007194,"avg_comments_per_pull_request":2.3333333333333335,"merged_pull_requests_count":6,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":24,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":290949.5,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":12,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":21,"past_year_avg_comments_per_issue":1.875,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/issues","maintainers":[{"login":"dsnet","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"HaraldNordgren","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HaraldNordgren"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/go-protobuf/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/go-protobuf/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/go-protobuf/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/go-protobuf/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/go-protobuf/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages/go-protobuf/codemeta","maintainers":[{"uuid":"nlewo","login":null,"name":"Antoine Eiche","email":"lewo@abesis.fr","url":"https://github.com/nlewo","packages_count":20,"html_url":null,"role":null,"created_at":"2026-03-05T23:16:08.684Z","updated_at":"2026-03-05T23:16:08.684Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/maintainers/nlewo/packages"}],"registry":{"name":"nixpkgs-24.05","url":"https://channels.nixos.org/nixos-24.05","ecosystem":"nixpkgs","default":false,"packages_count":116156,"maintainers_count":3383,"namespaces_count":0,"keywords_count":654,"github":"NixOS","metadata":{"funded_packages_count":283},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.309Z","updated_at":"2026-07-09T05:03:36.756Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.05/namespaces"}},{"id":13581937,"name":"golang-goprotobuf","ecosystem":"debian","description":null,"homepage":"https://github.com/golang/protobuf","licenses":"bsd-3-clause","normalized_licenses":[],"repository_url":"https://github.com/golang/protobuf","keywords_array":["misc"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-11T08:56:53.632Z","latest_release_published_at":"2026-02-11T08:56:53.632Z","latest_release_number":"1.2.0-1","last_synced_at":"2026-03-13T07:09:22.637Z","created_at":"2026-02-11T08:56:53.451Z","updated_at":"2026-04-17T21:00:15.970Z","registry_url":"https://tracker.debian.org/pkg/golang-goprotobuf","install_command":"apt-get install golang-goprotobuf","documentation_url":"https://packages.debian.org/buster/golang-goprotobuf","metadata":{"component":"main","architecture":"any","priority":"optional","binary":"golang-goprotobuf-dev","standards_version":"4.3.0","maintainer":"Debian Go Packaging Team \u003cteam+pkg-go@tracker.debian.org\u003e","build_depends":"debhelper (\u003e= 11~), dh-golang (\u003e= 1.31~), golang-any, golang-golang-x-sync-dev, libprotobuf-dev, protobuf-compiler","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":23680264,"uuid":"27051771","full_name":"golang/protobuf","owner":"golang","description":"Go support for Google's protocol buffers","archived":false,"fork":false,"pushed_at":"2024-08-05T20:04:08.000Z","size":8435,"stargazers_count":10067,"open_issues_count":112,"forks_count":1575,"subscribers_count":209,"default_branch":"master","last_synced_at":"2026-04-17T21:00:11.059Z","etag":null,"topics":["go","golang","protobuf","protocol-buffers"],"latest_commit_sha":null,"homepage":null,"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/golang.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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-11-23T23:07:23.000Z","updated_at":"2026-04-16T13:12:16.000Z","dependencies_parsed_at":"2022-07-09T20:30:29.942Z","dependency_job_id":"afc9e778-763b-4a0c-bd2e-4bbf04d34964","html_url":"https://github.com/golang/protobuf","commit_stats":{"total_commits":786,"total_committers":95,"mean_commits":8.273684210526316,"dds":0.5928753180661578,"last_synced_commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/golang/protobuf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/sbom","scorecard":{"id":434490,"data":{"date":"2025-08-11","repo":{"name":"github.com/golang/protobuf","commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":7,"reason":"0 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 7","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":9,"reason":"Found 27/28 approved changesets -- score normalized to 9","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Info:   0 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":"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":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE: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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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:15:33.800Z","repository_id":23680264,"created_at":"2025-08-19T04:15:33.800Z","updated_at":"2025-08-19T04:15:33.800Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31945987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"repo_metadata_updated_at":"2026-04-17T21:00:15.970Z","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-goprotobuf?arch=source\u0026distro=debian-10\u0026repository_url=https://packages.debian.org/buster","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/golang-goprotobuf","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/golang-goprotobuf","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/golang-goprotobuf/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-30T02:24:40.338Z","issues_count":278,"pull_requests_count":15,"avg_time_to_close_issue":5785339.119565218,"avg_time_to_close_pull_request":577767.7692307692,"issues_closed_count":184,"pull_requests_closed_count":13,"pull_request_authors_count":11,"issue_authors_count":229,"avg_comments_per_issue":4.845323741007194,"avg_comments_per_pull_request":2.3333333333333335,"merged_pull_requests_count":6,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":24,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":290949.5,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":12,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":21,"past_year_avg_comments_per_issue":1.875,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/issues","maintainers":[{"login":"dsnet","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"HaraldNordgren","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HaraldNordgren"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/golang-goprotobuf/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/golang-goprotobuf/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/golang-goprotobuf/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/golang-goprotobuf/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/golang-goprotobuf/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-10/packages/golang-goprotobuf/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":915,"github":"debian","metadata":{"codename":"buster","mirror":"http://archive.debian.org/debian","funded_packages_count":104},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:50.156Z","updated_at":"2026-07-10T05:03:02.305Z","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":13448275,"name":"golang-github-golang-protobuf-1-3","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/golang/protobuf","licenses":"bsd-3-clause","normalized_licenses":[],"repository_url":"https://github.com/golang/protobuf","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-08T15:22:25.165Z","latest_release_published_at":"2026-02-08T15:22:25.165Z","latest_release_number":"1.3.5-4build1","last_synced_at":"2026-03-08T15:44:09.907Z","created_at":"2026-02-08T15:22:20.418Z","updated_at":"2026-04-17T21:00:16.182Z","registry_url":"https://launchpad.net/ubuntu/+source/golang-github-golang-protobuf-1-3","install_command":"apt-get install golang-github-golang-protobuf-1-3","documentation_url":null,"metadata":{"component":"universe","architecture":"any all","priority":"optional","binary":"golang-goprotobuf-dev, golang-github-golang-protobuf-1-3-dev, protoc-gen-go-1-3","standards_version":"4.6.2","maintainer":"Debian Go Packaging Team \u003cteam+pkg-go@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-golang (\u003e= 1.31~), golang-any, libprotobuf-dev, protobuf-compiler","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":23680264,"uuid":"27051771","full_name":"golang/protobuf","owner":"golang","description":"Go support for Google's protocol buffers","archived":false,"fork":false,"pushed_at":"2024-08-05T20:04:08.000Z","size":8435,"stargazers_count":10067,"open_issues_count":112,"forks_count":1575,"subscribers_count":209,"default_branch":"master","last_synced_at":"2026-04-17T21:00:11.059Z","etag":null,"topics":["go","golang","protobuf","protocol-buffers"],"latest_commit_sha":null,"homepage":null,"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/golang.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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-11-23T23:07:23.000Z","updated_at":"2026-04-16T13:12:16.000Z","dependencies_parsed_at":"2022-07-09T20:30:29.942Z","dependency_job_id":"afc9e778-763b-4a0c-bd2e-4bbf04d34964","html_url":"https://github.com/golang/protobuf","commit_stats":{"total_commits":786,"total_committers":95,"mean_commits":8.273684210526316,"dds":0.5928753180661578,"last_synced_commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/golang/protobuf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/sbom","scorecard":{"id":434490,"data":{"date":"2025-08-11","repo":{"name":"github.com/golang/protobuf","commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":7,"reason":"0 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 7","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":9,"reason":"Found 27/28 approved changesets -- score normalized to 9","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Info:   0 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":"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":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE: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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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:15:33.800Z","repository_id":23680264,"created_at":"2025-08-19T04:15:33.800Z","updated_at":"2025-08-19T04:15:33.800Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31945987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"repo_metadata_updated_at":"2026-04-17T21:00:16.181Z","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-golang-protobuf-1-3?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-golang-protobuf-1-3","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/golang-github-golang-protobuf-1-3","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/golang-github-golang-protobuf-1-3/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-30T02:24:40.338Z","issues_count":278,"pull_requests_count":15,"avg_time_to_close_issue":5785339.119565218,"avg_time_to_close_pull_request":577767.7692307692,"issues_closed_count":184,"pull_requests_closed_count":13,"pull_request_authors_count":11,"issue_authors_count":229,"avg_comments_per_issue":4.845323741007194,"avg_comments_per_pull_request":2.3333333333333335,"merged_pull_requests_count":6,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":24,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":290949.5,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":12,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":21,"past_year_avg_comments_per_issue":1.875,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/issues","maintainers":[{"login":"dsnet","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"HaraldNordgren","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HaraldNordgren"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/golang-github-golang-protobuf-1-3/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/golang-github-golang-protobuf-1-3/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/golang-github-golang-protobuf-1-3/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/golang-github-golang-protobuf-1-3/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/golang-github-golang-protobuf-1-3/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/golang-github-golang-protobuf-1-3/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":1473,"github":"ubuntu","metadata":{"codename":"oracular","mirror":"http://old-releases.ubuntu.com/ubuntu","funded_packages_count":214},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:48.028Z","updated_at":"2026-06-10T05:17:05.787Z","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":13033095,"name":"go-protobuf","ecosystem":"nixpkgs","description":" Go bindings for protocol buffer","homepage":"https://github.com/golang/protobuf","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/golang/protobuf","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-01T15:12:39.649Z","latest_release_published_at":"2026-02-01T15:12:39.649Z","latest_release_number":"1.5.4","last_synced_at":"2026-03-05T16:47:29.137Z","created_at":"2026-02-01T15:12:39.183Z","updated_at":"2026-04-17T21:00:16.126Z","registry_url":"https://search.nixos.org/packages?channel=24.11\u0026query=go-protobuf","install_command":"nix-env -iA nixpkgs.go-protobuf","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-24.11/pkgs/by-name/go/go-protobuf/package.nix#L22","metadata":{"nix_attribute":"go-protobuf-1.5.4","position":"pkgs/by-name/go/go-protobuf/package.nix:22","platforms":["x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux","wasm64-wasi","wasm32-wasi","i686-freebsd","x86_64-freebsd"],"broken":false,"insecure":false,"unfree":false,"outputs":["out"]},"repo_metadata":{"id":23680264,"uuid":"27051771","full_name":"golang/protobuf","owner":"golang","description":"Go support for Google's protocol buffers","archived":false,"fork":false,"pushed_at":"2024-08-05T20:04:08.000Z","size":8435,"stargazers_count":10067,"open_issues_count":112,"forks_count":1575,"subscribers_count":209,"default_branch":"master","last_synced_at":"2026-04-17T21:00:11.059Z","etag":null,"topics":["go","golang","protobuf","protocol-buffers"],"latest_commit_sha":null,"homepage":null,"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/golang.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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-11-23T23:07:23.000Z","updated_at":"2026-04-16T13:12:16.000Z","dependencies_parsed_at":"2022-07-09T20:30:29.942Z","dependency_job_id":"afc9e778-763b-4a0c-bd2e-4bbf04d34964","html_url":"https://github.com/golang/protobuf","commit_stats":{"total_commits":786,"total_committers":95,"mean_commits":8.273684210526316,"dds":0.5928753180661578,"last_synced_commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/golang/protobuf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/sbom","scorecard":{"id":434490,"data":{"date":"2025-08-11","repo":{"name":"github.com/golang/protobuf","commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":7,"reason":"0 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 7","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":9,"reason":"Found 27/28 approved changesets -- score normalized to 9","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Info:   0 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":"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":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE: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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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:15:33.800Z","repository_id":23680264,"created_at":"2025-08-19T04:15:33.800Z","updated_at":"2025-08-19T04:15:33.800Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31945987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"repo_metadata_updated_at":"2026-04-17T21:00:16.126Z","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:nix/go-protobuf?channel=24.11\u0026repository_url=https://channels.nixos.org/nixos-24.11","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/go-protobuf","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/go-protobuf","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/go-protobuf/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-30T02:24:40.338Z","issues_count":278,"pull_requests_count":15,"avg_time_to_close_issue":5785339.119565218,"avg_time_to_close_pull_request":577767.7692307692,"issues_closed_count":184,"pull_requests_closed_count":13,"pull_request_authors_count":11,"issue_authors_count":229,"avg_comments_per_issue":4.845323741007194,"avg_comments_per_pull_request":2.3333333333333335,"merged_pull_requests_count":6,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":24,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":290949.5,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":12,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":21,"past_year_avg_comments_per_issue":1.875,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/issues","maintainers":[{"login":"dsnet","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"HaraldNordgren","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HaraldNordgren"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/go-protobuf/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/go-protobuf/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/go-protobuf/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/go-protobuf/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/go-protobuf/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages/go-protobuf/codemeta","maintainers":[{"uuid":"nlewo","login":null,"name":"Antoine Eiche","email":"lewo@abesis.fr","url":"https://github.com/nlewo","packages_count":20,"html_url":null,"role":null,"created_at":"2026-03-05T16:47:29.390Z","updated_at":"2026-03-05T16:47:29.390Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/maintainers/nlewo/packages"}],"registry":{"name":"nixpkgs-24.11","url":"https://channels.nixos.org/nixos-24.11","ecosystem":"nixpkgs","default":false,"packages_count":121983,"maintainers_count":3777,"namespaces_count":0,"keywords_count":739,"github":"NixOS","metadata":{"funded_packages_count":283},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.059Z","updated_at":"2026-06-10T05:16:24.031Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-24.11/namespaces"}},{"id":13448274,"name":"golang-github-golang-protobuf-1-5","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/golang/protobuf","licenses":"bsd-3-clause","normalized_licenses":[],"repository_url":"https://github.com/golang/protobuf","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-08T15:22:22.126Z","latest_release_published_at":"2026-02-08T15:22:22.126Z","latest_release_number":"1.5.4-1","last_synced_at":"2026-03-08T15:44:08.029Z","created_at":"2026-02-08T15:22:20.116Z","updated_at":"2026-04-17T21:00:17.395Z","registry_url":"https://launchpad.net/ubuntu/+source/golang-github-golang-protobuf-1-5","install_command":"apt-get install golang-github-golang-protobuf-1-5","documentation_url":null,"metadata":{"component":"universe","architecture":"any all","priority":"optional","binary":"golang-github-golang-protobuf-1-5-dev, protoc-gen-go-1-5","standards_version":"4.7.0","maintainer":"Debian Go Packaging Team \u003cteam+pkg-go@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-sequence-golang, golang-any (\u003e= 2:1.17~), golang-github-google-go-cmp-dev (\u003e= 0.5.5), golang-google-protobuf-dev (\u003e= 1.33.0)","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":23680264,"uuid":"27051771","full_name":"golang/protobuf","owner":"golang","description":"Go support for Google's protocol buffers","archived":false,"fork":false,"pushed_at":"2024-08-05T20:04:08.000Z","size":8435,"stargazers_count":10067,"open_issues_count":112,"forks_count":1575,"subscribers_count":209,"default_branch":"master","last_synced_at":"2026-04-17T21:00:11.059Z","etag":null,"topics":["go","golang","protobuf","protocol-buffers"],"latest_commit_sha":null,"homepage":null,"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/golang.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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-11-23T23:07:23.000Z","updated_at":"2026-04-16T13:12:16.000Z","dependencies_parsed_at":"2022-07-09T20:30:29.942Z","dependency_job_id":"afc9e778-763b-4a0c-bd2e-4bbf04d34964","html_url":"https://github.com/golang/protobuf","commit_stats":{"total_commits":786,"total_committers":95,"mean_commits":8.273684210526316,"dds":0.5928753180661578,"last_synced_commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/golang/protobuf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/sbom","scorecard":{"id":434490,"data":{"date":"2025-08-11","repo":{"name":"github.com/golang/protobuf","commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":7,"reason":"0 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 7","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":9,"reason":"Found 27/28 approved changesets -- score normalized to 9","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Info:   0 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":"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":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE: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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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:15:33.800Z","repository_id":23680264,"created_at":"2025-08-19T04:15:33.800Z","updated_at":"2025-08-19T04:15:33.800Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31945987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"repo_metadata_updated_at":"2026-04-17T21:00:17.394Z","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-golang-protobuf-1-5?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-golang-protobuf-1-5","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/golang-github-golang-protobuf-1-5","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/golang-github-golang-protobuf-1-5/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-30T02:24:40.338Z","issues_count":278,"pull_requests_count":15,"avg_time_to_close_issue":5785339.119565218,"avg_time_to_close_pull_request":577767.7692307692,"issues_closed_count":184,"pull_requests_closed_count":13,"pull_request_authors_count":11,"issue_authors_count":229,"avg_comments_per_issue":4.845323741007194,"avg_comments_per_pull_request":2.3333333333333335,"merged_pull_requests_count":6,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":24,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":290949.5,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":12,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":21,"past_year_avg_comments_per_issue":1.875,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/issues","maintainers":[{"login":"dsnet","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"HaraldNordgren","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HaraldNordgren"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/golang-github-golang-protobuf-1-5/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/golang-github-golang-protobuf-1-5/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/golang-github-golang-protobuf-1-5/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/golang-github-golang-protobuf-1-5/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/golang-github-golang-protobuf-1-5/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.10/packages/golang-github-golang-protobuf-1-5/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":1473,"github":"ubuntu","metadata":{"codename":"oracular","mirror":"http://old-releases.ubuntu.com/ubuntu","funded_packages_count":214},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:48.028Z","updated_at":"2026-06-10T05:17:05.787Z","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":13964587,"name":"protoc-gen-go","ecosystem":"guix","description":"Protoc plugin to generate a Go protocol buffer package","homepage":"https://github.com/golang/protobuf","licenses":"bsd-3-clause","normalized_licenses":[],"repository_url":"https://github.com/golang/protobuf","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-03-02T23:15:01.945Z","latest_release_published_at":"2026-03-02T23:15:01.945Z","latest_release_number":"1.5.4","last_synced_at":"2026-04-07T02:02:14.572Z","created_at":"2026-03-02T23:15:01.710Z","updated_at":"2026-04-17T21:00:18.049Z","registry_url":"https://packages.guix.gnu.org/packages/protoc-gen-go/1.5.4/","install_command":"guix install protoc-gen-go","documentation_url":"https://git.savannah.gnu.org/cgit/guix.git/tree/gnu/packages/golang-build.scm#n1856","metadata":{"location":"gnu/packages/golang-build.scm:1856","variable_name":"protoc-gen-go"},"repo_metadata":{"id":23680264,"uuid":"27051771","full_name":"golang/protobuf","owner":"golang","description":"Go support for Google's protocol buffers","archived":false,"fork":false,"pushed_at":"2024-08-05T20:04:08.000Z","size":8435,"stargazers_count":10067,"open_issues_count":112,"forks_count":1575,"subscribers_count":209,"default_branch":"master","last_synced_at":"2026-04-17T21:00:11.059Z","etag":null,"topics":["go","golang","protobuf","protocol-buffers"],"latest_commit_sha":null,"homepage":null,"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/golang.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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-11-23T23:07:23.000Z","updated_at":"2026-04-16T13:12:16.000Z","dependencies_parsed_at":"2022-07-09T20:30:29.942Z","dependency_job_id":"afc9e778-763b-4a0c-bd2e-4bbf04d34964","html_url":"https://github.com/golang/protobuf","commit_stats":{"total_commits":786,"total_committers":95,"mean_commits":8.273684210526316,"dds":0.5928753180661578,"last_synced_commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/golang/protobuf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/sbom","scorecard":{"id":434490,"data":{"date":"2025-08-11","repo":{"name":"github.com/golang/protobuf","commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":7,"reason":"0 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 7","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":9,"reason":"Found 27/28 approved changesets -- score normalized to 9","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Info:   0 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":"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":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE: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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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:15:33.800Z","repository_id":23680264,"created_at":"2025-08-19T04:15:33.800Z","updated_at":"2025-08-19T04:15:33.800Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31945987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"repo_metadata_updated_at":"2026-04-17T21:00:18.048Z","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/protoc-gen-go","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/guix/protoc-gen-go","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/guix/protoc-gen-go","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/guix/protoc-gen-go/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-30T02:24:40.338Z","issues_count":278,"pull_requests_count":15,"avg_time_to_close_issue":5785339.119565218,"avg_time_to_close_pull_request":577767.7692307692,"issues_closed_count":184,"pull_requests_closed_count":13,"pull_request_authors_count":11,"issue_authors_count":229,"avg_comments_per_issue":4.845323741007194,"avg_comments_per_pull_request":2.3333333333333335,"merged_pull_requests_count":6,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":24,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":290949.5,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":12,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":21,"past_year_avg_comments_per_issue":1.875,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/issues","maintainers":[{"login":"dsnet","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"HaraldNordgren","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HaraldNordgren"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/protoc-gen-go/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/protoc-gen-go/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/protoc-gen-go/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/protoc-gen-go/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/protoc-gen-go/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/guix/packages/protoc-gen-go/codemeta","maintainers":[],"registry":{"name":"guix","url":"https://guix.gnu.org","ecosystem":"guix","default":true,"packages_count":32039,"maintainers_count":0,"namespaces_count":0,"keywords_count":1627,"github":"guix-mirror","metadata":{"funded_packages_count":368},"icon_url":"https://github.com/guix-mirror.png","created_at":"2026-03-02T16:23:46.981Z","updated_at":"2026-06-10T05:17:25.224Z","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":13475661,"name":"golang-github-golang-protobuf-1-3","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/golang/protobuf","licenses":"bsd-3-clause","normalized_licenses":[],"repository_url":"https://github.com/golang/protobuf","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-10T03:38:24.145Z","latest_release_published_at":"2026-02-10T03:38:24.145Z","latest_release_number":"1.3.5-4build1","last_synced_at":"2026-03-10T04:11:23.811Z","created_at":"2026-02-10T03:38:23.815Z","updated_at":"2026-04-17T21:00:19.983Z","registry_url":"https://launchpad.net/ubuntu/+source/golang-github-golang-protobuf-1-3","install_command":"apt-get install golang-github-golang-protobuf-1-3","documentation_url":null,"metadata":{"component":"universe","architecture":"any all","priority":"optional","binary":"golang-goprotobuf-dev, golang-github-golang-protobuf-1-3-dev, protoc-gen-go-1-3","standards_version":"4.6.2","maintainer":"Debian Go Packaging Team \u003cteam+pkg-go@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-golang (\u003e= 1.31~), golang-any, libprotobuf-dev, protobuf-compiler","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":23680264,"uuid":"27051771","full_name":"golang/protobuf","owner":"golang","description":"Go support for Google's protocol buffers","archived":false,"fork":false,"pushed_at":"2024-08-05T20:04:08.000Z","size":8435,"stargazers_count":10067,"open_issues_count":112,"forks_count":1575,"subscribers_count":209,"default_branch":"master","last_synced_at":"2026-04-17T21:00:11.059Z","etag":null,"topics":["go","golang","protobuf","protocol-buffers"],"latest_commit_sha":null,"homepage":null,"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/golang.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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-11-23T23:07:23.000Z","updated_at":"2026-04-16T13:12:16.000Z","dependencies_parsed_at":"2022-07-09T20:30:29.942Z","dependency_job_id":"afc9e778-763b-4a0c-bd2e-4bbf04d34964","html_url":"https://github.com/golang/protobuf","commit_stats":{"total_commits":786,"total_committers":95,"mean_commits":8.273684210526316,"dds":0.5928753180661578,"last_synced_commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/golang/protobuf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/sbom","scorecard":{"id":434490,"data":{"date":"2025-08-11","repo":{"name":"github.com/golang/protobuf","commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":7,"reason":"0 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 7","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":9,"reason":"Found 27/28 approved changesets -- score normalized to 9","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Info:   0 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":"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":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE: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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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:15:33.800Z","repository_id":23680264,"created_at":"2025-08-19T04:15:33.800Z","updated_at":"2025-08-19T04:15:33.800Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31945987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"repo_metadata_updated_at":"2026-04-17T21:00:19.983Z","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-golang-protobuf-1-3?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-golang-protobuf-1-3","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/golang-github-golang-protobuf-1-3","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/golang-github-golang-protobuf-1-3/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-30T02:24:40.338Z","issues_count":278,"pull_requests_count":15,"avg_time_to_close_issue":5785339.119565218,"avg_time_to_close_pull_request":577767.7692307692,"issues_closed_count":184,"pull_requests_closed_count":13,"pull_request_authors_count":11,"issue_authors_count":229,"avg_comments_per_issue":4.845323741007194,"avg_comments_per_pull_request":2.3333333333333335,"merged_pull_requests_count":6,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":24,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":290949.5,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":12,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":21,"past_year_avg_comments_per_issue":1.875,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/issues","maintainers":[{"login":"dsnet","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"HaraldNordgren","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HaraldNordgren"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/golang-github-golang-protobuf-1-3/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/golang-github-golang-protobuf-1-3/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/golang-github-golang-protobuf-1-3/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/golang-github-golang-protobuf-1-3/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/golang-github-golang-protobuf-1-3/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/golang-github-golang-protobuf-1-3/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":2223,"github":"ubuntu","metadata":{"codename":"mantic","mirror":"http://old-releases.ubuntu.com/ubuntu","funded_packages_count":444},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:48.636Z","updated_at":"2026-06-10T05:17:48.008Z","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":13475662,"name":"golang-github-golang-protobuf-1-5","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/golang/protobuf","licenses":"bsd-3-clause","normalized_licenses":[],"repository_url":"https://github.com/golang/protobuf","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-10T03:38:24.828Z","latest_release_published_at":"2026-02-10T03:38:24.828Z","latest_release_number":"1.5.2-3build1","last_synced_at":"2026-03-10T04:13:26.784Z","created_at":"2026-02-10T03:38:24.530Z","updated_at":"2026-04-17T21:00:20.001Z","registry_url":"https://launchpad.net/ubuntu/+source/golang-github-golang-protobuf-1-5","install_command":"apt-get install golang-github-golang-protobuf-1-5","documentation_url":null,"metadata":{"component":"universe","architecture":"any all","priority":"optional","binary":"golang-github-golang-protobuf-1-5-dev, protoc-gen-go-1-5","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, golang-github-google-go-cmp-dev, golang-google-protobuf-dev","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":23680264,"uuid":"27051771","full_name":"golang/protobuf","owner":"golang","description":"Go support for Google's protocol buffers","archived":false,"fork":false,"pushed_at":"2024-08-05T20:04:08.000Z","size":8435,"stargazers_count":10067,"open_issues_count":112,"forks_count":1575,"subscribers_count":209,"default_branch":"master","last_synced_at":"2026-04-17T21:00:11.059Z","etag":null,"topics":["go","golang","protobuf","protocol-buffers"],"latest_commit_sha":null,"homepage":null,"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/golang.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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-11-23T23:07:23.000Z","updated_at":"2026-04-16T13:12:16.000Z","dependencies_parsed_at":"2022-07-09T20:30:29.942Z","dependency_job_id":"afc9e778-763b-4a0c-bd2e-4bbf04d34964","html_url":"https://github.com/golang/protobuf","commit_stats":{"total_commits":786,"total_committers":95,"mean_commits":8.273684210526316,"dds":0.5928753180661578,"last_synced_commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/golang/protobuf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/sbom","scorecard":{"id":434490,"data":{"date":"2025-08-11","repo":{"name":"github.com/golang/protobuf","commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":7,"reason":"0 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 7","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":9,"reason":"Found 27/28 approved changesets -- score normalized to 9","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Info:   0 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":"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":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE: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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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:15:33.800Z","repository_id":23680264,"created_at":"2025-08-19T04:15:33.800Z","updated_at":"2025-08-19T04:15:33.800Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31945987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"repo_metadata_updated_at":"2026-04-17T21:00:20.000Z","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-golang-protobuf-1-5?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-golang-protobuf-1-5","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/golang-github-golang-protobuf-1-5","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/golang-github-golang-protobuf-1-5/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-30T02:24:40.338Z","issues_count":278,"pull_requests_count":15,"avg_time_to_close_issue":5785339.119565218,"avg_time_to_close_pull_request":577767.7692307692,"issues_closed_count":184,"pull_requests_closed_count":13,"pull_request_authors_count":11,"issue_authors_count":229,"avg_comments_per_issue":4.845323741007194,"avg_comments_per_pull_request":2.3333333333333335,"merged_pull_requests_count":6,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":24,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":290949.5,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":12,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":21,"past_year_avg_comments_per_issue":1.875,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/issues","maintainers":[{"login":"dsnet","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"HaraldNordgren","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HaraldNordgren"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/golang-github-golang-protobuf-1-5/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/golang-github-golang-protobuf-1-5/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/golang-github-golang-protobuf-1-5/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/golang-github-golang-protobuf-1-5/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/golang-github-golang-protobuf-1-5/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-23.10/packages/golang-github-golang-protobuf-1-5/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":2223,"github":"ubuntu","metadata":{"codename":"mantic","mirror":"http://old-releases.ubuntu.com/ubuntu","funded_packages_count":444},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:48.636Z","updated_at":"2026-06-10T05:17:48.008Z","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":5290058,"name":"protoc-gen-go","ecosystem":"conda","description":null,"homepage":"https://github.com/golang/protobuf","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/golang/protobuf","keywords_array":[],"namespace":null,"versions_count":10,"first_release_published_at":"2020-01-06T11:31:00.000Z","latest_release_published_at":"2021-03-29T23:48:49.000Z","latest_release_number":"1.5.2","last_synced_at":"2026-04-01T07:01:34.676Z","created_at":"2022-10-03T15:49:14.630Z","updated_at":"2026-04-17T21:00:20.025Z","registry_url":"https://anaconda.org/conda-forge/protoc-gen-go","install_command":"conda install -c conda-forge protoc-gen-go","documentation_url":null,"metadata":{},"repo_metadata":{"id":23680264,"uuid":"27051771","full_name":"golang/protobuf","owner":"golang","description":"Go support for Google's protocol buffers","archived":false,"fork":false,"pushed_at":"2024-08-05T20:04:08.000Z","size":8435,"stargazers_count":10067,"open_issues_count":112,"forks_count":1575,"subscribers_count":209,"default_branch":"master","last_synced_at":"2026-04-17T21:00:11.059Z","etag":null,"topics":["go","golang","protobuf","protocol-buffers"],"latest_commit_sha":null,"homepage":null,"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/golang.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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-11-23T23:07:23.000Z","updated_at":"2026-04-16T13:12:16.000Z","dependencies_parsed_at":"2022-07-09T20:30:29.942Z","dependency_job_id":"afc9e778-763b-4a0c-bd2e-4bbf04d34964","html_url":"https://github.com/golang/protobuf","commit_stats":{"total_commits":786,"total_committers":95,"mean_commits":8.273684210526316,"dds":0.5928753180661578,"last_synced_commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/golang/protobuf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/sbom","scorecard":{"id":434490,"data":{"date":"2025-08-11","repo":{"name":"github.com/golang/protobuf","commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":7,"reason":"0 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 7","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":9,"reason":"Found 27/28 approved changesets -- score normalized to 9","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Info:   0 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":"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":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE: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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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:15:33.800Z","repository_id":23680264,"created_at":"2025-08-19T04:15:33.800Z","updated_at":"2025-08-19T04:15:33.800Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31945987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"golang","name":"Go","uuid":"4314092","kind":"organization","description":"The Go Programming Language","email":null,"website":"https://go.dev","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/4314092?v=4","repositories_count":56,"last_synced_at":"2023-04-08T11:40:21.542Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/golang","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-03T06:09:51.413Z","updated_at":"2023-04-08T11:40:21.555Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang/repositories"},"tags":[{"name":"v1.5.4","sha":"75de7c059e36b64f01d0dd234ff2fff404ec3374","kind":"commit","published_at":"2024-03-06T06:45:40.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.4","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"5d5e8c018a13017f9d5b8bf4fad64aaa42a87308","kind":"commit","published_at":"2021-09-16T00:37:10.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"ae97035608a719c7a1c1c41bed0ae0744bdb0c6f","kind":"commit","published_at":"2021-03-29T18:20:59.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"a36a1a1c346d5cb6951b9440755adb530334f910","kind":"commit","published_at":"2021-03-18T01:16:33.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"f746d3b8ecd31eac7c04a954f3905d46b09f8114","kind":"commit","published_at":"2021-03-18T00:15:31.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.0/manifests"},{"name":"v1.4.3","sha":"4846b58453b3708320bdb524f25cc5a1d9cda4d4","kind":"commit","published_at":"2020-10-15T06:18:29.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"d04d7b157bb510b1e0c10132224b616ac0e26b17","kind":"commit","published_at":"2020-05-14T20:44:37.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"6c66de79d66478d166c7ea05f5d2ccaf016fbd6b","kind":"commit","published_at":"2020-05-04T19:38:55.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"1b794fe86dd6a0c7c52ae69b5c9cb0aeedc52afa","kind":"commit","published_at":"2020-04-13T19:43:07.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0/manifests"},{"name":"v1.3.5","sha":"84668698ea25b64748563aa20726db66a6b8d299","kind":"commit","published_at":"2020-03-12T22:07:03.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.5","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.5/manifests"},{"name":"v1.4.0-rc.4","sha":"7bd8073ff04aed15560d5a400a4d9bccda3dc2e0","kind":"commit","published_at":"2020-03-09T20:21:52.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.4","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.4/manifests"},{"name":"v1.4.0-rc.3","sha":"3f90b7282e85d414c90d9b74f8a15dcd89ea8421","kind":"commit","published_at":"2020-03-02T19:47:53.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.3/manifests"},{"name":"v1.4.0-rc.2","sha":"a3619c1acae2c674b494328ff4dd53c8ba0590dc","kind":"commit","published_at":"2020-02-28T23:19:22.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.2/manifests"},{"name":"v1.3.4","sha":"5d5b4c10bd43f85e63bd9e4a3fa9b1ea2ef88af2","kind":"commit","published_at":"2020-02-26T19:23:50.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.4","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.4/manifests"},{"name":"v1.4.0-rc.1","sha":"0fd14f96108ad68d2571a78c2d8ef5287ee57c43","kind":"commit","published_at":"2020-02-12T18:09:08.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.1/manifests"},{"name":"v1.3.3","sha":"d23c5127dc24889085f8ccea5c9d560a57a879d8","kind":"commit","published_at":"2020-01-28T18:10:22.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.3/manifests"},{"name":"v1.3.2","sha":"6c65a5562fc06764971b7c5d05c76c75e84bdbf7","kind":"commit","published_at":"2019-07-01T18:22:01.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"b5d812f8a3706043e23a9cd5babf2e5423744d30","kind":"commit","published_at":"2019-02-28T15:19:29.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"c823c79ea1570fb5ff454033735a8e68575d1d0f","kind":"commit","published_at":"2019-02-05T22:20:52.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"aa810b61a9c79d51363740d207bb46cf8e620ed5","kind":"commit","published_at":"2018-08-14T21:14:27.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.2.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"b4deda0973fb4c70b50d226b1af49f3da59f5265","kind":"commit","published_at":"2018-04-30T18:52:41.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.1.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"925541529c1fa6821df4e44ce2723319eb2be768","kind":"commit","published_at":"2018-01-25T21:43:03.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.0.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-04-17T21:00:20.024Z","dependent_packages_count":0,"downloads":65161,"downloads_period":"total","dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":34.025455452957324,"dependent_packages_count":51.17544297479411,"stargazers_count":2.969802845021213,"forks_count":3.0546543548789615,"average":22.806338906912902},"purl":"pkg:conda/protoc-gen-go?repository_url=https://conda-forge.org","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/conda/protoc-gen-go","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/conda/protoc-gen-go","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/conda/protoc-gen-go/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-30T02:24:40.338Z","issues_count":278,"pull_requests_count":15,"avg_time_to_close_issue":5785339.119565218,"avg_time_to_close_pull_request":577767.7692307692,"issues_closed_count":184,"pull_requests_closed_count":13,"pull_request_authors_count":11,"issue_authors_count":229,"avg_comments_per_issue":4.845323741007194,"avg_comments_per_pull_request":2.3333333333333335,"merged_pull_requests_count":6,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":24,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":290949.5,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":12,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":21,"past_year_avg_comments_per_issue":1.875,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/issues","maintainers":[{"login":"dsnet","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"HaraldNordgren","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HaraldNordgren"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/protoc-gen-go/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/protoc-gen-go/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/protoc-gen-go/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/protoc-gen-go/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/protoc-gen-go/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages/protoc-gen-go/codemeta","maintainers":[],"registry":{"name":"conda-forge.org","url":"https://conda-forge.org","ecosystem":"conda","default":false,"packages_count":20636,"maintainers_count":0,"namespaces_count":0,"keywords_count":13549,"github":"conda-forge","metadata":{"kind":"conda-forge","key":"CondaForge","api":"https://conda.anaconda.org","funded_packages_count":2269},"icon_url":"https://github.com/conda-forge.png","created_at":"2022-10-03T15:37:08.743Z","updated_at":"2026-06-10T05:18:51.687Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/conda-forge.org/namespaces"}},{"id":13684706,"name":"golang-github-golang-protobuf-1-3","ecosystem":"debian","description":null,"homepage":"https://github.com/golang/protobuf","licenses":"bsd-3-clause","normalized_licenses":[],"repository_url":"https://github.com/golang/protobuf","keywords_array":["misc"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-12T17:48:01.878Z","latest_release_published_at":"2026-02-12T17:48:01.878Z","latest_release_number":"1.3.5-4","last_synced_at":"2026-03-13T00:07:24.862Z","created_at":"2026-02-12T17:48:01.699Z","updated_at":"2026-04-17T21:02:11.567Z","registry_url":"https://tracker.debian.org/pkg/golang-github-golang-protobuf-1-3","install_command":"apt-get install golang-github-golang-protobuf-1-3","documentation_url":"https://packages.debian.org/bookworm/golang-github-golang-protobuf-1-3","metadata":{"component":"main","architecture":"any all","priority":"optional","binary":"golang-goprotobuf-dev, golang-github-golang-protobuf-1-3-dev, protoc-gen-go-1-3","standards_version":"4.6.2","maintainer":"Debian Go Packaging Team \u003cteam+pkg-go@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-golang (\u003e= 1.31~), golang-any, libprotobuf-dev, protobuf-compiler","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":23680264,"uuid":"27051771","full_name":"golang/protobuf","owner":"golang","description":"Go support for Google's protocol buffers","archived":false,"fork":false,"pushed_at":"2024-08-05T20:04:08.000Z","size":8435,"stargazers_count":10067,"open_issues_count":112,"forks_count":1575,"subscribers_count":209,"default_branch":"master","last_synced_at":"2026-04-17T21:00:11.059Z","etag":null,"topics":["go","golang","protobuf","protocol-buffers"],"latest_commit_sha":null,"homepage":null,"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/golang.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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-11-23T23:07:23.000Z","updated_at":"2026-04-16T13:12:16.000Z","dependencies_parsed_at":"2022-07-09T20:30:29.942Z","dependency_job_id":"afc9e778-763b-4a0c-bd2e-4bbf04d34964","html_url":"https://github.com/golang/protobuf","commit_stats":{"total_commits":786,"total_committers":95,"mean_commits":8.273684210526316,"dds":0.5928753180661578,"last_synced_commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/golang/protobuf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/sbom","scorecard":{"id":434490,"data":{"date":"2025-08-11","repo":{"name":"github.com/golang/protobuf","commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":7,"reason":"0 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 7","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":9,"reason":"Found 27/28 approved changesets -- score normalized to 9","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Info:   0 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":"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":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE: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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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:15:33.800Z","repository_id":23680264,"created_at":"2025-08-19T04:15:33.800Z","updated_at":"2025-08-19T04:15:33.800Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31945987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"repo_metadata_updated_at":"2026-04-17T21:02:11.566Z","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-golang-protobuf-1-3?arch=source\u0026distro=debian-12","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/golang-github-golang-protobuf-1-3","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/golang-github-golang-protobuf-1-3","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/golang-github-golang-protobuf-1-3/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-30T02:24:40.338Z","issues_count":278,"pull_requests_count":15,"avg_time_to_close_issue":5785339.119565218,"avg_time_to_close_pull_request":577767.7692307692,"issues_closed_count":184,"pull_requests_closed_count":13,"pull_request_authors_count":11,"issue_authors_count":229,"avg_comments_per_issue":4.845323741007194,"avg_comments_per_pull_request":2.3333333333333335,"merged_pull_requests_count":6,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":24,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":290949.5,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":12,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":21,"past_year_avg_comments_per_issue":1.875,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/issues","maintainers":[{"login":"dsnet","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"HaraldNordgren","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HaraldNordgren"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/golang-github-golang-protobuf-1-3/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/golang-github-golang-protobuf-1-3/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/golang-github-golang-protobuf-1-3/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/golang-github-golang-protobuf-1-3/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/golang-github-golang-protobuf-1-3/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/golang-github-golang-protobuf-1-3/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":2667,"github":"debian","metadata":{"codename":"bookworm","funded_packages_count":395},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:49.459Z","updated_at":"2026-06-10T05:17:51.014Z","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":13387929,"name":"golang-github-golang-protobuf-1-3","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/golang/protobuf","licenses":"bsd-3-clause","normalized_licenses":[],"repository_url":"https://github.com/golang/protobuf","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-05T15:59:45.706Z","latest_release_published_at":"2026-02-05T15:59:45.706Z","latest_release_number":"1.3.5-4build1","last_synced_at":"2026-02-05T16:01:57.990Z","created_at":"2026-02-05T15:59:44.857Z","updated_at":"2026-04-17T21:02:11.795Z","registry_url":"https://launchpad.net/ubuntu/+source/golang-github-golang-protobuf-1-3","install_command":"apt-get install golang-github-golang-protobuf-1-3","documentation_url":null,"metadata":{"component":"universe","architecture":"any all","priority":"optional","binary":"golang-goprotobuf-dev, golang-github-golang-protobuf-1-3-dev, protoc-gen-go-1-3","standards_version":"4.6.2","maintainer":"Debian Go Packaging Team \u003cteam+pkg-go@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-golang (\u003e= 1.31~), golang-any, libprotobuf-dev, protobuf-compiler","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":23680264,"uuid":"27051771","full_name":"golang/protobuf","owner":"golang","description":"Go support for Google's protocol buffers","archived":false,"fork":false,"pushed_at":"2024-08-05T20:04:08.000Z","size":8435,"stargazers_count":10067,"open_issues_count":112,"forks_count":1575,"subscribers_count":209,"default_branch":"master","last_synced_at":"2026-04-17T21:00:11.059Z","etag":null,"topics":["go","golang","protobuf","protocol-buffers"],"latest_commit_sha":null,"homepage":null,"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/golang.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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-11-23T23:07:23.000Z","updated_at":"2026-04-16T13:12:16.000Z","dependencies_parsed_at":"2022-07-09T20:30:29.942Z","dependency_job_id":"afc9e778-763b-4a0c-bd2e-4bbf04d34964","html_url":"https://github.com/golang/protobuf","commit_stats":{"total_commits":786,"total_committers":95,"mean_commits":8.273684210526316,"dds":0.5928753180661578,"last_synced_commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/golang/protobuf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/sbom","scorecard":{"id":434490,"data":{"date":"2025-08-11","repo":{"name":"github.com/golang/protobuf","commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":7,"reason":"0 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 7","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":9,"reason":"Found 27/28 approved changesets -- score normalized to 9","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Info:   0 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":"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":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE: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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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:15:33.800Z","repository_id":23680264,"created_at":"2025-08-19T04:15:33.800Z","updated_at":"2025-08-19T04:15:33.800Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31945987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"repo_metadata_updated_at":"2026-04-17T21:02:11.795Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{},"purl":"pkg:deb/ubuntu/golang-github-golang-protobuf-1-3?arch=source\u0026distro=ubuntu-24.04","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/golang-github-golang-protobuf-1-3","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/golang-github-golang-protobuf-1-3","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/golang-github-golang-protobuf-1-3/dependencies","status":"removed","funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-30T02:24:40.338Z","issues_count":278,"pull_requests_count":15,"avg_time_to_close_issue":5785339.119565218,"avg_time_to_close_pull_request":577767.7692307692,"issues_closed_count":184,"pull_requests_closed_count":13,"pull_request_authors_count":11,"issue_authors_count":229,"avg_comments_per_issue":4.845323741007194,"avg_comments_per_pull_request":2.3333333333333335,"merged_pull_requests_count":6,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":24,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":290949.5,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":12,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":21,"past_year_avg_comments_per_issue":1.875,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/issues","maintainers":[{"login":"dsnet","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"HaraldNordgren","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HaraldNordgren"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/golang-github-golang-protobuf-1-3/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/golang-github-golang-protobuf-1-3/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/golang-github-golang-protobuf-1-3/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/golang-github-golang-protobuf-1-3/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/golang-github-golang-protobuf-1-3/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/golang-github-golang-protobuf-1-3/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":1701,"github":"ubuntu","metadata":{"codename":"noble","funded_packages_count":198},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:45.928Z","updated_at":"2026-06-10T05:17:44.581Z","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":13684707,"name":"golang-github-golang-protobuf-1-5","ecosystem":"debian","description":null,"homepage":"https://github.com/golang/protobuf","licenses":"bsd-3-clause","normalized_licenses":[],"repository_url":"https://github.com/golang/protobuf","keywords_array":["misc"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-12T17:48:02.466Z","latest_release_published_at":"2026-02-12T17:48:02.466Z","latest_release_number":"1.5.2-3","last_synced_at":"2026-03-13T00:07:25.210Z","created_at":"2026-02-12T17:48:02.286Z","updated_at":"2026-04-17T21:02:11.641Z","registry_url":"https://tracker.debian.org/pkg/golang-github-golang-protobuf-1-5","install_command":"apt-get install golang-github-golang-protobuf-1-5","documentation_url":"https://packages.debian.org/bookworm/golang-github-golang-protobuf-1-5","metadata":{"component":"main","architecture":"any all","priority":"optional","binary":"golang-github-golang-protobuf-1-5-dev, protoc-gen-go-1-5","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, golang-github-google-go-cmp-dev, golang-google-protobuf-dev","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":23680264,"uuid":"27051771","full_name":"golang/protobuf","owner":"golang","description":"Go support for Google's protocol buffers","archived":false,"fork":false,"pushed_at":"2024-08-05T20:04:08.000Z","size":8435,"stargazers_count":10067,"open_issues_count":112,"forks_count":1575,"subscribers_count":209,"default_branch":"master","last_synced_at":"2026-04-17T21:00:11.059Z","etag":null,"topics":["go","golang","protobuf","protocol-buffers"],"latest_commit_sha":null,"homepage":null,"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/golang.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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-11-23T23:07:23.000Z","updated_at":"2026-04-16T13:12:16.000Z","dependencies_parsed_at":"2022-07-09T20:30:29.942Z","dependency_job_id":"afc9e778-763b-4a0c-bd2e-4bbf04d34964","html_url":"https://github.com/golang/protobuf","commit_stats":{"total_commits":786,"total_committers":95,"mean_commits":8.273684210526316,"dds":0.5928753180661578,"last_synced_commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/golang/protobuf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/sbom","scorecard":{"id":434490,"data":{"date":"2025-08-11","repo":{"name":"github.com/golang/protobuf","commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":7,"reason":"0 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 7","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":9,"reason":"Found 27/28 approved changesets -- score normalized to 9","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Info:   0 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":"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":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE: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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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:15:33.800Z","repository_id":23680264,"created_at":"2025-08-19T04:15:33.800Z","updated_at":"2025-08-19T04:15:33.800Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31945987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"repo_metadata_updated_at":"2026-04-17T21:02:11.641Z","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-golang-protobuf-1-5?arch=source\u0026distro=debian-12","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/golang-github-golang-protobuf-1-5","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/golang-github-golang-protobuf-1-5","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/golang-github-golang-protobuf-1-5/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-30T02:24:40.338Z","issues_count":278,"pull_requests_count":15,"avg_time_to_close_issue":5785339.119565218,"avg_time_to_close_pull_request":577767.7692307692,"issues_closed_count":184,"pull_requests_closed_count":13,"pull_request_authors_count":11,"issue_authors_count":229,"avg_comments_per_issue":4.845323741007194,"avg_comments_per_pull_request":2.3333333333333335,"merged_pull_requests_count":6,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":24,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":290949.5,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":12,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":21,"past_year_avg_comments_per_issue":1.875,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/issues","maintainers":[{"login":"dsnet","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"HaraldNordgren","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HaraldNordgren"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/golang-github-golang-protobuf-1-5/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/golang-github-golang-protobuf-1-5/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/golang-github-golang-protobuf-1-5/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/golang-github-golang-protobuf-1-5/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/golang-github-golang-protobuf-1-5/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-12/packages/golang-github-golang-protobuf-1-5/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":2667,"github":"debian","metadata":{"codename":"bookworm","funded_packages_count":395},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:49.459Z","updated_at":"2026-06-10T05:17:51.014Z","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":13387930,"name":"golang-github-golang-protobuf-1-5","ecosystem":"ubuntu","description":null,"homepage":"https://github.com/golang/protobuf","licenses":"bsd-3-clause","normalized_licenses":[],"repository_url":"https://github.com/golang/protobuf","keywords_array":["universe/misc"],"namespace":"universe","versions_count":1,"first_release_published_at":"2026-02-05T15:59:46.170Z","latest_release_published_at":"2026-02-05T15:59:46.170Z","latest_release_number":"1.5.3-1","last_synced_at":"2026-02-05T16:01:58.081Z","created_at":"2026-02-05T15:59:45.596Z","updated_at":"2026-04-17T21:02:11.936Z","registry_url":"https://launchpad.net/ubuntu/+source/golang-github-golang-protobuf-1-5","install_command":"apt-get install golang-github-golang-protobuf-1-5","documentation_url":null,"metadata":{"component":"universe","architecture":"any all","priority":"optional","binary":"golang-github-golang-protobuf-1-5-dev, protoc-gen-go-1-5","standards_version":"4.6.2","maintainer":"Debian Go Packaging Team \u003cteam+pkg-go@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 13), dh-sequence-golang, golang-any, golang-github-google-go-cmp-dev, golang-google-protobuf-dev","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":23680264,"uuid":"27051771","full_name":"golang/protobuf","owner":"golang","description":"Go support for Google's protocol buffers","archived":false,"fork":false,"pushed_at":"2024-08-05T20:04:08.000Z","size":8435,"stargazers_count":10067,"open_issues_count":112,"forks_count":1575,"subscribers_count":209,"default_branch":"master","last_synced_at":"2026-04-17T21:00:11.059Z","etag":null,"topics":["go","golang","protobuf","protocol-buffers"],"latest_commit_sha":null,"homepage":null,"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/golang.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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-11-23T23:07:23.000Z","updated_at":"2026-04-16T13:12:16.000Z","dependencies_parsed_at":"2022-07-09T20:30:29.942Z","dependency_job_id":"afc9e778-763b-4a0c-bd2e-4bbf04d34964","html_url":"https://github.com/golang/protobuf","commit_stats":{"total_commits":786,"total_committers":95,"mean_commits":8.273684210526316,"dds":0.5928753180661578,"last_synced_commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/golang/protobuf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/sbom","scorecard":{"id":434490,"data":{"date":"2025-08-11","repo":{"name":"github.com/golang/protobuf","commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":7,"reason":"0 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 7","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":9,"reason":"Found 27/28 approved changesets -- score normalized to 9","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Info:   0 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":"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":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE: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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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:15:33.800Z","repository_id":23680264,"created_at":"2025-08-19T04:15:33.800Z","updated_at":"2025-08-19T04:15:33.800Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31945987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"repo_metadata_updated_at":"2026-04-17T21:02:11.935Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{},"purl":"pkg:deb/ubuntu/golang-github-golang-protobuf-1-5?arch=source\u0026distro=ubuntu-24.04","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/ubuntu/golang-github-golang-protobuf-1-5","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/ubuntu/golang-github-golang-protobuf-1-5","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/ubuntu/golang-github-golang-protobuf-1-5/dependencies","status":"removed","funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-30T02:24:40.338Z","issues_count":278,"pull_requests_count":15,"avg_time_to_close_issue":5785339.119565218,"avg_time_to_close_pull_request":577767.7692307692,"issues_closed_count":184,"pull_requests_closed_count":13,"pull_request_authors_count":11,"issue_authors_count":229,"avg_comments_per_issue":4.845323741007194,"avg_comments_per_pull_request":2.3333333333333335,"merged_pull_requests_count":6,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":24,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":290949.5,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":12,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":21,"past_year_avg_comments_per_issue":1.875,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/issues","maintainers":[{"login":"dsnet","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"HaraldNordgren","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HaraldNordgren"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/golang-github-golang-protobuf-1-5/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/golang-github-golang-protobuf-1-5/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/golang-github-golang-protobuf-1-5/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/golang-github-golang-protobuf-1-5/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/golang-github-golang-protobuf-1-5/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/ubuntu-24.04/packages/golang-github-golang-protobuf-1-5/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":1701,"github":"ubuntu","metadata":{"codename":"noble","funded_packages_count":198},"icon_url":"https://github.com/ubuntu.png","created_at":"2026-02-04T11:01:45.928Z","updated_at":"2026-06-10T05:17:44.581Z","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":3734514,"name":"android.googlesource.com/platform/external/golang-protobuf.git","ecosystem":"go","description":"","homepage":"https://github.com/golang/protobuf","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/golang/protobuf","keywords_array":[],"namespace":"android.googlesource.com/platform/external","versions_count":0,"first_release_published_at":null,"latest_release_published_at":"2026-05-05T10:36:32.771Z","latest_release_number":null,"last_synced_at":"2026-07-06T12:32:04.935Z","created_at":"2022-04-11T14:08:09.797Z","updated_at":"2026-07-06T12:32:04.935Z","registry_url":"https://pkg.go.dev/android.googlesource.com/platform/external/golang-protobuf.git","install_command":"go get android.googlesource.com/platform/external/golang-protobuf.git","documentation_url":"https://pkg.go.dev/android.googlesource.com/platform/external/golang-protobuf.git#section-documentation","metadata":{},"repo_metadata":{"id":23680264,"uuid":"27051771","full_name":"golang/protobuf","owner":"golang","description":"Go support for Google's protocol buffers","archived":false,"fork":false,"pushed_at":"2024-08-05T20:04:08.000Z","size":8435,"stargazers_count":10067,"open_issues_count":112,"forks_count":1575,"subscribers_count":209,"default_branch":"master","last_synced_at":"2026-04-17T21:00:11.059Z","etag":null,"topics":["go","golang","protobuf","protocol-buffers"],"latest_commit_sha":null,"homepage":null,"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/golang.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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-11-23T23:07:23.000Z","updated_at":"2026-04-16T13:12:16.000Z","dependencies_parsed_at":"2022-07-09T20:30:29.942Z","dependency_job_id":"afc9e778-763b-4a0c-bd2e-4bbf04d34964","html_url":"https://github.com/golang/protobuf","commit_stats":{"total_commits":786,"total_committers":95,"mean_commits":8.273684210526316,"dds":0.5928753180661578,"last_synced_commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/golang/protobuf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/sbom","scorecard":{"id":434490,"data":{"date":"2025-08-11","repo":{"name":"github.com/golang/protobuf","commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":7,"reason":"0 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 7","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":9,"reason":"Found 27/28 approved changesets -- score normalized to 9","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Info:   0 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":"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":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE: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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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:15:33.800Z","repository_id":23680264,"created_at":"2025-08-19T04:15:33.800Z","updated_at":"2025-08-19T04:15:33.800Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31945987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"golang","name":"Go","uuid":"4314092","kind":"organization","description":"The Go Programming Language","email":null,"website":"https://go.dev","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/4314092?v=4","repositories_count":56,"last_synced_at":"2023-04-08T11:40:21.542Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/golang","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-03T06:09:51.413Z","updated_at":"2023-04-08T11:40:21.555Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang/repositories"},"tags":[{"name":"v1.5.4","sha":"75de7c059e36b64f01d0dd234ff2fff404ec3374","kind":"commit","published_at":"2024-03-06T06:45:40.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.4","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"5d5e8c018a13017f9d5b8bf4fad64aaa42a87308","kind":"commit","published_at":"2021-09-16T00:37:10.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"ae97035608a719c7a1c1c41bed0ae0744bdb0c6f","kind":"commit","published_at":"2021-03-29T18:20:59.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"a36a1a1c346d5cb6951b9440755adb530334f910","kind":"commit","published_at":"2021-03-18T01:16:33.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"f746d3b8ecd31eac7c04a954f3905d46b09f8114","kind":"commit","published_at":"2021-03-18T00:15:31.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.0/manifests"},{"name":"v1.4.3","sha":"4846b58453b3708320bdb524f25cc5a1d9cda4d4","kind":"commit","published_at":"2020-10-15T06:18:29.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"d04d7b157bb510b1e0c10132224b616ac0e26b17","kind":"commit","published_at":"2020-05-14T20:44:37.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"6c66de79d66478d166c7ea05f5d2ccaf016fbd6b","kind":"commit","published_at":"2020-05-04T19:38:55.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"1b794fe86dd6a0c7c52ae69b5c9cb0aeedc52afa","kind":"commit","published_at":"2020-04-13T19:43:07.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0/manifests"},{"name":"v1.3.5","sha":"84668698ea25b64748563aa20726db66a6b8d299","kind":"commit","published_at":"2020-03-12T22:07:03.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.5","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.5/manifests"},{"name":"v1.4.0-rc.4","sha":"7bd8073ff04aed15560d5a400a4d9bccda3dc2e0","kind":"commit","published_at":"2020-03-09T20:21:52.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.4","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.4/manifests"},{"name":"v1.4.0-rc.3","sha":"3f90b7282e85d414c90d9b74f8a15dcd89ea8421","kind":"commit","published_at":"2020-03-02T19:47:53.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.3/manifests"},{"name":"v1.4.0-rc.2","sha":"a3619c1acae2c674b494328ff4dd53c8ba0590dc","kind":"commit","published_at":"2020-02-28T23:19:22.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.2/manifests"},{"name":"v1.3.4","sha":"5d5b4c10bd43f85e63bd9e4a3fa9b1ea2ef88af2","kind":"commit","published_at":"2020-02-26T19:23:50.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.4","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.4/manifests"},{"name":"v1.4.0-rc.1","sha":"0fd14f96108ad68d2571a78c2d8ef5287ee57c43","kind":"commit","published_at":"2020-02-12T18:09:08.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.1/manifests"},{"name":"v1.3.3","sha":"d23c5127dc24889085f8ccea5c9d560a57a879d8","kind":"commit","published_at":"2020-01-28T18:10:22.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.3/manifests"},{"name":"v1.3.2","sha":"6c65a5562fc06764971b7c5d05c76c75e84bdbf7","kind":"commit","published_at":"2019-07-01T18:22:01.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"b5d812f8a3706043e23a9cd5babf2e5423744d30","kind":"commit","published_at":"2019-02-28T15:19:29.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"c823c79ea1570fb5ff454033735a8e68575d1d0f","kind":"commit","published_at":"2019-02-05T22:20:52.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"aa810b61a9c79d51363740d207bb46cf8e620ed5","kind":"commit","published_at":"2018-08-14T21:14:27.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.2.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"b4deda0973fb4c70b50d226b1af49f3da59f5265","kind":"commit","published_at":"2018-04-30T18:52:41.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.1.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"925541529c1fa6821df4e44ce2723319eb2be768","kind":"commit","published_at":"2018-01-25T21:43:03.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.0.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-04-17T21:00:18.489Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":9.345852080216646,"dependent_packages_count":6.999148183520997,"stargazers_count":0.47764570943743073,"forks_count":0.45912795989392136,"average":4.320443483267249},"purl":"pkg:golang/android.googlesource.com/platform/external/golang-protobuf.git","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/android.googlesource.com/platform/external/golang-protobuf.git","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/android.googlesource.com/platform/external/golang-protobuf.git","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/android.googlesource.com/platform/external/golang-protobuf.git/dependencies","status":"removed","funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-30T02:24:40.338Z","issues_count":278,"pull_requests_count":15,"avg_time_to_close_issue":5785339.119565218,"avg_time_to_close_pull_request":577767.7692307692,"issues_closed_count":184,"pull_requests_closed_count":13,"pull_request_authors_count":11,"issue_authors_count":229,"avg_comments_per_issue":4.845323741007194,"avg_comments_per_pull_request":2.3333333333333335,"merged_pull_requests_count":6,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":24,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":290949.5,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":12,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":21,"past_year_avg_comments_per_issue":1.875,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/issues","maintainers":[{"login":"dsnet","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"HaraldNordgren","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HaraldNordgren"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/android.googlesource.com%2Fplatform%2Fexternal%2Fgolang-protobuf.git/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/android.googlesource.com%2Fplatform%2Fexternal%2Fgolang-protobuf.git/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/android.googlesource.com%2Fplatform%2Fexternal%2Fgolang-protobuf.git/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/android.googlesource.com%2Fplatform%2Fexternal%2Fgolang-protobuf.git/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/android.googlesource.com%2Fplatform%2Fexternal%2Fgolang-protobuf.git/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/android.googlesource.com%2Fplatform%2Fexternal%2Fgolang-protobuf.git/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2204914,"maintainers_count":0,"namespaces_count":792747,"keywords_count":113213,"github":"golang","metadata":{"funded_packages_count":53976},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-06-10T05:03:23.672Z","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":14128811,"name":"github.com/golang/protobuf/descriptor","ecosystem":"go","description":"Package descriptor provides functions for obtaining the protocol buffer\ndescriptors of generated Go types.\n\nDeprecated: See the \"google.golang.org/protobuf/reflect/protoreflect\" package\nfor how to obtain an EnumDescriptor or MessageDescriptor in order to\nprogramatically interact with the protobuf type system.","homepage":"https://github.com/golang/protobuf","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/golang/protobuf","keywords_array":[],"namespace":"github.com/golang/protobuf","versions_count":22,"first_release_published_at":"2026-03-26T20:54:48.418Z","latest_release_published_at":"2026-03-26T20:54:48.418Z","latest_release_number":"v1.5.4","last_synced_at":"2026-07-06T12:32:03.261Z","created_at":"2026-03-26T20:54:19.295Z","updated_at":"2026-07-06T12:32:03.262Z","registry_url":"https://pkg.go.dev/github.com/golang/protobuf/descriptor","install_command":"go get github.com/golang/protobuf/descriptor","documentation_url":"https://pkg.go.dev/github.com/golang/protobuf/descriptor#section-documentation","metadata":{},"repo_metadata":{"id":23680264,"uuid":"27051771","full_name":"golang/protobuf","owner":"golang","description":"Go support for Google's protocol buffers","archived":false,"fork":false,"pushed_at":"2024-08-05T20:04:08.000Z","size":8435,"stargazers_count":10067,"open_issues_count":112,"forks_count":1575,"subscribers_count":209,"default_branch":"master","last_synced_at":"2026-04-17T21:00:11.059Z","etag":null,"topics":["go","golang","protobuf","protocol-buffers"],"latest_commit_sha":null,"homepage":null,"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/golang.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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-11-23T23:07:23.000Z","updated_at":"2026-04-16T13:12:16.000Z","dependencies_parsed_at":"2022-07-09T20:30:29.942Z","dependency_job_id":"afc9e778-763b-4a0c-bd2e-4bbf04d34964","html_url":"https://github.com/golang/protobuf","commit_stats":{"total_commits":786,"total_committers":95,"mean_commits":8.273684210526316,"dds":0.5928753180661578,"last_synced_commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/golang/protobuf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/sbom","scorecard":{"id":434490,"data":{"date":"2025-08-11","repo":{"name":"github.com/golang/protobuf","commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":7,"reason":"0 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 7","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":9,"reason":"Found 27/28 approved changesets -- score normalized to 9","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Info:   0 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":"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":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE: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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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:15:33.800Z","repository_id":23680264,"created_at":"2025-08-19T04:15:33.800Z","updated_at":"2025-08-19T04:15:33.800Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31945987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"repo_metadata_updated_at":"2026-04-17T21:00:15.767Z","dependent_packages_count":0,"downloads":null,"downloads_period":null,"dependent_repos_count":0,"rankings":{"downloads":null,"dependent_repos_count":5.208711634545036,"dependent_packages_count":4.880608738860206,"stargazers_count":null,"forks_count":null,"docker_downloads_count":null,"average":5.044660186702622},"purl":"pkg:golang/github.com/golang/protobuf/descriptor","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/golang/protobuf/descriptor","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/golang/protobuf/descriptor","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/golang/protobuf/descriptor/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-30T02:24:40.338Z","issues_count":278,"pull_requests_count":15,"avg_time_to_close_issue":5785339.119565218,"avg_time_to_close_pull_request":577767.7692307692,"issues_closed_count":184,"pull_requests_closed_count":13,"pull_request_authors_count":11,"issue_authors_count":229,"avg_comments_per_issue":4.845323741007194,"avg_comments_per_pull_request":2.3333333333333335,"merged_pull_requests_count":6,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":24,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":290949.5,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":12,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":21,"past_year_avg_comments_per_issue":1.875,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/issues","maintainers":[{"login":"dsnet","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"HaraldNordgren","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HaraldNordgren"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf%2Fdescriptor/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf%2Fdescriptor/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf%2Fdescriptor/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf%2Fdescriptor/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf%2Fdescriptor/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf%2Fdescriptor/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2204914,"maintainers_count":0,"namespaces_count":792747,"keywords_count":113213,"github":"golang","metadata":{"funded_packages_count":53976},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-06-10T05:03:23.672Z","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":3492574,"name":"github.com/golang/protobuf","ecosystem":"go","description":"","homepage":"https://github.com/golang/protobuf","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/golang/protobuf","keywords_array":[],"namespace":"github.com/golang","versions_count":22,"first_release_published_at":"2018-01-25T21:43:03.000Z","latest_release_published_at":"2026-07-10T00:35:03.055Z","latest_release_number":null,"last_synced_at":"2026-07-10T00:35:04.144Z","created_at":"2022-04-10T19:10:28.622Z","updated_at":"2026-07-10T00:35:04.144Z","registry_url":"https://pkg.go.dev/github.com/golang/protobuf","install_command":"go get github.com/golang/protobuf","documentation_url":"https://pkg.go.dev/github.com/golang/protobuf#section-documentation","metadata":{},"repo_metadata":{"id":23680264,"uuid":"27051771","full_name":"golang/protobuf","owner":"golang","description":"Go support for Google's protocol buffers","archived":false,"fork":false,"pushed_at":"2024-08-05T20:04:08.000Z","size":8435,"stargazers_count":10072,"open_issues_count":116,"forks_count":1572,"subscribers_count":208,"default_branch":"master","last_synced_at":"2026-06-06T04:04:36.978Z","etag":null,"topics":["go","golang","protobuf","protocol-buffers"],"latest_commit_sha":null,"homepage":null,"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/golang.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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-11-23T23:07:23.000Z","updated_at":"2026-06-05T22:19:29.000Z","dependencies_parsed_at":"2022-07-09T20:30:29.942Z","dependency_job_id":"afc9e778-763b-4a0c-bd2e-4bbf04d34964","html_url":"https://github.com/golang/protobuf","commit_stats":{"total_commits":786,"total_committers":95,"mean_commits":8.273684210526316,"dds":0.5928753180661578,"last_synced_commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/golang/protobuf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/sbom","scorecard":{"id":434490,"data":{"date":"2025-08-11","repo":{"name":"github.com/golang/protobuf","commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":7,"reason":"0 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 7","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":9,"reason":"Found 27/28 approved changesets -- score normalized to 9","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Info:   0 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":"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":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE: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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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:15:33.800Z","repository_id":23680264,"created_at":"2025-08-19T04:15:33.800Z","updated_at":"2025-08-19T04:15:33.800Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34170161,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-10T02:00:07.152Z","response_time":89,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"},"owner_record":{"login":"golang","name":"Go","uuid":"4314092","kind":"organization","description":"The Go Programming Language","email":null,"website":"https://go.dev","location":null,"twitter":null,"company":null,"icon_url":"https://avatars.githubusercontent.com/u/4314092?v=4","repositories_count":56,"last_synced_at":"2023-04-08T11:40:21.542Z","metadata":{"has_sponsors_listing":false},"html_url":"https://github.com/golang","funding_links":[],"total_stars":null,"followers":null,"following":null,"created_at":"2022-11-03T06:09:51.413Z","updated_at":"2023-04-08T11:40:21.555Z","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang/repositories"},"tags":[{"name":"v1.5.4","sha":"75de7c059e36b64f01d0dd234ff2fff404ec3374","kind":"commit","published_at":"2024-03-06T06:45:40.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.4","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.4/manifests"},{"name":"v1.5.3","sha":"5d5e8c018a13017f9d5b8bf4fad64aaa42a87308","kind":"commit","published_at":"2021-09-16T00:37:10.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.3/manifests"},{"name":"v1.5.2","sha":"ae97035608a719c7a1c1c41bed0ae0744bdb0c6f","kind":"commit","published_at":"2021-03-29T18:20:59.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.2/manifests"},{"name":"v1.5.1","sha":"a36a1a1c346d5cb6951b9440755adb530334f910","kind":"commit","published_at":"2021-03-18T01:16:33.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.1/manifests"},{"name":"v1.5.0","sha":"f746d3b8ecd31eac7c04a954f3905d46b09f8114","kind":"commit","published_at":"2021-03-18T00:15:31.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.5.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.5.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.5.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.5.0/manifests"},{"name":"v1.4.3","sha":"4846b58453b3708320bdb524f25cc5a1d9cda4d4","kind":"commit","published_at":"2020-10-15T06:18:29.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.3/manifests"},{"name":"v1.4.2","sha":"d04d7b157bb510b1e0c10132224b616ac0e26b17","kind":"commit","published_at":"2020-05-14T20:44:37.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.2/manifests"},{"name":"v1.4.1","sha":"6c66de79d66478d166c7ea05f5d2ccaf016fbd6b","kind":"commit","published_at":"2020-05-04T19:38:55.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.1/manifests"},{"name":"v1.4.0","sha":"1b794fe86dd6a0c7c52ae69b5c9cb0aeedc52afa","kind":"commit","published_at":"2020-04-13T19:43:07.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0/manifests"},{"name":"v1.3.5","sha":"84668698ea25b64748563aa20726db66a6b8d299","kind":"commit","published_at":"2020-03-12T22:07:03.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.5","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.5","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.5","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.5","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.5/manifests"},{"name":"v1.4.0-rc.4","sha":"7bd8073ff04aed15560d5a400a4d9bccda3dc2e0","kind":"commit","published_at":"2020-03-09T20:21:52.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.4","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.4/manifests"},{"name":"v1.4.0-rc.3","sha":"3f90b7282e85d414c90d9b74f8a15dcd89ea8421","kind":"commit","published_at":"2020-03-02T19:47:53.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.3/manifests"},{"name":"v1.4.0-rc.2","sha":"a3619c1acae2c674b494328ff4dd53c8ba0590dc","kind":"commit","published_at":"2020-02-28T23:19:22.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.2/manifests"},{"name":"v1.3.4","sha":"5d5b4c10bd43f85e63bd9e4a3fa9b1ea2ef88af2","kind":"commit","published_at":"2020-02-26T19:23:50.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.4","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.4","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.4","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.4","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.4/manifests"},{"name":"v1.4.0-rc.1","sha":"0fd14f96108ad68d2571a78c2d8ef5287ee57c43","kind":"commit","published_at":"2020-02-12T18:09:08.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.4.0-rc.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.4.0-rc.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.4.0-rc.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.4.0-rc.1/manifests"},{"name":"v1.3.3","sha":"d23c5127dc24889085f8ccea5c9d560a57a879d8","kind":"commit","published_at":"2020-01-28T18:10:22.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.3","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.3","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.3","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.3","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.3/manifests"},{"name":"v1.3.2","sha":"6c65a5562fc06764971b7c5d05c76c75e84bdbf7","kind":"commit","published_at":"2019-07-01T18:22:01.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.2","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.2","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.2","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.2","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.2/manifests"},{"name":"v1.3.1","sha":"b5d812f8a3706043e23a9cd5babf2e5423744d30","kind":"commit","published_at":"2019-02-28T15:19:29.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.1","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.1","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.1","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.1","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.1/manifests"},{"name":"v1.3.0","sha":"c823c79ea1570fb5ff454033735a8e68575d1d0f","kind":"commit","published_at":"2019-02-05T22:20:52.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.3.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.3.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.3.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.3.0/manifests"},{"name":"v1.2.0","sha":"aa810b61a9c79d51363740d207bb46cf8e620ed5","kind":"commit","published_at":"2018-08-14T21:14:27.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.2.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.2.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.2.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.2.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.2.0/manifests"},{"name":"v1.1.0","sha":"b4deda0973fb4c70b50d226b1af49f3da59f5265","kind":"commit","published_at":"2018-04-30T18:52:41.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.1.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.1.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.1.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.1.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.1.0/manifests"},{"name":"v1.0.0","sha":"925541529c1fa6821df4e44ce2723319eb2be768","kind":"commit","published_at":"2018-01-25T21:43:03.000Z","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/v1.0.0","html_url":"https://github.com/golang/protobuf/releases/tag/v1.0.0","dependencies_parsed_at":null,"dependency_job_id":null,"purl":"pkg:github/golang/protobuf@v1.0.0","tag_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.0.0","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags/v1.0.0/manifests"}]},"repo_metadata_updated_at":"2026-06-17T02:34:17.983Z","dependent_packages_count":123672,"downloads":null,"downloads_period":null,"dependent_repos_count":213436,"rankings":{"downloads":null,"dependent_repos_count":0.0012449320889545475,"dependent_packages_count":0.0006224660444772738,"stargazers_count":0.6798366649099292,"forks_count":0.6166563613954859,"docker_downloads_count":0.0005187217037310615,"average":0.2597758292285156},"purl":"pkg:golang/github.com/golang/protobuf","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/go/github.com/golang/protobuf","docker_dependents_count":31383,"docker_downloads_count":80273691616,"usage_url":"https://repos.ecosyste.ms/usage/go/github.com/golang/protobuf","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/go/github.com/golang/protobuf/dependencies","status":null,"funding_links":[],"critical":true,"issue_metadata":{"last_synced_at":"2026-06-07T01:20:36.803Z","issues_count":284,"pull_requests_count":15,"avg_time_to_close_issue":5723648.387096774,"avg_time_to_close_pull_request":577767.7692307692,"issues_closed_count":186,"pull_requests_closed_count":13,"pull_request_authors_count":11,"issue_authors_count":234,"avg_comments_per_issue":4.774647887323944,"avg_comments_per_pull_request":2.3333333333333335,"merged_pull_requests_count":6,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":25,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":199841.41666666666,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":12,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":21,"past_year_avg_comments_per_issue":1.88,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/issues","maintainers":[{"login":"dsnet","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"HaraldNordgren","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HaraldNordgren"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/proxy.golang.org/packages/github.com%2Fgolang%2Fprotobuf/codemeta","maintainers":[],"registry":{"name":"proxy.golang.org","url":"https://proxy.golang.org","ecosystem":"go","default":true,"packages_count":2204914,"maintainers_count":0,"namespaces_count":792747,"keywords_count":113213,"github":"golang","metadata":{"funded_packages_count":53976},"icon_url":"https://github.com/golang.png","created_at":"2022-04-04T15:19:22.939Z","updated_at":"2026-06-10T05:03:23.672Z","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":13506617,"name":"golang-goprotobuf","ecosystem":"debian","description":null,"homepage":"https://github.com/golang/protobuf","licenses":"bsd-3-clause","normalized_licenses":[],"repository_url":"https://github.com/golang/protobuf","keywords_array":["golang"],"namespace":"main","versions_count":1,"first_release_published_at":"2026-02-10T19:11:50.947Z","latest_release_published_at":"2026-02-10T19:11:50.947Z","latest_release_number":"1.3.4-2","last_synced_at":"2026-03-14T15:34:04.881Z","created_at":"2026-02-10T19:11:50.489Z","updated_at":"2026-04-17T21:02:12.157Z","registry_url":"https://tracker.debian.org/pkg/golang-goprotobuf","install_command":"apt-get install golang-goprotobuf","documentation_url":"https://packages.debian.org/bullseye/golang-goprotobuf","metadata":{"component":"main","architecture":"any","priority":"extra","binary":"golang-goprotobuf-dev","standards_version":"4.5.0","maintainer":"Debian Go Packaging Team \u003cteam+pkg-go@tracker.debian.org\u003e","build_depends":"debhelper-compat (= 12), dh-golang (\u003e= 1.31~), golang-any, libprotobuf-dev, protobuf-compiler","build_depends_indep":null,"build_depends_arch":null},"repo_metadata":{"id":23680264,"uuid":"27051771","full_name":"golang/protobuf","owner":"golang","description":"Go support for Google's protocol buffers","archived":false,"fork":false,"pushed_at":"2024-08-05T20:04:08.000Z","size":8435,"stargazers_count":10067,"open_issues_count":112,"forks_count":1575,"subscribers_count":209,"default_branch":"master","last_synced_at":"2026-04-17T21:00:11.059Z","etag":null,"topics":["go","golang","protobuf","protocol-buffers"],"latest_commit_sha":null,"homepage":null,"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/golang.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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-11-23T23:07:23.000Z","updated_at":"2026-04-16T13:12:16.000Z","dependencies_parsed_at":"2022-07-09T20:30:29.942Z","dependency_job_id":"afc9e778-763b-4a0c-bd2e-4bbf04d34964","html_url":"https://github.com/golang/protobuf","commit_stats":{"total_commits":786,"total_committers":95,"mean_commits":8.273684210526316,"dds":0.5928753180661578,"last_synced_commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/golang/protobuf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/sbom","scorecard":{"id":434490,"data":{"date":"2025-08-11","repo":{"name":"github.com/golang/protobuf","commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":7,"reason":"0 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 7","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":9,"reason":"Found 27/28 approved changesets -- score normalized to 9","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Info:   0 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":"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":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE: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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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:15:33.800Z","repository_id":23680264,"created_at":"2025-08-19T04:15:33.800Z","updated_at":"2025-08-19T04:15:33.800Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31945987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"repo_metadata_updated_at":"2026-04-17T21:02:12.157Z","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-goprotobuf?arch=source\u0026distro=debian-11\u0026repository_url=https://packages.debian.org/bullseye","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/debian/golang-goprotobuf","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/debian/golang-goprotobuf","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/debian/golang-goprotobuf/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-30T02:24:40.338Z","issues_count":278,"pull_requests_count":15,"avg_time_to_close_issue":5785339.119565218,"avg_time_to_close_pull_request":577767.7692307692,"issues_closed_count":184,"pull_requests_closed_count":13,"pull_request_authors_count":11,"issue_authors_count":229,"avg_comments_per_issue":4.845323741007194,"avg_comments_per_pull_request":2.3333333333333335,"merged_pull_requests_count":6,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":24,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":290949.5,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":12,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":21,"past_year_avg_comments_per_issue":1.875,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/issues","maintainers":[{"login":"dsnet","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"HaraldNordgren","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HaraldNordgren"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/golang-goprotobuf/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/golang-goprotobuf/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/golang-goprotobuf/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/golang-goprotobuf/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/golang-goprotobuf/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/debian-11/packages/golang-goprotobuf/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":764,"github":"debian","metadata":{"codename":"bullseye","funded_packages_count":100},"icon_url":"https://github.com/debian.png","created_at":"2026-02-04T11:01:49.702Z","updated_at":"2026-06-10T05:17:51.942Z","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":13255326,"name":"go-protobuf","ecosystem":"nixpkgs","description":" Go bindings for protocol buffer","homepage":"https://github.com/golang/protobuf","licenses":"BSD-3-Clause","normalized_licenses":["BSD-3-Clause"],"repository_url":"https://github.com/golang/protobuf","keywords_array":[],"namespace":null,"versions_count":1,"first_release_published_at":"2026-02-02T04:04:50.602Z","latest_release_published_at":"2026-02-02T04:04:50.602Z","latest_release_number":"1.5.3","last_synced_at":"2026-04-19T04:03:19.092Z","created_at":"2026-02-02T04:04:43.725Z","updated_at":"2026-04-19T04:03:19.092Z","registry_url":"https://search.nixos.org/packages?channel=23.11\u0026query=go-protobuf","install_command":"nix-env -iA nixpkgs.go-protobuf","documentation_url":"https://github.com/NixOS/nixpkgs/blob/nixos-23.11/pkgs/development/tools/go-protobuf/default.nix#L18","metadata":{"nix_attribute":"go-protobuf-1.5.3","position":"pkgs/development/tools/go-protobuf/default.nix:18","platforms":["x86_64-darwin","i686-darwin","aarch64-darwin","armv7a-darwin","aarch64-linux","armv5tel-linux","armv6l-linux","armv7a-linux","armv7l-linux","i686-linux","loongarch64-linux","m68k-linux","microblaze-linux","microblazeel-linux","mips-linux","mips64-linux","mips64el-linux","mipsel-linux","powerpc64-linux","powerpc64le-linux","riscv32-linux","riscv64-linux","s390-linux","s390x-linux","x86_64-linux"],"broken":false,"insecure":false,"unfree":false,"outputs":["out"]},"repo_metadata":{"id":23680264,"uuid":"27051771","full_name":"golang/protobuf","owner":"golang","description":"Go support for Google's protocol buffers","archived":false,"fork":false,"pushed_at":"2024-08-05T20:04:08.000Z","size":8435,"stargazers_count":10067,"open_issues_count":112,"forks_count":1575,"subscribers_count":209,"default_branch":"master","last_synced_at":"2026-04-17T21:00:11.059Z","etag":null,"topics":["go","golang","protobuf","protocol-buffers"],"latest_commit_sha":null,"homepage":null,"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/golang.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":"AUTHORS","dei":null,"publiccode":null,"codemeta":null}},"created_at":"2014-11-23T23:07:23.000Z","updated_at":"2026-04-16T13:12:16.000Z","dependencies_parsed_at":"2022-07-09T20:30:29.942Z","dependency_job_id":"afc9e778-763b-4a0c-bd2e-4bbf04d34964","html_url":"https://github.com/golang/protobuf","commit_stats":{"total_commits":786,"total_committers":95,"mean_commits":8.273684210526316,"dds":0.5928753180661578,"last_synced_commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/golang/protobuf","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/golang","download_url":"https://codeload.github.com/golang/protobuf/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/sbom","scorecard":{"id":434490,"data":{"date":"2025-08-11","repo":{"name":"github.com/golang/protobuf","commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374"},"scorecard":{"version":"v5.2.1-40-gf6ed084d","commit":"f6ed084d17c9236477efd66e5b258b9d4cc7b389"},"score":5.4,"checks":[{"name":"Dangerous-Workflow","score":10,"reason":"no dangerous workflow patterns detected","details":null,"documentation":{"short":"Determines if the project's GitHub Action workflows avoid dangerous patterns.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#dangerous-workflow"}},{"name":"Maintained","score":7,"reason":"0 commit(s) and 9 issue activity found in the last 90 days -- score normalized to 7","details":null,"documentation":{"short":"Determines if the project is \"actively maintained\".","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#maintained"}},{"name":"Code-Review","score":9,"reason":"Found 27/28 approved changesets -- score normalized to 9","details":null,"documentation":{"short":"Determines if the project requires human code review before pull requests (aka merge requests) are merged.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#code-review"}},{"name":"Packaging","score":-1,"reason":"packaging workflow not detected","details":["Warn: no GitHub/GitLab publishing workflow detected."],"documentation":{"short":"Determines if the project is published as a package that others can easily download, install, easily update, and uninstall.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#packaging"}},{"name":"Binary-Artifacts","score":10,"reason":"no binaries found in the repo","details":null,"documentation":{"short":"Determines if the project has generated executable (binary) artifacts in the source repository.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#binary-artifacts"}},{"name":"Token-Permissions","score":0,"reason":"detected GitHub workflow tokens with excessive permissions","details":["Warn: no topLevel permission defined: .github/workflows/test.yml:1","Info: no jobLevel write permissions found"],"documentation":{"short":"Determines if the project's workflows follow the principle of least privilege.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#token-permissions"}},{"name":"Pinned-Dependencies","score":0,"reason":"dependency not pinned by hash detected -- score normalized to 0","details":["Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:12: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Warn: GitHub-owned GitHubAction not pinned by hash: .github/workflows/test.yml:16: update your workflow using https://app.stepsecurity.io/secureworkflow/golang/protobuf/test.yml/master?enable=pin","Info:   0 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":"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":0,"reason":"project is not fuzzed","details":["Warn: no fuzzer integrations found"],"documentation":{"short":"Determines if the project uses fuzzing.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#fuzzing"}},{"name":"License","score":10,"reason":"license file detected","details":["Info: project has a license file: LICENSE: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":"Security-Policy","score":0,"reason":"security policy file not detected","details":["Warn: no security policy file detected","Warn: no security file to analyze","Warn: no security file to analyze","Warn: no security file to analyze"],"documentation":{"short":"Determines if the project has published a security policy.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#security-policy"}},{"name":"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":"Vulnerabilities","score":10,"reason":"0 existing vulnerabilities detected","details":null,"documentation":{"short":"Determines if the project has open, known unfixed vulnerabilities.","url":"https://github.com/ossf/scorecard/blob/f6ed084d17c9236477efd66e5b258b9d4cc7b389/docs/checks.md#vulnerabilities"}},{"name":"SAST","score":0,"reason":"SAST tool is not run on all commits -- score normalized to 0","details":["Warn: 0 commits out of 28 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:15:33.800Z","repository_id":23680264,"created_at":"2025-08-19T04:15:33.800Z","updated_at":"2025-08-19T04:15:33.800Z"},"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31945987,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-17T17:29:20.459Z","status":"ssl_error","status_checked_at":"2026-04-17T17:28:47.801Z","response_time":62,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"repo_metadata_updated_at":"2026-04-17T21:00:15.143Z","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:nix/go-protobuf?channel=23.11\u0026repository_url=https://channels.nixos.org/nixos-23.11","advisories":[],"docker_usage_url":"https://docker.ecosyste.ms/usage/nixpkgs/go-protobuf","docker_dependents_count":null,"docker_downloads_count":null,"usage_url":"https://repos.ecosyste.ms/usage/nixpkgs/go-protobuf","dependent_repositories_url":"https://repos.ecosyste.ms/api/v1/usage/nixpkgs/go-protobuf/dependencies","status":null,"funding_links":[],"critical":null,"issue_metadata":{"last_synced_at":"2026-03-30T02:24:40.338Z","issues_count":278,"pull_requests_count":15,"avg_time_to_close_issue":5785339.119565218,"avg_time_to_close_pull_request":577767.7692307692,"issues_closed_count":184,"pull_requests_closed_count":13,"pull_request_authors_count":11,"issue_authors_count":229,"avg_comments_per_issue":4.845323741007194,"avg_comments_per_pull_request":2.3333333333333335,"merged_pull_requests_count":6,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":24,"past_year_pull_requests_count":0,"past_year_avg_time_to_close_issue":290949.5,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":12,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":0,"past_year_issue_authors_count":21,"past_year_avg_comments_per_issue":1.875,"past_year_avg_comments_per_pull_request":null,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/issues","maintainers":[{"login":"dsnet","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"},{"login":"HaraldNordgren","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HaraldNordgren"}],"active_maintainers":[]},"versions_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/go-protobuf/versions","version_numbers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/go-protobuf/version_numbers","latest_version_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/go-protobuf/latest_version","dependent_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/go-protobuf/dependent_packages","related_packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/go-protobuf/related_packages","codemeta_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages/go-protobuf/codemeta","maintainers":[{"uuid":"nlewo","login":null,"name":"Antoine Eiche","email":"lewo@abesis.fr","url":"https://github.com/nlewo","packages_count":20,"html_url":null,"role":null,"created_at":"2026-03-04T22:49:19.914Z","updated_at":"2026-03-04T22:49:19.914Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/maintainers/nlewo/packages"}],"registry":{"name":"nixpkgs-23.11","url":"https://channels.nixos.org/nixos-23.11","ecosystem":"nixpkgs","default":false,"packages_count":108178,"maintainers_count":2997,"namespaces_count":0,"keywords_count":569,"github":"NixOS","metadata":{"funded_packages_count":229},"icon_url":"https://github.com/NixOS.png","created_at":"2026-01-25T22:30:53.577Z","updated_at":"2026-06-10T05:16:53.702Z","packages_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/packages","maintainers_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/maintainers","namespaces_url":"https://packages.ecosyste.ms/api/v1/registries/nixpkgs-23.11/namespaces"}}],"commits":{"id":7710,"full_name":"golang/protobuf","default_branch":"master","total_commits":786,"total_committers":90,"total_bot_commits":0,"total_bot_committers":0,"mean_commits":8.733333333333333,"dds":0.5928753180661578,"past_year_total_commits":0,"past_year_total_committers":0,"past_year_total_bot_commits":0,"past_year_total_bot_committers":0,"past_year_mean_commits":0.0,"past_year_dds":0.0,"last_synced_at":"2026-07-06T10:25:29.480Z","last_synced_commit":"75de7c059e36b64f01d0dd234ff2fff404ec3374","created_at":"2023-03-07T09:46:24.574Z","updated_at":"2026-07-06T10:24:02.581Z","committers":[{"name":"David Symonds","email":"dsymonds@golang.org","login":"dsymonds","count":320},{"name":"Joe Tsai","email":"joetsai@digital-static.net","login":"dsnet","count":153},{"name":"Damien Neil","email":"dneil@google.com","login":"neild","count":84},{"name":"Rob Pike","email":"r@golang.org","login":"robpike","count":55},{"name":"Ross Light","email":"light@google.com","login":"zombiezen","count":15},{"name":"Herbie Ong","email":"cybrcodr","login":"cybrcodr","count":12},{"name":"Joshua Humphries","email":"jh@fullstory.com","login":"jhump","count":10},{"name":"bcmills","email":"bcmills@google.com","login":null,"count":8},{"name":"matloob@google.com","email":"matloob@golang.org","login":"matloob","count":8},{"name":"Tamir Duberstein","email":"tamird@gmail.com","login":"tamird","count":8},{"name":"Googler","email":"noreply@google.com","login":"a-googler","count":6},{"name":"Lukasz Milewski","email":"lmilewski@google.com","login":"LMMilewski","count":6},{"name":"notcarl","email":"notcarl@google.com","login":"carl-mastrangelo","count":5},{"name":"dfawley","email":"dfawley@google.com","login":"dfawley","count":4},{"name":"Dave Day","email":"djd@golang.org","login":"okdave","count":4},{"name":"Chris Manghane","email":"cmang@golang.org","login":null,"count":4},{"name":"Iskander (Alex) Sharipov","email":"iskander.sharipov@intel.com","login":null,"count":3},{"name":"Dave Cheney","email":"dave@cheney.net","login":"davecheney","count":3},{"name":"Russ Cox","email":"rsc@golang.org","login":"rsc","count":2},{"name":"Kassian Sun","email":"kassiansun@gmail.com","login":null,"count":2},{"name":"JP Sugarbroad","email":"taralx@gmail.com","login":"taralx","count":2},{"name":"Lev Shamardin","email":"levs@google.com","login":"abbot","count":2},{"name":"Menghan Li","email":"menghanl@google.com","login":"menghanl","count":2},{"name":"Mikkel Krautz","email":"mikkel@krautz.dk","login":"mkrautz","count":2},{"name":"Andrew Gerrand","email":"adg@golang.org","login":"adg","count":1},{"name":"Bruno Clermont","email":"bruno@robotinfra.com","login":"jeanlucmongrain","count":1},{"name":"Bryan Chan","email":"bryan.chan@huawei.com","login":"bryanpkc","count":1},{"name":"Buck Clay","email":"clayb@google.com","login":"sir-buckyball","count":1},{"name":"CH Albach","email":"calbach@google.com","login":"calbach","count":1},{"name":"Chris Goller","email":"goller@gmail.com","login":"goller","count":1},{"name":"Christian Persson","email":"christian.eg.persson@gmail.com","login":"saser","count":1},{"name":"Christopher Spahr","email":"30298262+cspahr-tulipretail","login":"cspahr-tulipretail","count":1},{"name":"Cyrille Hemidy","email":"cyrille.hemidy@gmail.com","login":"chemidy","count":1},{"name":"Daniel Kraft","email":"d@domob.eu","login":"domob1812","count":1},{"name":"Daniel Saavedra","email":"mantrax3.14@gmail.com","login":"mantrax314","count":1},{"name":"Alex Rudd","email":"AlexRudd","login":"AlexRudd","count":1},{"name":"Albert Strasheim","email":"fullung@gmail.com","login":"alberts","count":1},{"name":"Adam Langley","email":"agl@golang.org","login":"agl","count":1},{"name":"Prannay Khosla","email":"prannay.khosla@gmail.com","login":"prannayk","count":1},{"name":"Andrew Braunstein","email":"awbraunstein@google.com","login":null,"count":1},{"name":"Grayson Koonce","email":"grayson.koonce@gmail.com","login":null,"count":1},{"name":"Hüseyin Mert","email":"huseyin.mert@bulutyazilim.com","login":null,"count":1},{"name":"Jaana B. Dogan","email":"burcujdogan@gmail.com","login":null,"count":1},{"name":"Juraj Stacho","email":"jstacho@google.com","login":null,"count":1},{"name":"Vladimir Varankin","email":"nek.narqo+git@gmail.com","login":null,"count":1},{"name":"Oleksandr Redko","email":"oleksandr.red+github@gmail.com","login":"alexandear","count":1},{"name":"Patrik Nyblom","email":"pan@erlang.org","login":"bufflig","count":1},{"name":"Francis Chuang","email":"F21","login":"F21","count":1},{"name":"Qi Zhao","email":"toqizhao@gmail.com","login":"iamqizhao","count":1},{"name":"Rhys Hiltner","email":"rhys.hiltner@gmail.com","login":"rhysh","count":1},{"name":"Sam Smith","email":"sesmith177@gmail.com","login":"sesmith177","count":1},{"name":"Sebastiaan van Stijn","email":"thaJeztah","login":"thaJeztah","count":1},{"name":"Spencer Nelson","email":"spencer@twitch.tv","login":"spenczar","count":1},{"name":"Stan Nelson","email":"eleniums@yahoo.com","login":"eleniums","count":1},{"name":"Thomas Crain","email":"thomas@tmcrain.com","login":"tmcrain","count":1},{"name":"Tim Swast","email":"swast@google.com","login":"tswast","count":1},{"name":"Tiziano Santoro","email":"tiziano88@gmail.com","login":"tiziano88","count":1},{"name":"Xiao Zhang","email":"zzxx513@gmail.com","login":"vaporz","count":1},{"name":"Zac Mullett","email":"zac.mullett@gmail.com","login":"zmullett","count":1},{"name":"Zellyn Hunter","email":"zellyn@squareup.com","login":"zellyn","count":1},{"name":"cherrymui","email":"lunaria21@gmail.com","login":"cherrymui","count":1},{"name":"dasmdasm","email":"42557275+dasmdasm","login":"dasmdasm","count":1},{"name":"dilyevsky","email":"ilyevsky@gmail.com","login":"dilyevsky","count":1},{"name":"hakim","email":"hakim@google.com","login":"hyangah","count":1},{"name":"ia","email":"isaac.ardis@gmail.com","login":"whilei","count":1},{"name":"jmarais","email":"jacquesmaraisrsa@gmail.com","login":"jmarais","count":1},{"name":"jukkag","email":"39187022+jukkag","login":"jukkag","count":1},{"name":"David Crawshaw","email":"crawshaw@golang.org","login":"crawshaw","count":1},{"name":"David Howden","email":"dhowden@gmail.com","login":"dhowden","count":1},{"name":"Eric Wang","email":"ewang","login":"ewang","count":1},{"name":"Erik McClenney","email":"erikmcc@google.com","login":"erikmcc","count":1},{"name":"Feng Xiao","email":"xiaofeng@google.com","login":"xfxyjwf","count":1},{"name":"Aaron Ong","email":"aaronongcs@gmail.com","login":"Aaronong","count":1},{"name":"Harald Nordgren","email":"haraldnordgren@gmail.com","login":"HaraldNordgren","count":1},{"name":"Isaac Schwabacher","email":"59542438+ijschwabacher","login":"ijschwabacher","count":1},{"name":"Jakub Vrána","email":"jakub@vrana.cz","login":"vrana","count":1},{"name":"Jean de Klerk","email":"deklerk@google.com","login":"jeanbza","count":1},{"name":"Jeff Hodges","email":"jeff@somethingsimilar.com","login":"jmhodges","count":1},{"name":"Jeremy Lin","email":"jjlin@cs.stanford.edu","login":"jjlin","count":1},{"name":"John McCabe","email":"johnmccabe","login":"johnmccabe","count":1},{"name":"Krzysztof Dryś","email":"krzysztofdrys","login":"krzysztofdrys","count":1},{"name":"Lincoln Stoll","email":"lincoln.stoll@gmail.com","login":"lstoll","count":1},{"name":"Lorenzo Simionato","email":"lorenzo.simionato@gmail.com","login":"lorenzosim","count":1},{"name":"Luke Granger-Brown","email":"lukegb@google.com","login":"lukegb","count":1},{"name":"Marcel Lanz","email":"marcellanz@n-1.ch","login":"marcellanz","count":1},{"name":"Mark Costello","email":"mark@markcostello.net","login":"mcos","count":1},{"name":"Nate Finch","email":"nate.finch@gmail.com","login":"natefinch","count":1},{"name":"Nigel Tao","email":"nigeltao@golang.org","login":"nigeltao","count":1},{"name":"Nikki VonHollen","email":"vonhollen@google.com","login":"vonhollen","count":1},{"name":"oChen","email":"ccl333@gmail.com","login":"ochen","count":1}],"past_year_committers":[],"commits_url":"https://commits.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/commits","host":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-07-10T00:00:15.311Z","repositories_count":6295810,"commits_count":863037420,"contributors_count":35212867,"owners_count":1185487,"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":"golang/protobuf","html_url":"https://github.com/golang/protobuf","last_synced_at":"2026-06-27T01:26:21.468Z","status":"active","issues_count":284,"pull_requests_count":16,"avg_time_to_close_issue":5723648.387096774,"avg_time_to_close_pull_request":577767.7692307692,"issues_closed_count":186,"pull_requests_closed_count":13,"pull_request_authors_count":12,"issue_authors_count":234,"avg_comments_per_issue":4.778169014084507,"avg_comments_per_pull_request":2.3125,"merged_pull_requests_count":6,"bot_issues_count":0,"bot_pull_requests_count":0,"past_year_issues_count":23,"past_year_pull_requests_count":1,"past_year_avg_time_to_close_issue":199841.41666666666,"past_year_avg_time_to_close_pull_request":null,"past_year_issues_closed_count":12,"past_year_pull_requests_closed_count":0,"past_year_pull_request_authors_count":1,"past_year_issue_authors_count":19,"past_year_avg_comments_per_issue":1.9565217391304348,"past_year_avg_comments_per_pull_request":2.0,"past_year_bot_issues_count":0,"past_year_bot_pull_requests_count":0,"past_year_merged_pull_requests_count":0,"created_at":"2023-05-10T21:01:18.756Z","updated_at":"2026-06-27T01:26:21.469Z","repository_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf","issues_url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/repositories/golang%2Fprotobuf/issues","issue_labels_count":{"table":{"generator-proto-option":8,"proposal":8,"performance":5,"question":5,"proposal-hold":3,"bug":2,"waiting-for-info":2,"breaking-change":1,"needs-investigation":1,"documentation":1}},"pull_request_labels_count":{"table":{}},"issue_author_associations_count":{"table":{"NONE":258,"CONTRIBUTOR":22,"MEMBER":4}},"pull_request_author_associations_count":{"table":{"NONE":10,"CONTRIBUTOR":5,"MEMBER":1}},"issue_authors":{"table":{"jhump":17,"stapelberg":14,"dsnet":3,"ivanjaros":3,"ash2k":3,"kudla":3,"glenjamin":2,"janpfeifer":2,"sedaratifarzaneh5-debug":2,"emcfarlane":2,"horacimacias":2,"bufdev":2,"Clement-Jean":2,"kevinburke1":2,"swarnadoss":2,"chenjie199234":2,"topofstack":2,"honzap":2,"Sec32fun32":2,"leighst-anchorage":1,"snprajwal":1,"HeyiSun":1,"Angel-xiye":1,"lvhuat":1,"nickolation":1,"deeglaze":1,"maxiloEmmmm":1,"toga4":1,"Vyom-Yadav":1,"gustavo-bertoldi":1,"abdulwwahid":1,"molon":1,"tamayika":1,"xxgreg":1,"marcoippolito":1,"1paulbli-spec":1,"frozenbonito":1,"aculage":1,"nataliescottdavidson":1,"unihon":1,"denysvitali":1,"guowei-gong":1,"mamaart":1,"Mido-sys":1,"josh-morehead":1,"danielesegato":1,"timofurrer":1,"zzc-2180886679":1,"IIvyPy":1,"apal60":1,"FGYFFFF":1,"ivucica":1,"jawad-arb123":1,"dasuma":1,"Kidsunbo":1,"wazazaby":1,"wmorgan6796":1,"creas002":1,"VoroninArtemii":1,"Patrick0308":1,"tiagomelo":1,"agruetz":1,"vadimsht":1,"brevin-yoke":1,"amenzhinsky":1,"gandio12138":1,"wim07101993":1,"hickford":1,"vanja-pejovic":1,"jzr-supove":1,"MioYamanaka":1,"PasinduTennage":1,"guyguy333":1,"HartBlanc":1,"MasterMedo":1,"bcmills":1,"ajwerner":1,"aksrazor":1,"thakkarparth007":1,"holycheater":1,"s4s7":1,"nvatuan":1,"Eagleye126":1,"jjhuff":1,"coxley":1,"abraxasjoshuricke":1,"chrisprobst":1,"tommie":1,"alexandear":1,"jonasbadstuebner":1,"advanderveer":1,"squareheadc":1,"LiamMaguireANZ":1,"kareemhalabi":1,"bmhatfield":1,"charlie103":1,"frankgreco":1,"Codewolf":1,"dhinakaran7":1,"quyenhl16":1,"hedon954":1,"uhhhclem":1,"toffaletti":1,"fengyeall111":1,"bryanhelm":1,"1514599514":1,"abdullahskartal":1,"comdiv":1,"shenqidebaozi":1,"Sunknight945":1,"jiongjohn":1,"mayank12gt":1,"Banyc":1,"evgenipetrov9":1,"retarded-protobuf":1,"gdpaulmil":1,"marwan-at-work":1,"esrauchg":1,"Mahes2":1,"grongor":1,"fayfive":1,"pgimalac":1,"viswesh-swaminathan":1,"cshabsin":1,"naoko":1,"tgorton617":1,"nathanperkins":1,"MarnixBouhuis":1,"Sivys":1,"jon-whit":1,"ekubyshin":1,"Akaslove99":1,"talksik":1,"denis-zyk":1,"go-aegian":1,"lazarillo":1,"satya-devloper":1,"cold-bin":1,"Super-zhw":1,"AyushG3112":1,"ono-kohei-1263":1,"karelbilek":1,"akhil200":1,"romce":1,"neild":1,"sam-utila":1,"13567436138":1,"jalaziz":1,"abhishekvaid":1,"phifty":1,"aajtodd":1,"anuragkumar19":1,"cpacia":1,"paulheg":1,"dims":1,"JamesArthurHolland":1,"ravenblackx":1,"HaraldNordgren":1,"unmultimedio":1,"debkanchan":1,"nmiculinic":1,"benma":1,"ldez":1,"mbwhite":1,"iisharankov":1,"nicolasparada":1,"patrickmeiring":1,"exi":1,"ah-edg":1,"pequalsnp":1,"erma07":1,"yangjuncode":1,"chrispytoes":1,"baganokodo2022":1,"Shukla-Ankur":1,"MarTango":1,"cha-king":1,"ctfrancia":1,"dmitshur":1,"dfawley":1,"bmon":1,"marc-chiesa":1,"ofen":1,"SeanIFitch":1,"ttyfky":1,"sorcererxw":1,"awalterschulze":1,"chris-rock":1,"tonybase":1,"EddieChan1993":1,"maoueh":1,"zchenyu":1,"kmpm":1,"bobg":1,"swist":1,"dorner":1,"jadeidev":1,"cheaster062211":1,"PumpkinSeed":1,"oldgnoah1379":1,"AthanatiusC":1,"happygiraffe":1,"joeblubaugh":1,"wslky":1,"EricRabil":1,"fsaintjacques":1,"omar-scio":1,"AndreasBergmeier6176":1,"0xHigos":1,"ericchiang":1,"jhbrown-apeiron":1,"cjcjameson":1,"gabrielforster":1,"vahid-sohrabloo":1,"ghjm":1,"anzboi":1,"yangzh":1,"vinay2897":1,"winey-dev":1,"bootun-yh":1,"DeadlySurgeon":1,"akshayjshah":1,"F21":1,"Smicry":1,"erkanrua":1,"calmh":1,"thesecguy45":1,"wy7980":1,"JoyCood":1,"steeling":1,"ebilling":1,"hemalathagajendran":1,"factoidforrest":1,"SuzukiHonoka":1}},"pull_request_authors":{"table":{"neild":3,"yunwu-jnpr":2,"mkruskal-google":2,"goller":1,"lstoll":1,"qilingzhao":1,"chris-henderson-alation":1,"goggle":1,"Xela274444":1,"cuishuang":1,"fereidani":1,"dsnet":1}},"host":{"table":{"name":"GitHub","url":"https://github.com","kind":"github","last_synced_at":"2026-07-10T00:00:21.713Z","repositories_count":14863413,"issues_count":32289703,"pull_requests_count":106166470,"authors_count":11340826,"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":20,"CONTRIBUTOR":1}},"past_year_pull_request_author_associations_count":{"table":{"NONE":1}},"past_year_issue_authors":{"table":{"stapelberg":3,"swarnadoss":2,"sedaratifarzaneh5-debug":2,"Vyom-Yadav":1,"thesecguy45":1,"SeanIFitch":1,"pgimalac":1,"lazarillo":1,"jhump":1,"happygiraffe":1,"gustavo-bertoldi":1,"esrauchg":1,"dims":1,"chenjie199234":1,"anuragkumar19":1,"1paulbli-spec":1,"1514599514":1}},"past_year_pull_request_authors":{"table":{"fereidani":1}},"maintainers":[{"table":{"login":"dsnet","count":4,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/dsnet"}},{"table":{"login":"HaraldNordgren","count":1,"url":"https://issues.ecosyste.ms/api/v1/hosts/GitHub/authors/HaraldNordgren"}}],"active_maintainers":[]}},"events":{"total":{"ForkEvent":23,"IssuesEvent":79,"WatchEvent":299,"IssueCommentEvent":219},"last_year":{"ForkEvent":2,"IssuesEvent":20,"WatchEvent":62,"IssueCommentEvent":36}},"keywords":["go","golang","protobuf","protocol-buffers"],"dependencies":[],"score":38.83837168967422,"created_at":"2026-07-08T09:08:16.372Z","updated_at":"2026-07-11T11:30:27.299Z","avatar_url":"https://github.com/golang.png","language":"Go","codemeta":null,"publiccode":null,"project_url":"https://summary.ecosyste.ms/api/v1/projects/378604","html_url":"https://summary.ecosyste.ms/projects/378604"}